{"info":{"_postman_id":"b719e6f8-8dea-4ca7-a220-a23e76612a86","name":"Vertex Platform API","description":"<html><head></head><body><p>The Vertex distributed cloud rendering platform includes a set of APIs and SDKs, which together allow easily integrating 3D product data into your business application.</p>\n<p>See our <a href=\"https://developer.vertexvis.com/docs/guides/render-your-first-scene\">Developer Guides</a> to get started.</p>\n<p>Notes about the Postman collection and API Reference code samples:</p>\n<ul>\n<li>They include all required and optional body parameters for completeness. Remove any optional parameters as desired.</li>\n<li>They use auto-generated IDs and other values that may share the same value for ease of documentation only. In actual requests and responses, the IDs should uniquely identify their corresponding resource.</li>\n</ul>\n<p> Email: <a href=\"mailto:support@vertexvis.com\">support@vertexvis.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12234324","collectionId":"b719e6f8-8dea-4ca7-a220-a23e76612a86","publishedId":"T1LFoWUP","public":true,"customColor":{"top-bar":"F5F5F5","right-sidebar":"282A36","highlight":"FF8400"},"publishDate":"2024-05-21T15:55:12.000Z"},"item":[{"name":"accounts","item":[{"name":"create Account","id":"b218841f-ae1b-4cf4-82ed-03c3c830f300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts","description":"<p>Create an <code>account</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateAccountRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateAccountRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"acb07e81-2bd2-4677-b48b-bf0cdb4c1a53","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"8ed1b523-d4b2-4839-91b0-346a6a99ce0f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"49bbe747-6368-4dea-8001-955015a268d1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2c2ef8d0-d390-4b8f-b78f-8040c788e4d9","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b218841f-ae1b-4cf4-82ed-03c3c830f300"},{"name":"delete Account","id":"c1801a1a-0581-48a8-a4dd-341c2fad9599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/accounts/:id","description":"<p>Delete an <code>account</code>.</p>\n","urlObject":{"path":["accounts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"92d4297d-fc0a-427e-9d4e-10d15fc3025f","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"87235c3b-812f-4362-9738-40ad53f459c1","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f26a2555-380f-42ea-b68f-75a423f2b164","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a96a019c-84f2-415a-bb2b-3443ba0f462f","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5185b0ad-d423-4f43-82c4-7c1910663459","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c1801a1a-0581-48a8-a4dd-341c2fad9599"},{"name":"get Account","id":"2e5ac9f9-5d56-4a16-ad92-059b21952aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/accounts/:id","description":"<p>Get an <code>account</code>.</p>\n","urlObject":{"path":["accounts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"2eafd8d7-8a83-4adc-ac5a-399d36bb9975","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f3b3df38-988a-4c6c-b00d-bcc400efd62b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"93412616-eade-4886-a1ff-51bd642dbe0b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7e7982d5-1b07-41d0-ad20-ab5e128a5c63","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7dc0afca-44ed-4cc5-8fea-91336329afe9","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"2e5ac9f9-5d56-4a16-ad92-059b21952aff"},{"name":"update Account","id":"039443ec-8f9a-43fe-b5f5-460e94fc3acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"owner\": \"<string>\",\n      \"status\": \"active\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts/:id","description":"<p>Update an <code>account</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateAccountRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateAccountRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ owner</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ status</td>\n<td>enum(active, disabled)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"7f6ffa92-37dc-408f-a2a3-3e94d31636ec","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"241e3235-5a7f-4fc1-9600-6946c7e8bfe7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"owner\": \"<string>\",\n      \"status\": \"active\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"5f7aa1cb-f739-45d0-a729-a5575fd206cf","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"owner\": \"<string>\",\n      \"status\": \"active\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5476ea9a-f280-4ca9-b3d7-5c87ac6d98e8","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"owner\": \"<string>\",\n      \"status\": \"active\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f327de90-81ec-45a9-bfe6-addd8edded65","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"owner\": \"<string>\",\n      \"status\": \"active\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b071b714-73a4-454b-9ced-d15238857664","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"owner\": \"<string>\",\n      \"status\": \"active\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id","host":["https://platform.vertexvis.com"],"path":["accounts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"039443ec-8f9a-43fe-b5f5-460e94fc3acc"},{"name":"create Application For Account","id":"1135314e-80ad-4039-9ea5-a288574b0993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/accounts/:id/applications","description":"<p>Create an <code>application</code> for an <code>account</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>AdminCreateApplicationRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>AdminCreateApplicationRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ redirect_uris</td>\n<td>[NonEmptyString]</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ scopes</td>\n<td>[NonEmptyString]</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts",":id","applications"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"20db25f3-6cc9-4a86-9b58-f082d724ceb9","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"d576acdb-b41a-4d3e-a418-ff641dbcf5c7","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id/applications","host":["https://platform.vertexvis.com"],"path":["accounts",":id","applications"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientId\": \"<string>\",\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"secret\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}"},{"id":"b5dd0a9c-4b57-447f-beb4-9f19492dd425","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id/applications","host":["https://platform.vertexvis.com"],"path":["accounts",":id","applications"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"90ce0b7d-1279-4f43-b450-d1f050193464","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id/applications","host":["https://platform.vertexvis.com"],"path":["accounts",":id","applications"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9164c9a6-411b-400d-aee9-a3a27076021c","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id/applications","host":["https://platform.vertexvis.com"],"path":["accounts",":id","applications"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1f326f28-c489-4dca-b308-7c83586dca77","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/accounts/:id/applications","host":["https://platform.vertexvis.com"],"path":["accounts",":id","applications"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `account` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"1135314e-80ad-4039-9ea5-a288574b0993"}],"id":"3235aeb0-29cb-45be-9083-4fba037097ad","_postman_id":"3235aeb0-29cb-45be-9083-4fba037097ad","description":""},{"name":"applications","item":[{"name":"get Applications","id":"1bd43786-8cef-4b9b-9221-dd2c698b1bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/applications?page[cursor]=<string>&page[size]=<integer>&filter[clientId]=<string>","description":"<p>Get <code>applications</code>.</p>\n","urlObject":{"path":["applications"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of client IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[clientId]","value":"<string>"}],"variable":[]}},"response":[{"id":"8e934ac7-f5fa-48be-8f41-2733583ff35c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications?page[cursor]=<string>&page[size]=<integer>&filter[clientId]=<string>","host":["https://platform.vertexvis.com"],"path":["applications"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of client IDs to filter on.","key":"filter[clientId]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"clientId\": \"<string>\",\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"redirectUris\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"scopes\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"clientId\": \"<string>\",\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"redirectUris\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"scopes\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"3a88a6fb-7801-4470-abdf-d14d532996bf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications?page[cursor]=<string>&page[size]=<integer>&filter[clientId]=<string>","host":["https://platform.vertexvis.com"],"path":["applications"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of client IDs to filter on.","key":"filter[clientId]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c7a657c9-fa75-4153-9b52-78007dccfd7a","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications?page[cursor]=<string>&page[size]=<integer>&filter[clientId]=<string>","host":["https://platform.vertexvis.com"],"path":["applications"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of client IDs to filter on.","key":"filter[clientId]","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"1bd43786-8cef-4b9b-9221-dd2c698b1bb4"},{"name":"create Application","id":"b6f1af36-c7f1-4719-ba0f-87cb28c04418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/applications","description":"<p>Create an OAuth2 <code>application</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateAccountRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateAccountRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["applications"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"2dd42ab9-bc32-4f0c-8d21-6362d87d035c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/applications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientId\": \"<string>\",\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"secret\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}"},{"id":"0b4ca2de-79f2-4e1e-aa45-ab97e539784e","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/applications"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7f2ddd75-a480-4b76-8d68-13bedf759111","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/applications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"88b2f18b-2fe4-47f5-b8a5-3ed89892f485","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/applications"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b6f1af36-c7f1-4719-ba0f-87cb28c04418"},{"name":"delete Application","id":"b73e550d-9125-4aa7-a316-a86ab7949f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/applications/:id","description":"<p>Delete an <code>application</code>.</p>\n","urlObject":{"path":["applications",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"4972ecbc-d367-424c-8c42-ebb29d6d5fe2","description":{"content":"<p>(Required) The <code>application</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ba36b479-7c72-4310-952b-a793326146a8","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5cd3fa72-a7e5-4a95-b02b-4aff3439eeea","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e180d5ec-0403-4b28-b4d8-450646074518","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b3d5b618-6843-4fac-bba7-a3660c533193","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b73e550d-9125-4aa7-a316-a86ab7949f48"},{"name":"get Application","id":"9079d913-4662-4b9b-b44c-3dc59eef9b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/applications/:id","description":"<p>Get an <code>application</code>.</p>\n","urlObject":{"path":["applications",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"7d85b542-93ed-4313-896d-a8db3be1c903","description":{"content":"<p>(Required) The <code>application</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e001013c-646a-4c2f-afea-9aa8a5947518","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientId\": \"<string>\",\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"redirectUris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"be1c30f5-3607-4f4f-9e50-7fb3bbb16272","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"183eb357-1b74-4781-88df-20bbbb50358e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5b7e88f0-7bc1-4677-ac25-029a14256f38","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9079d913-4662-4b9b-b44c-3dc59eef9b07"},{"name":"update Application","id":"7a2f4cb9-fa3d-4b39-9e5c-e0413e0d17fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/applications/:id","description":"<p>Update an <code>application</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateApplicationRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateApplicationRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ redirect_uris</td>\n<td>[NonEmptyString]</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["applications",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"87121e97-1f0e-4267-8e04-ee07b5804578","description":{"content":"<p>(Required) The <code>application</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2e03e122-0df7-41cd-a314-ae91f33dade3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientId\": \"<string>\",\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"redirectUris\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"fe251759-c400-49c0-9010-69fed6a1d1c2","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"083e04a3-9cd5-44a2-abc1-9b01c225fffb","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"987de82d-eee2-4a2d-9f0a-684ef15c0b29","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d7194dd7-9018-4d3a-a724-3e7a0bf26f5a","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"redirect_uris\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/applications/:id","host":["https://platform.vertexvis.com"],"path":["applications",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `application` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"7a2f4cb9-fa3d-4b39-9e5c-e0413e0d17fa"}],"id":"9a7e7041-7ad8-4ee3-b6eb-4a1a73c64054","_postman_id":"9a7e7041-7ad8-4ee3-b6eb-4a1a73c64054","description":""},{"name":"attachments","item":[{"name":"list Attachments","id":"123c9064-6e56-4a48-a6f1-3b1e198877ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/attachments?filter[relationshipId]=<string>&filter[relationshipType]=thread&page[cursor]=<string>&page[size]=<integer>","description":"<p>List attachments\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n","urlObject":{"path":["attachments"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>(Required) A relationship id to filter attachments for</p>\n","type":"text/plain"},"key":"filter[relationshipId]","value":"<string>"},{"description":{"content":"<p>(Required) The type of relationship (reply or thread) (This can only be one of thread,reply)</p>\n","type":"text/plain"},"key":"filter[relationshipType]","value":"thread"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"15dedf3f-e83f-49fb-8a9e-f8d10772e264","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/attachments?filter[relationshipId]=<string>&filter[relationshipType]=thread&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["attachments"],"query":[{"description":"(Required) A relationship id to filter attachments for","key":"filter[relationshipId]","value":"<string>"},{"description":"(Required) The type of relationship (reply or thread) (This can only be one of thread,reply)","key":"filter[relationshipType]","value":"thread"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"content\": {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"status\": \"<string>\",\n          \"type\": \"file\",\n          \"size\": \"<long>\"\n        },\n        \"thumbnails\": 9550.298815159837\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"relationship\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"thread\"\n          }\n        }\n      },\n      \"type\": \"<string>\"\n    },\n    {\n      \"attributes\": {\n        \"content\": {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"status\": \"<string>\",\n          \"type\": \"file\",\n          \"size\": \"<long>\"\n        },\n        \"thumbnails\": 4762\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"relationship\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"thread\"\n          }\n        }\n      },\n      \"type\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4502b6bf-a02d-40b0-a2b2-e3df9259a722","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/attachments?filter[relationshipId]=<string>&filter[relationshipType]=thread&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["attachments"],"query":[{"description":"(Required) A relationship id to filter attachments for","key":"filter[relationshipId]","value":"<string>"},{"description":"(Required) The type of relationship (reply or thread) (This can only be one of thread,reply)","key":"filter[relationshipType]","value":"thread"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"fc41b3ed-a9d1-4f35-b883-07a6ff38a142","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/attachments?filter[relationshipId]=<string>&filter[relationshipType]=thread&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["attachments"],"query":[{"description":"(Required) A relationship id to filter attachments for","key":"filter[relationshipId]","value":"<string>"},{"description":"(Required) The type of relationship (reply or thread) (This can only be one of thread,reply)","key":"filter[relationshipType]","value":"thread"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f043d366-371f-4d05-838b-8c2e97d4319e","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/attachments?filter[relationshipId]=<string>&filter[relationshipType]=thread&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["attachments"],"query":[{"description":"(Required) A relationship id to filter attachments for","key":"filter[relationshipId]","value":"<string>"},{"description":"(Required) The type of relationship (reply or thread) (This can only be one of thread,reply)","key":"filter[relationshipType]","value":"thread"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"123c9064-6e56-4a48-a6f1-3b1e198877ca"},{"name":"create Attachment","id":"d411f57a-6894-427a-8234-6c30117b1a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"withContent\": {\n        \"name\": \"<string>\",\n        \"type\": \"file-content\"\n      }\n    },\n    \"relationships\": {\n      \"context\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"thread\"\n      }\n    },\n    \"type\": \"attachment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments","description":"<p>Create an <code>attachment</code> for a thread or a reply relationship. The content of the attachment can be a scene-view-state (created or provided), or a file. A file attachment requires the caller to upload the file after the attachment creation using a provided upload url.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateAttachmentRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateAttachmentRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ withContent</td>\n<td>WithFileContent</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ name</td>\n<td>string</td>\n<td>true</td>\n<td>The name of the file to create</td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(file-content)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateAttachmentRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ context</td>\n<td>any</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>WithThread</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(thread)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>WithReply</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(reply)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(attachment)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["attachments"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"6ccc35a8-809d-4e55-9fda-e4baa90fcdce","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"withContent\": {\n        \"name\": \"<string>\",\n        \"type\": \"file-content\"\n      }\n    },\n    \"relationships\": {\n      \"context\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"thread\"\n      }\n    },\n    \"type\": \"attachment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"content\": {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"status\": \"<string>\",\n        \"type\": \"file\",\n        \"size\": \"<long>\"\n      },\n      \"thumbnails\": 66\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"relationship\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"reply\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"678dd212-289d-4408-9d07-67541211ed8f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"withContent\": {\n        \"name\": \"<string>\",\n        \"type\": \"file-content\"\n      }\n    },\n    \"relationships\": {\n      \"context\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"thread\"\n      }\n    },\n    \"type\": \"attachment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"13fbe3db-ace7-4a20-8a3f-453e92231459","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"withContent\": {\n        \"name\": \"<string>\",\n        \"type\": \"file-content\"\n      }\n    },\n    \"relationships\": {\n      \"context\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"thread\"\n      }\n    },\n    \"type\": \"attachment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"918d9c9e-dfd1-4ce0-a8d9-a745f36b6bbe","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"withContent\": {\n        \"name\": \"<string>\",\n        \"type\": \"file-content\"\n      }\n    },\n    \"relationships\": {\n      \"context\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"thread\"\n      }\n    },\n    \"type\": \"attachment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"d411f57a-6894-427a-8234-6c30117b1a0d"},{"name":"create Attachment Download Url","id":"c3d66496-5257-4d9a-8ad6-1074bdd47a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments/:id/download-url","description":"<p>Create a download url for a file <code>attachment</code> by ID.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateDownloadRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateDownloadRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Specifies the duration for which this pre-signed request should be valid. After this time has expired, attempting to use the presigned request will fail. (Defaults to 1 hour, max value is 24 hours)</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["attachments",":id","download-url"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"8b7299ff-90a7-449d-847e-155372c35883","description":{"content":"<p>(Required) The <code>attachment</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"36ada5f3-abfb-476b-ab0f-1ef6ca3cad9d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/download-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"uri\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"fe5266d1-9450-4706-92c2-69e2de231a1f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/download-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8c6c3f71-5a08-46ed-83b2-ff6d3156c4c1","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/download-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9aca2e6c-e61c-4682-b5b2-df705081f4ea","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/download-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c3d66496-5257-4d9a-8ad6-1074bdd47a01"},{"name":"create Attachment Upload Url","id":"c91b72d8-6374-4463-9778-e2f2e744ecfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/attachments/:id/upload-url","description":"<p>Create an upload url for a file <code>attachment</code> by ID.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateUploadRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateUploadRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Specifies the duration for which this pre-signed request should be valid for upload. After this time has expired, attempting to use the presigned request will fail. (Defaults to 1 hour, max value is 24 hours)</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["attachments",":id","upload-url"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"88f21464-2ad5-482b-bdbe-f4ee9e2b3b70","description":{"content":"<p>(Required) The <code>attachment</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c43355df-6269-4b98-9a0d-2fa70bf87ff3","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"uri\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4003a2fa-a473-4017-9b5d-810c632838e8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2494f03b-5fd3-43ed-baa6-befa422f6030","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"04a3ace9-2bc1-413d-94c3-2f5e8831b926","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/attachments/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["attachments",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `attachment` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c91b72d8-6374-4463-9778-e2f2e744ecfc"}],"id":"f6713ed1-021a-4edc-be7f-6a247b0d92c5","description":"<p>Requires Engage Module</p>\n","_postman_id":"f6713ed1-021a-4edc-be7f-6a247b0d92c5"},{"name":"batches","item":[{"name":"create Batch","id":"9bf02f0d-50fe-4f08-9a57-bafe9c92c868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"vertexvis/batch:operations\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/batches","description":"<p>Create a <code>batch</code>. This API is asynchronous, returning the location of a <code>queued-batch</code>. Check the status via the getQueuedBatch API.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vertexvis</td>\n<td>[BatchOperation]</td>\n<td>false</td>\n<td>List of operations to perform as a batch.</td>\n</tr>\n<tr>\n<td>▹ data</td>\n<td>any</td>\n<td>true</td>\n<td>Operation's primary data.</td>\n</tr>\n<tr>\n<td>▹▹ <em>anonymous</em></td>\n<td>CreateSceneItemRequestData</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ attributes</td>\n<td>CreateSceneItemRequestData_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ endItem</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether this item is an end item.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ experimentalSourceMetadataKeys</td>\n<td>[string]</td>\n<td>false</td>\n<td>Specifies which metadata keys should be copied from the source item. Sending null will default to all keys. Sending an empty string will copy none of the sources' metadata. Sending an array of [\"KEY1\", \"KEY2] will include KEY1 and KEY2 from the source in the scene item creation. This is marked experimental since future releases are expected to prevent copying metadata entirely.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ materialOverride</td>\n<td>ColorMaterial</td>\n<td>false</td>\n<td>Color properties describing how a material looks.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ ambient</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ diffuse</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ emissive</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ glossiness</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Glossiness from 0 to 128.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ opacity</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>An opacity value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ specular</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Additional metadata for the scene-item. This metadata will take precedence over any metadata that belongs to the part file.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ value</td>\n<td>integer(int64)</td>\n<td>true</td>\n<td>A numerical long value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataFloatType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ value</td>\n<td>number(float)</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ value</td>\n<td>string(date-time)</td>\n<td>true</td>\n<td>A date value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ value</td>\n<td>string</td>\n<td>true</td>\n<td>A string value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataNullType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ ordinal</td>\n<td>integer</td>\n<td>false</td>\n<td>A 0-based index used for defining a consistent ordering amongst sibling scene items.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ parent</td>\n<td>string</td>\n<td>false</td>\n<td>Optional ability to specify a parent scene item by scene item supplied ID. For example, an existing ID from a PLM system. This approach is an alternative to providing a specific scene item ID with the relationship parent property.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ partInstanceSuppliedIdsAsSuppliedIds</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not to use part instance supplied IDs as scene item supplied IDs.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ phantom</td>\n<td>boolean</td>\n<td>false</td>\n<td>Phantom state of the item.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ resolutionRule</td>\n<td>enum(as-specified, latest-iteration, latest-revision)</td>\n<td>false</td>\n<td>Optional rule to guide the part-revision resolution algorithm in cases where required qualifiers are not explicitly specified by the query.  In the case of assembly parts, the resolution rule also applies recursively to the resolution of the child parts.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ source</td>\n<td>PartRevisionSuppliedId</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ suppliedIterationId</td>\n<td>string</td>\n<td>false</td>\n<td>Optional iteration ID for the revision. For example, a generated version id from a PLM system to a specific revision. Used when a existing revision is modified.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ suppliedPartId</td>\n<td>string</td>\n<td>true</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ suppliedRevisionId</td>\n<td>string</td>\n<td>true</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ transform</td>\n<td>Matrix4</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ r0</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ w</td>\n<td>number</td>\n<td>true</td>\n<td>w value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ r1</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ r2</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ r3</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ visible</td>\n<td>boolean</td>\n<td>false</td>\n<td>Item visibility.</td>\n</tr>\n<tr>\n<td>▹▹▹ relationships</td>\n<td>CreateSceneItemRequestData_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ parent</td>\n<td>SceneItemRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ data</td>\n<td>SceneItemRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(scene-item)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ referenceTree</td>\n<td>SceneItemRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ source</td>\n<td>any</td>\n<td>false</td>\n<td>Relationship to a <code>geometry-set</code>, <code>part-revision</code>, <code>part-rendition</code>, or <code>scene</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>GeometrySetRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>geometry-set</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ data</td>\n<td>GeometrySetRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>enum(geometry-set)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>PartRevisionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-revision</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ data</td>\n<td>PartData_relationships_partRevisions</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>enum(part-revision)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>SceneRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ data</td>\n<td>SceneRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>enum(scene)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>PartRenditionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-rendition</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ data</td>\n<td>PartRenditionRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>enum(part-rendition)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ <em>anonymous</em></td>\n<td>RelationshipData</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ op</td>\n<td>enum(add, remove)</td>\n<td>true</td>\n<td>Batch operation type type.</td>\n</tr>\n<tr>\n<td>▹ ref</td>\n<td>BatchOperation_ref</td>\n<td>true</td>\n<td>Target of batch operation.</td>\n</tr>\n<tr>\n<td>▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹ type</td>\n<td>enum(scene)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["batches"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"3b93836c-97d6-416d-874f-ebbbd092395e","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"vertexvis/batch:operations\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/batches"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"1c68edef-3026-4f9d-b1ab-9978e9749995","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"vertexvis/batch:operations\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/batches"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"35fc761a-720d-409c-be6a-43ece6220784","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"vertexvis/batch:operations\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/batches"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d9061280-8437-4d5e-b9da-fd37bf9a4c55","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"vertexvis/batch:operations\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"endItem\": \"<boolean>\",\n          \"experimentalSourceMetadataKeys\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"materialOverride\": {\n            \"ambient\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"diffuse\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"emissive\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            },\n            \"glossiness\": \"<integer>\",\n            \"opacity\": \"<integer>\",\n            \"specular\": {\n              \"b\": \"<integer>\",\n              \"g\": \"<integer>\",\n              \"r\": \"<integer>\"\n            }\n          },\n          \"metadata\": {\n            \"key_0\": {\n              \"type\": \"<string>\",\n              \"value\": \"<long>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"ordinal\": \"<integer>\",\n          \"parent\": \"<string>\",\n          \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n          \"phantom\": \"<boolean>\",\n          \"resolutionRule\": \"latest-revision\",\n          \"source\": {\n            \"suppliedPartId\": \"<string>\",\n            \"suppliedRevisionId\": \"<string>\",\n            \"suppliedIterationId\": \"<string>\"\n          },\n          \"suppliedId\": \"<string>\",\n          \"transform\": {\n            \"r0\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r1\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r2\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"r3\": {\n              \"w\": \"<number>\",\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            }\n          },\n          \"visible\": \"<boolean>\"\n        },\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"referenceTree\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"scene-item\"\n            }\n          },\n          \"source\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          }\n        },\n        \"type\": \"<string>\"\n      },\n      \"op\": \"remove\",\n      \"ref\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"scene\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/batches"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9bf02f0d-50fe-4f08-9a57-bafe9c92c868"},{"name":"get Batch","id":"6809c125-5e32-4da2-90fa-7c7061c96dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/batches/:id","description":"<p>Get a <code>batch</code> by ID.</p>\n","urlObject":{"path":["batches",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"bf94cd71-5190-422d-8756-7e22f1a87974","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"14010dc8-94e9-4309-9c63-5f9f833b8e4f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/batches/:id","host":["https://platform.vertexvis.com"],"path":["batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vertexvis/batch:results\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"},{"id":"c78eeda5-8938-429f-912e-dac4cdf25b7e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/batches/:id","host":["https://platform.vertexvis.com"],"path":["batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c58f017c-4295-4edb-994e-be4b31d96678","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/batches/:id","host":["https://platform.vertexvis.com"],"path":["batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d646c5f4-5b0f-4520-94d8-365440c43876","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/batches/:id","host":["https://platform.vertexvis.com"],"path":["batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6809c125-5e32-4da2-90fa-7c7061c96dc5"},{"name":"get Queued Batch","id":"45a38baf-4c22-4310-bad4-505e4ddf1055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-batches/:id","description":"<p>Get a <code>queued-batch</code>. The response is either the status if <code>running</code> or <code>error</code> or, upon completion, redirects to the created <code>batch</code>.</p>\n","urlObject":{"path":["queued-batches",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"c4fbdb0d-4283-432e-911e-4da69e0ccc77","description":{"content":"<p>(Required) The <code>queued-batch</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"098f937b-0ce1-4cac-9da3-38483922b72f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-batches/:id","host":["https://platform.vertexvis.com"],"path":["queued-batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-batch` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"e2a010a5-03f1-43d9-b75c-d788bf26c744","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-batches/:id","host":["https://platform.vertexvis.com"],"path":["queued-batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-batch` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5a09567c-96fc-4c4d-a20e-60e7034fa572","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-batches/:id","host":["https://platform.vertexvis.com"],"path":["queued-batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-batch` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cdaf5d10-74bf-43c6-a3ee-9265de18514e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-batches/:id","host":["https://platform.vertexvis.com"],"path":["queued-batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-batch` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5b3396ee-5a0e-4d9b-baf1-e3cf124ecedf","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-batches/:id","host":["https://platform.vertexvis.com"],"path":["queued-batches",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-batch` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"45a38baf-4c22-4310-bad4-505e4ddf1055"}],"id":"5ed56064-a157-4d3f-99de-6942588583cf","_postman_id":"5ed56064-a157-4d3f-99de-6942588583cf","description":""},{"name":"canvases","item":[{"name":"get Canvas","id":"8c05b9f6-348c-4bb7-a50b-47f39a8252f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/canvases/:id","description":"<p>Get a <code>canvas</code> by ID.</p>\n","urlObject":{"path":["canvases",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"65a4cd0f-85fc-4338-963c-f6549dbcc9fe","description":{"content":"<p>(Required) The <code>canvas</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5da5d1c0-dbfc-40cf-97f1-b72d4bcac242","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/canvases/:id","host":["https://platform.vertexvis.com"],"path":["canvases",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `canvas` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"document\": {\n        \"items\": [\n          {\n            \"endPosition\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\"\n            },\n            \"fill\": {\n              \"color\": {\n                \"a\": \"<integer>\",\n                \"b\": \"<integer>\",\n                \"g\": \"<integer>\",\n                \"r\": \"<integer>\"\n              }\n            },\n            \"startPosition\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\"\n            },\n            \"stroke\": {\n              \"color\": {\n                \"a\": \"<integer>\",\n                \"b\": \"<integer>\",\n                \"g\": \"<integer>\",\n                \"r\": \"<integer>\"\n              },\n              \"thickness\": \"<number>\"\n            },\n            \"type\": \"line-item-2d\",\n            \"endShape\": {\n              \"filled\": \"<boolean>\",\n              \"type\": \"arrow-end\",\n              \"width\": \"<number>\"\n            },\n            \"startShape\": {\n              \"filled\": \"<boolean>\",\n              \"type\": \"arrow-end\",\n              \"width\": \"<number>\"\n            }\n          },\n          {\n            \"endPosition\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\"\n            },\n            \"fill\": {\n              \"color\": {\n                \"a\": \"<integer>\",\n                \"b\": \"<integer>\",\n                \"g\": \"<integer>\",\n                \"r\": \"<integer>\"\n              }\n            },\n            \"startPosition\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\"\n            },\n            \"stroke\": {\n              \"color\": {\n                \"a\": \"<integer>\",\n                \"b\": \"<integer>\",\n                \"g\": \"<integer>\",\n                \"r\": \"<integer>\"\n              },\n              \"thickness\": \"<number>\"\n            },\n            \"type\": \"line-item-2d\",\n            \"endShape\": {\n              \"filled\": \"<boolean>\",\n              \"type\": \"arrow-end\",\n              \"width\": \"<number>\"\n            },\n            \"startShape\": {\n              \"filled\": \"<boolean>\",\n              \"type\": \"arrow-end\",\n              \"width\": \"<number>\"\n            }\n          }\n        ],\n        \"type\": \"canvas-document-v1\"\n      },\n      \"modifiedAt\": \"<dateTime>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"canvas\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ec4d7c29-21f4-4743-a487-a4504cb5320a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/canvases/:id","host":["https://platform.vertexvis.com"],"path":["canvases",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `canvas` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c18686a5-cfa2-4ee0-820e-0e1d2882233e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/canvases/:id","host":["https://platform.vertexvis.com"],"path":["canvases",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `canvas` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"aa0d6683-3b83-4b02-8075-f054d5a6e5ba","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/canvases/:id","host":["https://platform.vertexvis.com"],"path":["canvases",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `canvas` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8c05b9f6-348c-4bb7-a50b-47f39a8252f3"}],"id":"1770a403-8bbb-4c67-808b-7d9ee42a011d","_postman_id":"1770a403-8bbb-4c67-808b-7d9ee42a011d","description":""},{"name":"collaboration-contexts","item":[{"name":"list Collaboration Contexts","id":"5d64d17c-b69b-40f6-a5e9-4f57b9a9a77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/collaboration-contexts?page[cursor]=<string>&page[size]=<integer>","description":"<p>List <code>collaboration-context</code>s</p>\n","urlObject":{"path":["collaboration-contexts"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"b59352d8-d0a3-4e14-af11-7e271fe9af67","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"account\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"account\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"account\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"account\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        },\n        \"key_4\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"388d43f0-40d8-430c-bac9-7eb8ee347dfb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5b885ba3-620d-49a3-9b8e-35260b2355a9","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"36ccf55f-8126-4604-94ef-bd9e402b4fed","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5d64d17c-b69b-40f6-a5e9-4f57b9a9a77f"},{"name":"create Collaboration Context","id":"986d42b6-0f0c-4415-b705-5739e40e59f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"collaboration-context\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts","description":"<p>Create a <code>collaboration-context</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateCollaborationContextRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(collaboration-context)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["collaboration-contexts"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"904ec39e-bf52-4717-adbb-903839dfbcc1","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"collaboration-context\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"account\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"account\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"e1f8f003-2ee4-488e-b4e8-20852c31f783","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"collaboration-context\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ac628f08-6568-427c-80cb-8ad90cfd58fd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"collaboration-context\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"86ad89f6-2957-4973-a45a-3788a5d549bb","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"collaboration-context\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"986d42b6-0f0c-4415-b705-5739e40e59f8"},{"name":"delete Collaboration Context","id":"44e40bc2-88cb-4b8d-90de-e2dd1c53b9b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/collaboration-contexts/:id","description":"<p>Remove a collaboration context along with all of its data</p>\n","urlObject":{"path":["collaboration-contexts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"f218dd76-51fc-426c-893c-ffc71e81c6c5","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ebb93638-075c-4c18-9f3c-e4a6be9a476f","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"93b686a6-f933-468f-9a56-e9db55125c11","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"81a8710d-2be4-4a6e-b0fc-c4efb7436574","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"44e40bc2-88cb-4b8d-90de-e2dd1c53b9b9"},{"name":"get Collaboration Context","id":"873c35c8-4ef8-4382-9e1b-64fe47145dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/collaboration-contexts/:id","description":"<p>Get a <code>collaboration-context</code> by ID.</p>\n","urlObject":{"path":["collaboration-contexts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"da10443b-7fa1-46fd-9ca0-444874ce7328","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a50655fa-82e3-4fd7-95ed-541e31844fc0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"account\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"account\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"5f06284b-cfac-452f-b1b4-930e125de08f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"3352fe0b-ebb1-44f0-9d16-bb6f08dcf732","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"440c79d6-feda-4fc9-ac34-711f409daf01","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"873c35c8-4ef8-4382-9e1b-64fe47145dfd"},{"name":"add Collaboration Context User Groups","id":"e5f9bd01-2086-41a4-9d5c-c94efdf857d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts/:id/user-groups","description":"<p>Create a <code>collaboration-context</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>[UserGroupId]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(user-group)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["collaboration-contexts",":id","user-groups"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"a74935d6-498d-4b37-a47a-9798095cbc3e","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4e51fff0-6237-46fb-85b1-d6fb8fae8b43","name":"No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/user-groups","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","user-groups"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"29946591-96c3-48c3-a2dd-f5d4bd623809","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/user-groups","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","user-groups"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"340b60d4-5a4d-43cd-84bc-fa2c09a784a8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/user-groups","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","user-groups"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6aa524bf-afcf-4a88-9122-3be0788d64bb","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user-group\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/user-groups","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","user-groups"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e5f9bd01-2086-41a4-9d5c-c94efdf857d3"},{"name":"get Users For Collaboration Context","id":"c017f6b3-66f0-4f7e-95e9-a90382945929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/collaboration-contexts/:id/users?filter[query]=<string>&page[cursor]=<string>&page[size]=<integer>","description":"<p>Search the users associated to a <code>collaboration-context</code>.</p>\n","urlObject":{"path":["collaboration-contexts",":id","users"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Query users by e-mail or full name</p>\n","type":"text/plain"},"key":"filter[query]","value":"<string>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"7ab4b16f-b54c-4e42-ae2c-d552c1756545","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c13a1258-911f-4de0-b007-365bc90be86a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/users?filter[query]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","users"],"query":[{"description":"Query users by e-mail or full name","key":"filter[query]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ffded779-a557-407a-bd3a-6cefd24d6abd","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/users?filter[query]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","users"],"query":[{"description":"Query users by e-mail or full name","key":"filter[query]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ef247c96-4187-4112-86ad-d9fff0fa3e84","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/users?filter[query]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","users"],"query":[{"description":"Query users by e-mail or full name","key":"filter[query]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"131f1933-a862-4af5-ba3f-2ec5ee88b34f","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/users?filter[query]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","users"],"query":[{"description":"Query users by e-mail or full name","key":"filter[query]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c017f6b3-66f0-4f7e-95e9-a90382945929"}],"id":"395bd175-c4dc-4331-a4cd-cfaaeda0da0c","description":"<p>Requires Engage Module</p>\n","_postman_id":"395bd175-c4dc-4331-a4cd-cfaaeda0da0c"},{"name":"exports","item":[{"name":"create Export","id":"abdbe182-257a-4e42-b854-0adc53a30151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"config\": {\n        \"format\": \"<string>\"\n      },\n      \"downloadUrlExpiry\": \"<integer>\",\n      \"fileName\": \"<string>\"\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      },\n      \"state\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/exports","description":"<p>Create an <code>export</code>. This API is asynchronous, returning the location of a <code>queued-export</code>. Check the status via the getQueuedExport API.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateExportRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateExportRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ config</td>\n<td>any</td>\n<td>true</td>\n<td>Specifies the export format and options to configure the export.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>ExportConfig</td>\n<td>false</td>\n<td>Describes the options for configuring a file export.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ format</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ downloadUrlExpiry</td>\n<td>integer</td>\n<td>false</td>\n<td>Number of seconds before the download url for the export expires when retrieving a completed export. This expiry takes effect when retrieving the export and is valid for the specified time here.</td>\n</tr>\n<tr>\n<td>▹▹ fileName</td>\n<td>string</td>\n<td>false</td>\n<td>Optional file name to use for the resulting export</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateExportRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>ExportRelationship</td>\n<td>true</td>\n<td>Relationship to an <code>export</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>ExportRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ state</td>\n<td>ExportStateRelationship</td>\n<td>false</td>\n<td>Relationship to an <code>export</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>ExportStateRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene-view-state)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["exports"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"53b73a71-febd-4f82-92ad-e8faa7cf5859","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"config\": {\n        \"format\": \"<string>\"\n      },\n      \"downloadUrlExpiry\": \"<integer>\",\n      \"fileName\": \"<string>\"\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      },\n      \"state\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/exports"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"cd2c480b-0786-405a-81ae-5f256557d04c","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"config\": {\n        \"format\": \"<string>\"\n      },\n      \"downloadUrlExpiry\": \"<integer>\",\n      \"fileName\": \"<string>\"\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      },\n      \"state\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/exports"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"57e22921-961d-4949-9def-a1467d77b66f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"config\": {\n        \"format\": \"<string>\"\n      },\n      \"downloadUrlExpiry\": \"<integer>\",\n      \"fileName\": \"<string>\"\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      },\n      \"state\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/exports"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9a34ed27-3453-44ee-9c5d-6fa20636c2bc","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"config\": {\n        \"format\": \"<string>\"\n      },\n      \"downloadUrlExpiry\": \"<integer>\",\n      \"fileName\": \"<string>\"\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      },\n      \"state\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/exports"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"abdbe182-257a-4e42-b854-0adc53a30151"},{"name":"get Export","id":"31f48124-2b9a-4f0d-bd96-f9f2b002cafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/exports/:id","description":"<p>Get an <code>export</code> by ID.</p>\n","urlObject":{"path":["exports",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"26e70086-26fd-4e17-a188-1e1dc3bab814","description":{"content":"<p>(Required) The <code>export</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cb885c92-aa9b-43d1-bc3d-c5b66daedcf2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/exports/:id","host":["https://platform.vertexvis.com"],"path":["exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `export` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"downloadUrl\": \"<string>\",\n      \"downloadUrlExpiry\": \"<integer>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"file\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    },\n    \"key_4\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2062fd2a-fc04-42aa-a72b-5b44b9556b96","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/exports/:id","host":["https://platform.vertexvis.com"],"path":["exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `export` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"bcdb3d38-dda9-4020-9158-7f2188c5b70b","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/exports/:id","host":["https://platform.vertexvis.com"],"path":["exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `export` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2dd595e7-646c-4841-bddd-5658d3dffcb6","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/exports/:id","host":["https://platform.vertexvis.com"],"path":["exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `export` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"31f48124-2b9a-4f0d-bd96-f9f2b002cafd"},{"name":"get Queued Export","id":"f7041097-3069-447f-81e5-2168842f1cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-exports/:id","description":"<p>Get a <code>queued-export</code>. The response is either the status if <code>running</code> or <code>error</code> or, upon completion, redirects to the created <code>export</code>.</p>\n","urlObject":{"path":["queued-exports",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"4c8889a8-4822-4194-aef2-895c29d447cb","description":{"content":"<p>(Required) The <code>queued-export</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"59886ac4-4489-4e10-90fa-ed2fd38c6435","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-exports/:id","host":["https://platform.vertexvis.com"],"path":["queued-exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-export` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f03c5e72-593b-4b62-99f5-edc104d0718a","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-exports/:id","host":["https://platform.vertexvis.com"],"path":["queued-exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-export` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ace556da-7da5-4844-b0e0-f5435186e546","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-exports/:id","host":["https://platform.vertexvis.com"],"path":["queued-exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-export` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a73bb90e-678b-4c43-a429-8ea4b2d56edc","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-exports/:id","host":["https://platform.vertexvis.com"],"path":["queued-exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-export` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0a655e9e-00f3-42be-b5bf-9044d5cf61fa","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-exports/:id","host":["https://platform.vertexvis.com"],"path":["queued-exports",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-export` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"f7041097-3069-447f-81e5-2168842f1cbb"}],"id":"3fc0583d-3d33-49b3-be7e-69bf0b15964e","_postman_id":"3fc0583d-3d33-49b3-be7e-69bf0b15964e","description":""},{"name":"files","item":[{"name":"get Files","id":"cd347e96-2f60-4a9e-bf14-5bc5310ca46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/files?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","description":"<p>Get <code>files</code>.</p>\n","urlObject":{"path":["files"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"}],"variable":[]}},"response":[{"id":"eb45316e-880f-47f5-9e32-37cf69e8eca7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["files"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"status\": \"<string>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\"\n        },\n        \"rootFileName\": \"<string>\",\n        \"size\": \"<long>\",\n        \"suppliedId\": \"<string>\",\n        \"uploaded\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"status\": \"<string>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\",\n          \"key_1\": \"<string>\"\n        },\n        \"rootFileName\": \"<string>\",\n        \"size\": \"<long>\",\n        \"suppliedId\": \"<string>\",\n        \"uploaded\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"a5728c8f-ee77-4953-90b2-07a020fd1a68","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["files"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"66063a8d-4197-4ecd-b1af-b3d0d665f49d","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["files"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"cd347e96-2f60-4a9e-bf14-5bc5310ca46e"},{"name":"create File","id":"15703ec2-28e6-429b-ba9f-a4295f4d6b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files","description":"<p>Create a <code>file</code>. Once created, upload file content via the uploadFile API. For details including supported file formats, see our <a href=\"https://developer.vertexvis.com/docs/guides/import-data-with-api\">Import data</a> guide.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateFileRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateFileRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before the file is deleted.</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>User supplied key-value pairs for a file. You can supply up to 50 entries, with key names limited to 64 characters and values limited to 256 characters.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>true</td>\n<td>Name matching that of the file you are uploading, including file extension.</td>\n</tr>\n<tr>\n<td>▹▹ rootFileName</td>\n<td>string</td>\n<td>false</td>\n<td>File name of the root part or assembly, including file extension. Required if <code>name</code> references an archive file extension, ignored otherwise.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["files"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"be7918d3-7ce8-4f58-b085-1d8e18059b3f","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"size\": \"<long>\",\n      \"suppliedId\": \"<string>\",\n      \"uploaded\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ee3230b3-8f1f-4c64-98ca-a54aa6ca10bc","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e43afa49-ebd7-4847-8d7c-2a6382d1b48e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"342b8390-e20a-4891-b1b6-ba8c0883aaac","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"15703ec2-28e6-429b-ba9f-a4295f4d6b9b"},{"name":"delete File","id":"e79d8c46-f41d-466f-8916-ab2f18d14037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/files/:id","description":"<p>Delete a <code>file</code>.</p>\n","urlObject":{"path":["files",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"34afd4c6-805c-48c3-a1fe-e6bd4b0136a7","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"bade82fd-b94b-448a-9967-a80e03cf5f3a","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"size\": \"<long>\",\n      \"suppliedId\": \"<string>\",\n      \"uploaded\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"307cf80b-dabb-41a9-b065-c0df2c4d5537","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8319240e-fd4d-4133-a7c9-2186c613aa07","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b2199929-0f2d-4ca1-bac6-1ca00fd91213","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e79d8c46-f41d-466f-8916-ab2f18d14037"},{"name":"get File","id":"962ec3b6-5467-42ed-9883-2d587599d743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/files/:id","description":"<p>Get a <code>file</code> by ID.</p>\n","urlObject":{"path":["files",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"12699499-060d-484b-950f-4689db136739","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6e6fe1ef-e285-4925-aa7a-79405211dbb1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"size\": \"<long>\",\n      \"suppliedId\": \"<string>\",\n      \"uploaded\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"79973103-9fcd-456e-b908-dc7544ee1cdb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"67508f1d-9a6e-48db-bbcb-1b746e93a478","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d5dd39c2-f060-4ffb-9c90-f4253b731537","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"962ec3b6-5467-42ed-9883-2d587599d743"},{"name":"update File","id":"024b0de0-e04f-4d65-b931-205b9afc92c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files/:id","description":"<p>Update a <code>file</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateFileRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateFileRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)¦null</td>\n<td>false</td>\n<td>Number of seconds before the file is deleted.</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Updates to file metadata. Null values delete the associated key/value pair.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td>Name of the file you would like to rename</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["files",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"3810d120-13a6-4a21-97ea-8b9804cc948d","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7958f9ed-9f28-42ab-9aa0-5acd871edb54","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"rootFileName\": \"<string>\",\n      \"size\": \"<long>\",\n      \"suppliedId\": \"<string>\",\n      \"uploaded\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4b20e784-128a-461c-846d-616f381ffd37","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"71987d23-8b41-4731-b309-9e3d48e22ade","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"05009be9-70a5-474e-8418-16b0f812198e","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1fffc1e0-ec93-4a5e-90a6-9bfc6f3bd184","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"024b0de0-e04f-4d65-b931-205b9afc92c2"},{"name":"upload File","id":"45d3aa0c-1178-49c1-92bc-1c55807d1c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"file","file":{}},"url":"https://platform.vertexvis.com/files/:id","description":"<p>Upload a <code>file</code>. Once uploaded, create either parts or geometry sets via the createPart or createGeometrySet APIs.</p>\n","urlObject":{"path":["files",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"7878d543-a860-458a-a32b-3675b774694d","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"42f1551e-125a-4680-9bee-ef387ae3bf82","name":"No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7d1491bc-0718-4bc2-90c9-45942b1f3c62","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5533dd2a-d382-4124-870d-1eaccc1eb01f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cc9369a2-74e7-464b-98d3-d2d2ec236835","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"af0a5c19-e512-411c-b89d-b76aa2a45198","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://platform.vertexvis.com/files/:id","host":["https://platform.vertexvis.com"],"path":["files",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"45d3aa0c-1178-49c1-92bc-1c55807d1c37"},{"name":"create Download Url","id":"bab00c24-4839-4164-b9e3-3ad5342e3579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files/:id/download-url","description":"<p>Create a download uri for a <code>file</code> by ID.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateDownloadRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateDownloadRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Specifies the duration for which this pre-signed request should be valid. After this time has expired, attempting to use the presigned request will fail. (Defaults to 1 hour, max value is 24 hours)</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["files",":id","download-url"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"d62c1c87-0b97-4447-8663-b02c42851d21","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e127b96c-6401-4d95-8649-4fec08de19fc","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/download-url","host":["https://platform.vertexvis.com"],"path":["files",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"downloadUrl\": \"<string>\",\n      \"uri\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f9761e8e-b486-4f61-be50-b458b7b234ae","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/download-url","host":["https://platform.vertexvis.com"],"path":["files",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ee1a9357-6092-43de-961c-b6289856f2aa","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/download-url","host":["https://platform.vertexvis.com"],"path":["files",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0e3980ea-4c66-4ba0-884d-0b44f0cd7075","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/download-url","host":["https://platform.vertexvis.com"],"path":["files",":id","download-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"bab00c24-4839-4164-b9e3-3ad5342e3579"},{"name":"create Upload Url","id":"9e6510a5-4794-4cef-8745-e4742c550688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/files/:id/upload-url","description":"<p>Create an upload uri for a <code>file</code> by ID.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateUploadRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateUploadRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Specifies the duration for which this pre-signed request should be valid for upload. After this time has expired, attempting to use the presigned request will fail. (Defaults to 1 hour, max value is 24 hours)</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["files",":id","upload-url"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"99b19c6d-633c-4717-b4c4-d8790fc46142","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6babe0b9-e5d0-4ae4-a796-15c7e45a7820","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["files",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"uri\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ad48918f-f197-47f3-b3fe-b378a232d44d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["files",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f90bc31d-6a17-4a32-8ea4-6094e70977bc","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["files",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"445d6cff-ef7e-44e8-81f1-b900ac8aeff4","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/files/:id/upload-url","host":["https://platform.vertexvis.com"],"path":["files",":id","upload-url"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9e6510a5-4794-4cef-8745-e4742c550688"}],"id":"6a324040-0fdd-4344-ac56-3f9c1a9c46a7","_postman_id":"6a324040-0fdd-4344-ac56-3f9c1a9c46a7","description":""},{"name":"file-collections","item":[{"name":"list File Collections","id":"8c8bca35-7719-4a65-8cdc-5cba43363730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/file-collections?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","description":"<p>List <code>file-collection</code>s by supplied ID.</p>\n","urlObject":{"path":["file-collections"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"}],"variable":[]}},"response":[{"id":"d29b8254-f408-45f1-8a87-33c1cc26e4bf","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["file-collections"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\",\n          \"key_1\": \"<string>\",\n          \"key_2\": \"<string>\"\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"file-collection\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\"\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"file-collection\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"3c9a5415-2712-4ba0-ba24-bd4154158fff","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["file-collections"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8c8bca35-7719-4a65-8cdc-5cba43363730"},{"name":"create File Collection","id":"6d3384bb-21dc-4669-99d1-96db2fcf3158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-collections","description":"<p>Create a <code>file-collection</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateFileCollectionRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateFileCollectionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before expiration</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>User supplied key-value pairs for a file-collection. You can supply up to 50 entries, with key names limited to 64 characters and values limited to 256 characters.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation with external systems, e.g. a PLM system.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(file-collection)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["file-collections"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"6b3bdbf5-8bbb-4048-b4ef-18a9675a4618","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-collections"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"file-collection\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4b1ddd52-c14e-4cfb-b013-07aa910b67f6","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-collections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7b4e139d-6308-4015-91c4-c9a8ffb6ec77","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-collections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6d3384bb-21dc-4669-99d1-96db2fcf3158"},{"name":"delete File Collection","id":"da4e44f5-5b80-4901-a940-4bab8ad179fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/file-collections/:id","description":"<p>Delete a <code>file-collection</code>.</p>\n","urlObject":{"path":["file-collections",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"0ebf6a76-a982-4e01-b4b0-2cd48e243697","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"953b4fd8-f154-4adc-9ffd-9144feddb381","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3ff851a3-5bd5-44b3-8313-288043d95cf4","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"02eb0939-c1bd-4d76-bfb5-01594b59975c","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"da4e44f5-5b80-4901-a940-4bab8ad179fa"},{"name":"get File Collection","id":"b64f886e-5f52-4773-a467-8aec2ed33fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/file-collections/:id","description":"<p>Get a <code>file-collection</code> by ID.</p>\n","urlObject":{"path":["file-collections",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"2a0e12a2-dc8c-42b9-a979-88246841fd6e","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"64c6d0a6-8617-4d55-9588-d70e84df5a92","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"file-collection\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"de625802-64d5-482e-98a9-f5354e74d41c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d3966e92-0a08-4144-b9a4-8ee10cca8447","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b64f886e-5f52-4773-a467-8aec2ed33fb6"},{"name":"update File Collection","id":"8c2d83f4-30e3-4efb-b326-03ca9ed46aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-collections/:id","description":"<p>Update a <code>file-collection</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateFileCollectionRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateFileCollectionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before expiration</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Updates to file collection metadata. Null values delete the associated key/value pair.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(file-collection)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["file-collections",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"748942c7-d20a-456e-99d1-77cd97f3381f","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6a662d61-eb78-4890-9d38-bcdac4f03e46","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"file-collection\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"703404ba-a14e-42b4-8614-ab7d68ebfe2f","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cdaab778-0ef1-49ad-90ab-42986de9cb77","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0da4ab67-eb0d-44fe-99c0-152a9962e555","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"type\": \"file-collection\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id","host":["https://platform.vertexvis.com"],"path":["file-collections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8c2d83f4-30e3-4efb-b326-03ca9ed46aba"},{"name":"remove File Collection Files","id":"d8a6190f-41c6-4a73-b71a-377e526a8046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/file-collections/:id/files?filter[fileId]=<string>","description":"<p>Remove a file from a <code>file-collection</code>.</p>\n","urlObject":{"path":["file-collections",":id","files"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of file-ids to filter on.</p>\n","type":"text/plain"},"key":"filter[fileId]","value":"<string>"}],"variable":[{"id":"cec63463-ebc9-435f-9371-34500cc00ba5","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f2c8551a-2576-4184-9f53-c27abd113bc3","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files?filter[fileId]=<string>","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"query":[{"description":"Comma-separated list of file-ids to filter on.","key":"filter[fileId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6df1c97d-6819-4e53-98cf-42fdb366ddae","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files?filter[fileId]=<string>","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"query":[{"description":"Comma-separated list of file-ids to filter on.","key":"filter[fileId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"68edf399-c95d-4530-957f-7c22949e9b87","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files?filter[fileId]=<string>","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"query":[{"description":"Comma-separated list of file-ids to filter on.","key":"filter[fileId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"d8a6190f-41c6-4a73-b71a-377e526a8046"},{"name":"list File Collection Files","id":"83e60bad-f96d-4b51-8a89-810df42d4c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/file-collections/:id/files?page[cursor]=<string>&page[size]=<integer>","description":"<p>List the files in a <code>file-collection</code>.</p>\n","urlObject":{"path":["file-collections",":id","files"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"5dae8506-c708-4c93-948d-5ff5e4b3e7fc","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f090ea32-0b6d-469e-ae07-7e01ea3f04ba","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"status\": \"<string>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\"\n        },\n        \"rootFileName\": \"<string>\",\n        \"size\": \"<long>\",\n        \"suppliedId\": \"<string>\",\n        \"uploaded\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"status\": \"<string>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\",\n          \"key_1\": \"<string>\"\n        },\n        \"rootFileName\": \"<string>\",\n        \"size\": \"<long>\",\n        \"suppliedId\": \"<string>\",\n        \"uploaded\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f1399881-e673-4c85-862b-51ca257fa723","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"040ddb2c-9307-41d7-bdfe-f726cb9aa2c6","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"83e60bad-f96d-4b51-8a89-810df42d4c00"},{"name":"add File Collection Files","id":"ec1123af-038d-40b0-8d4d-e9e5309e1265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-collections/:id/files","description":"<p>Add files to a <code>file-collection</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>[Uuid]</td>\n<td>true</td>\n<td>[ID of the resource.]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["file-collections",":id","files"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"87cf065a-4208-4beb-935d-b3c6a7fb313c","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7475e15d-010e-4aba-a2d9-b2247c5ce026","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"file-collection\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"bcf4f320-f6e9-468e-acea-ff45239267d5","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"fdfbc50a-1a9d-4406-9b60-b92b37a48bea","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"841f7b11-72d8-4e06-9f7f-cc72dd6552d3","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/file-collections/:id/files","host":["https://platform.vertexvis.com"],"path":["file-collections",":id","files"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `file-collection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"ec1123af-038d-40b0-8d4d-e9e5309e1265"}],"id":"6ca73da3-c007-4fba-873b-695445d428bb","_postman_id":"6ca73da3-c007-4fba-873b-695445d428bb","description":""},{"name":"file-jobs","item":[{"name":"create File Job","id":"89729068-1ffd-4e80-b5e8-53f6c72ee6c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"operation\": {\n        \"fileId\": \"<uuid>\",\n        \"manifest\": [\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          },\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          }\n        ],\n        \"type\": \"file-archive-operation\"\n      }\n    },\n    \"type\": \"file-job\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-jobs","description":"<p>Create a <code>file-job</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateFileJobRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateFileJobRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ operation</td>\n<td>FileJobArchiveOperation</td>\n<td>true</td>\n<td>An object that describes the operation a file job will perform.</td>\n</tr>\n<tr>\n<td>▹▹▹ fileId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ manifest</td>\n<td>[ArchiveManifestEntry]</td>\n<td>true</td>\n<td>[Represents a file and directory within an archive.]</td>\n</tr>\n<tr>\n<td>▹▹▹▹ directory</td>\n<td>string</td>\n<td>false</td>\n<td>The directory in the archive where the file will be placed.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ selector</td>\n<td>any</td>\n<td>true</td>\n<td>Represents a query to select a file.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>SelectFileById</td>\n<td>false</td>\n<td>Queries a file by its unique ID.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(file-by-id)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>SelectFileBySuppliedId</td>\n<td>false</td>\n<td>Queries a file by its supplied ID.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ id</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(file-by-supplied-id)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(file-archive-operation)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(file-job)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["file-jobs"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"d0228b2e-cd23-485b-ae8d-fd652b629548","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"operation\": {\n        \"fileId\": \"<uuid>\",\n        \"manifest\": [\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          },\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          }\n        ],\n        \"type\": \"file-archive-operation\"\n      }\n    },\n    \"type\": \"file-job\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-jobs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4d08a9fb-1d2b-48f9-8033-d4e2358fb810","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"operation\": {\n        \"fileId\": \"<uuid>\",\n        \"manifest\": [\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          },\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          }\n        ],\n        \"type\": \"file-archive-operation\"\n      }\n    },\n    \"type\": \"file-job\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-jobs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"20cafacf-09aa-45ec-b967-9f546ee625d4","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"operation\": {\n        \"fileId\": \"<uuid>\",\n        \"manifest\": [\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          },\n          {\n            \"selector\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"file-by-id\"\n            },\n            \"directory\": \"<string>\"\n          }\n        ],\n        \"type\": \"file-archive-operation\"\n      }\n    },\n    \"type\": \"file-job\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/file-jobs"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"89729068-1ffd-4e80-b5e8-53f6c72ee6c0"},{"name":"get File Job","id":"02209ad0-753d-4b62-8a3c-d530d7949f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/file-jobs/:id","description":"<p>Get the status and result of a <code>file-job</code>.</p>\n","urlObject":{"path":["file-jobs",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"0957f073-ed85-4d97-aef5-b680cbfb71c7","description":{"content":"<p>(Required) The ID of a file job.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c3f1db40-3885-477a-9a71-db0c76c51448","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-jobs/:id","host":["https://platform.vertexvis.com"],"path":["file-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The ID of a file job."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"b4a11ab7-11f4-4e9d-bf42-eb1fc5d9e620","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-jobs/:id","host":["https://platform.vertexvis.com"],"path":["file-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The ID of a file job."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"20017967-34cd-4e81-903c-7f49f798dd51","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-jobs/:id","host":["https://platform.vertexvis.com"],"path":["file-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The ID of a file job."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7adb6339-e64f-4400-a09d-b572941494fd","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/file-jobs/:id","host":["https://platform.vertexvis.com"],"path":["file-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The ID of a file job."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"02209ad0-753d-4b62-8a3c-d530d7949f7a"}],"id":"9d5576ee-990b-4ba6-883b-eba20b5f881b","_postman_id":"9d5576ee-990b-4ba6-883b-eba20b5f881b","description":""},{"name":"geometry-sets","item":[{"name":"get Geometry Sets","id":"5be35187-fe96-445b-8daa-a69d3c07d1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/geometry-sets?page[cursor]=<string>&page[size]=<integer>","description":"<p>Get <code>geometry-sets</code>.</p>\n","urlObject":{"path":["geometry-sets"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"01cebe86-31cb-4dc0-aa22-37e5d6ed683b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["geometry-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7ac15c4e-683d-49c6-a372-bc2c983457f9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["geometry-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b37a6bdc-d28a-4021-9537-782ca31f78fa","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["geometry-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5be35187-fe96-445b-8daa-a69d3c07d1cd"},{"name":"create Geometry Set","id":"07b6f27c-eb7f-4f1e-a247-2f0743b01ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/geometry-sets","description":"<p>Create a <code>geometry-set</code>. Once created, create scenes via the createScene API. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/import-data-with-api\">Import data</a> guide.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateGeometrySetRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateGeometrySetRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>FileRelationship</td>\n<td>true</td>\n<td>Relationship to a <code>file</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>FileRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(file)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["geometry-sets"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"4d3c9f45-2d08-4c3e-aacd-1078a1270e26","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/geometry-sets"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"e6264046-1107-4aa5-a1ae-f08d050ec3f1","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/geometry-sets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e46d63a0-9b53-4176-b1b2-273f8e08f5a0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/geometry-sets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"bc3999ac-11b6-4af0-bf37-e60fba65ee60","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/geometry-sets"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"07b6f27c-eb7f-4f1e-a247-2f0743b01ad5"},{"name":"get Geometry Set","id":"ede3299d-2f44-4693-9304-3afb3a62f28a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/geometry-sets/:id","description":"<p>Get a <code>geometry-set</code> by ID.</p>\n","urlObject":{"path":["geometry-sets",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"b36dc049-84ae-4043-a927-d4e5678e34ce","description":{"content":"<p>(Required) The <code>geometry-set</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7cb8af1f-534b-45f1-8c3f-5838211296cf","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets/:id","host":["https://platform.vertexvis.com"],"path":["geometry-sets",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `geometry-set` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"84e2ee69-b741-43e7-85f5-68237959bcbe","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets/:id","host":["https://platform.vertexvis.com"],"path":["geometry-sets",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `geometry-set` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f1b759ea-be06-4de6-908f-9bd069716172","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets/:id","host":["https://platform.vertexvis.com"],"path":["geometry-sets",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `geometry-set` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d46d4f17-7677-4048-a61a-894295ea54a4","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/geometry-sets/:id","host":["https://platform.vertexvis.com"],"path":["geometry-sets",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `geometry-set` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"ede3299d-2f44-4693-9304-3afb3a62f28a"}],"id":"5cbcb589-2a21-4ce8-98a0-6d1d02fcfe09","_postman_id":"5cbcb589-2a21-4ce8-98a0-6d1d02fcfe09","description":""},{"name":"hits","item":[{"name":"create Scene View Hit","id":"7ce7b8f6-40f1-4418-99c2-a0db24cfce6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-views/:id/hits?include=<string>&fields[part-revision]=<string>","description":"<p>Create a <code>hit</code> for a <code>scene-view</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateHitRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateHitRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ point</td>\n<td>Point</td>\n<td>true</td>\n<td>2D point.</td>\n</tr>\n<tr>\n<td>▹▹▹ dx</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ dy</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹ viewport</td>\n<td>Dimensions</td>\n<td>true</td>\n<td>An item's height and width.</td>\n</tr>\n<tr>\n<td>▹▹▹ height</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Item's height.</td>\n</tr>\n<tr>\n<td>▹▹▹ width</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Item's width.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-views",":id","hits"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[part-revision]","value":"<string>"}],"variable":[{"id":"9ff3720e-c6df-4d6c-9b6e-2def0d4e2daf","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ba799061-6a74-4740-ad4a-4609f0543aed","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"results\": [\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"normal\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"point\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        }\n      },\n      \"type\": \"<string>\"\n    },\n    {\n      \"attributes\": {\n        \"normal\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"point\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        }\n      },\n      \"type\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4d89bb4b-fc26-4cd7-a597-5e887cbc1e52","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6806e736-a9bb-4622-95f8-9fad4a5a0146","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d4773453-cee1-4161-a3f8-efea1a27dae2","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0457ae5d-714c-434c-87e1-f050e0a98b03","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"7ce7b8f6-40f1-4418-99c2-a0db24cfce6a"},{"name":"create Scene Hit","id":"132e71ba-81ea-447f-8c30-190ea61edf00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/hits?include=<string>&fields[part-revision]=<string>","description":"<p>Create a <code>hit</code> for a <code>scene</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateHitRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateHitRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ point</td>\n<td>Point</td>\n<td>true</td>\n<td>2D point.</td>\n</tr>\n<tr>\n<td>▹▹▹ dx</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ dy</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹ viewport</td>\n<td>Dimensions</td>\n<td>true</td>\n<td>An item's height and width.</td>\n</tr>\n<tr>\n<td>▹▹▹ height</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Item's height.</td>\n</tr>\n<tr>\n<td>▹▹▹ width</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Item's width.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","hits"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[part-revision]","value":"<string>"}],"variable":[{"id":"62aadce1-6ccd-4c49-8a9d-a7c9aafe961c","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"549d505a-5068-443e-b617-3ee6ec8a35c1","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"results\": [\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"normal\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"point\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        }\n      },\n      \"type\": \"<string>\"\n    },\n    {\n      \"attributes\": {\n        \"normal\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"point\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\"\n        }\n      },\n      \"type\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f147fef2-62e5-4e39-ace9-6b5ef98729d8","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"353c6c63-6285-43a9-9169-ff714a58f300","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"3a700847-b519-4644-8ddd-c83207205005","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"02493378-0b25-4c91-b5c8-c9af9a779aa1","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"point\": {\n        \"dx\": \"<integer>\",\n        \"dy\": \"<integer>\"\n      },\n      \"viewport\": {\n        \"height\": \"<integer>\",\n        \"width\": \"<integer>\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/hits?include=<string>&fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","hits"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"132e71ba-81ea-447f-8c30-190ea61edf00"}],"id":"8e8fad37-6d20-42f1-a138-f93edfadfb08","_postman_id":"8e8fad37-6d20-42f1-a138-f93edfadfb08","description":""},{"name":"model-views","item":[{"name":"get Model View","id":"014a1ee6-ef2f-4b2b-91f7-04004350ecc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/model-views/:id","description":"<p>Get the details of a <code>model-view</code>.</p>\n","urlObject":{"path":["model-views",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"f4bd4728-4270-48b6-a1dd-4bb5429db750","description":{"content":"<p>(Required) The <code>model-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"97ed3f5e-3837-466d-9421-d2e3910b6c10","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/model-views/:id","host":["https://platform.vertexvis.com"],"path":["model-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `model-view` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"partRevision\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ec946148-1b4c-4707-bb28-bdb71df0c349","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/model-views/:id","host":["https://platform.vertexvis.com"],"path":["model-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `model-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c24f68ec-040f-47b1-bcf8-87368866eb22","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/model-views/:id","host":["https://platform.vertexvis.com"],"path":["model-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `model-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"73e49c14-ac3b-4805-85b6-2ce2b4c4a964","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/model-views/:id","host":["https://platform.vertexvis.com"],"path":["model-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `model-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"014a1ee6-ef2f-4b2b-91f7-04004350ecc3"},{"name":"get Part Revision Model Views","id":"6855d671-0e4b-4993-bb99-b81b0b18b00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/part-revisions/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","description":"<p>Get a paged list of <code>model-views</code> for a part revision.</p>\n","urlObject":{"path":["part-revisions",":id","model-views"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Filter model views that contain or do not contain annotations.</p>\n","type":"text/plain"},"key":"filter[hasAnnotations]","value":"<boolean>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"291da23e-cb5f-4d84-9ce1-ed706510deae","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"1bc56027-f074-4231-8137-491007983757","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"name\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"name\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"64d0ef58-b557-467c-9a81-889fd4594361","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a461becc-f38e-4141-8414-cb268d62576e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a289bffd-2112-49c2-a9ea-fb76e96d97ad","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6855d671-0e4b-4993-bb99-b81b0b18b00b"},{"name":"get Scene Item Model Views","id":"8a916bb9-862c-46ba-8fe4-8b088dc33312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-items/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","description":"<p>Get a paged list of <code>model-views</code> for a scene item.</p>\n","urlObject":{"path":["scene-items",":id","model-views"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Filter model views that contain or do not contain annotations.</p>\n","type":"text/plain"},"key":"filter[hasAnnotations]","value":"<boolean>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"e30f8620-ad72-42f1-8530-8b6fb7a7437e","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"202ff099-d33a-48c1-8cde-3d6ec0589aee","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"name\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"name\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"075d945b-188c-4fce-a267-ed0acf793688","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b6fa77de-5a18-4162-b728-15976dfcd274","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0c0fa02b-fe98-4829-91bd-a6dea073a009","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id/model-views?filter[hasAnnotations]=<boolean>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id","model-views"],"query":[{"description":"Filter model views that contain or do not contain annotations.","key":"filter[hasAnnotations]","value":"<boolean>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8a916bb9-862c-46ba-8fe4-8b088dc33312"}],"id":"c07028cd-5551-48c5-a4ee-b98883f56047","_postman_id":"c07028cd-5551-48c5-a4ee-b98883f56047","description":""},{"name":"oauth2","item":[{"name":"admin Accept Consent","id":"51d4530a-6fd4-4afd-a557-4eab6bec1a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"session\": {}\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/oauth2/auth/requests/consent/accept?challenge=<string>","description":"<p>Accept Consent Challenge to login.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>AdminConsentAcceptRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>AdminConsentAcceptRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ session</td>\n<td>object</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oauth2","auth","requests","consent","accept"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>(Required) Challenge ID from oauth2 flow</p>\n","type":"text/plain"},"key":"challenge","value":"<string>"}],"variable":[]}},"response":[{"id":"71bf8ffa-9d73-4a6d-bee8-7f5c20f6dda2","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"session\": {}\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/oauth2/auth/requests/consent/accept?challenge=<string>","host":["https://platform.vertexvis.com"],"path":["oauth2","auth","requests","consent","accept"],"query":[{"description":"(Required) Challenge ID from oauth2 flow","key":"challenge","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"redirectTo\": \"<string>\"\n}"},{"id":"01a8d56a-16ef-447b-be9d-71dba2221190","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"session\": {}\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/oauth2/auth/requests/consent/accept?challenge=<string>","host":["https://platform.vertexvis.com"],"path":["oauth2","auth","requests","consent","accept"],"query":[{"description":"(Required) Challenge ID from oauth2 flow","key":"challenge","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c7b24bea-d460-47b4-87e7-0638816ec6ca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"session\": {}\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/oauth2/auth/requests/consent/accept?challenge=<string>","host":["https://platform.vertexvis.com"],"path":["oauth2","auth","requests","consent","accept"],"query":[{"description":"(Required) Challenge ID from oauth2 flow","key":"challenge","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"51d4530a-6fd4-4afd-a557-4eab6bec1a5b"},{"name":"admin Accept Login","id":"22f537c3-5e28-48e2-8bed-1acad093bd32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"scope":"<scope>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"subject\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/oauth2/auth/requests/login/accept?login_challenge=<string>","description":"<p>Accept Login Challenge with subject &amp; login challenge</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>AdminLoginAcceptRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>AdminLoginAcceptRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ subject</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oauth2","auth","requests","login","accept"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>(Required) Login Challenge ID from oauth2 flow</p>\n","type":"text/plain"},"key":"login_challenge","value":"<string>"}],"variable":[]}},"response":[{"id":"76fceb58-d40c-424a-8e17-cbd323926764","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"subject\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/oauth2/auth/requests/login/accept?login_challenge=<string>","host":["https://platform.vertexvis.com"],"path":["oauth2","auth","requests","login","accept"],"query":[{"description":"(Required) Login Challenge ID from oauth2 flow","key":"login_challenge","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"redirectTo\": \"<string>\"\n}"},{"id":"90f727af-15d6-40c9-ac67-50e0c50bb15f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"subject\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/oauth2/auth/requests/login/accept?login_challenge=<string>","host":["https://platform.vertexvis.com"],"path":["oauth2","auth","requests","login","accept"],"query":[{"description":"(Required) Login Challenge ID from oauth2 flow","key":"login_challenge","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b4605cda-4627-4ff7-a756-640e259000cd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"subject\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/oauth2/auth/requests/login/accept?login_challenge=<string>","host":["https://platform.vertexvis.com"],"path":["oauth2","auth","requests","login","accept"],"query":[{"description":"(Required) Login Challenge ID from oauth2 flow","key":"login_challenge","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"22f537c3-5e28-48e2-8bed-1acad093bd32"},{"name":"revoke Token","id":"498000c4-90e2-402c-9aec-e2cbac57e424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"token\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/oauth2/revoke","description":"<p>Revoke an OAuth2 access token.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>RevokeOAuth2TokenRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>RevokeOAuth2TokenRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ token</td>\n<td>string</td>\n<td>true</td>\n<td>Token to revoke.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oauth2","revoke"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"601b10f0-0e91-49df-b38b-e3a02d0483c1","name":"No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"token\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/oauth2/revoke"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"498000c4-90e2-402c-9aec-e2cbac57e424"},{"name":"create Token","id":"cc5d9ff7-12d2-4ffd-9e52-4c7e63ddccda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"grant_type","value":"<string>"},{"key":"code","value":"<string>"},{"key":"redirect_uri","value":"<string>"},{"key":"refresh_token","value":"<string>"},{"key":"scope","value":"<string>"},{"key":"subject_token","value":"<string>"},{"key":"subject_token_type","value":"<string>"}]},"url":"https://platform.vertexvis.com/oauth2/token","description":"<p>Create an OAuth2 access token. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/authentication\">Authentication</a> guide.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>NonEmptyString</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>grant_type</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>redirect_uri</td>\n<td>NonEmptyString</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td>NonEmptyString</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>scope</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>subject_token</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>subject_token_type</td>\n<td>NonEmptyString</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oauth2","token"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"2cd67bd7-3da0-4a75-bb79-3063bdd75713","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"grant_type","value":"<string>"},{"key":"code","value":"<string>"},{"key":"redirect_uri","value":"<string>"},{"key":"refresh_token","value":"<string>"},{"key":"scope","value":"<string>"},{"key":"subject_token","value":"<string>"},{"key":"subject_token_type","value":"<string>"}]},"url":"https://platform.vertexvis.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"expires_in\": \"<integer>\",\n  \"scopes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"token_type\": \"<string>\",\n  \"refresh_token\": \"<string>\"\n}"},{"id":"5e421718-26aa-4a13-a783-1f4a864e5d7e","name":"Invalid or missing request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"grant_type","value":"<string>"},{"key":"code","value":"<string>"},{"key":"redirect_uri","value":"<string>"},{"key":"refresh_token","value":"<string>"},{"key":"scope","value":"<string>"},{"key":"subject_token","value":"<string>"},{"key":"subject_token_type","value":"<string>"}]},"url":"https://platform.vertexvis.com/oauth2/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"cc5d9ff7-12d2-4ffd-9e52-4c7e63ddccda"}],"id":"396c4503-7410-44fa-b1d4-d4dcb3a73917","_postman_id":"396c4503-7410-44fa-b1d4-d4dcb3a73917","description":""},{"name":"part-renditions","item":[{"name":"get Part Renditions","id":"a9116d9a-a621-4dbe-9a5b-2024a118e8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/part-renditions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[revisionId]=<uuid>","description":"<p>Get <code>part-renditions</code> with an optional filter.</p>\n","urlObject":{"path":["part-renditions"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"},{"description":{"content":"<p>A revision ID to filter on.</p>\n","type":"text/plain"},"key":"filter[revisionId]","value":"<uuid>"}],"variable":[]}},"response":[{"id":"b5029ff0-9d74-4b8e-b3c6-ade7c29d3136","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[revisionId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["part-renditions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"A revision ID to filter on.","key":"filter[revisionId]","value":"<uuid>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"c8efd58d-f43b-4b33-be9e-23d8053ff82a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[revisionId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["part-renditions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"A revision ID to filter on.","key":"filter[revisionId]","value":"<uuid>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"21bfb75f-8c6a-4a18-b079-b7ac0f21574e","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[revisionId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["part-renditions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"A revision ID to filter on.","key":"filter[revisionId]","value":"<uuid>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"a9116d9a-a621-4dbe-9a5b-2024a118e8e7"},{"name":"get Part Rendition","id":"af6f5c97-f236-445c-b2ed-83e09302da7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/part-renditions/:id","description":"<p>Get a <code>part-rendition</code> by ID.</p>\n","urlObject":{"path":["part-renditions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"db114d29-0612-4dbb-bc73-c5cae8ff70e4","description":{"content":"<p>(Required) The <code>part-rendition</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a02af5e8-e49c-4bbb-a42c-498d1e94c855","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions/:id","host":["https://platform.vertexvis.com"],"path":["part-renditions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-rendition` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"geometrySet\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"geometry-set\"\n      },\n      \"partRevision\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"6f5f78c5-f5b6-474e-bf6b-85495b7867b4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions/:id","host":["https://platform.vertexvis.com"],"path":["part-renditions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-rendition` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"69b3397b-c469-4a80-96f3-22867bd7342e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions/:id","host":["https://platform.vertexvis.com"],"path":["part-renditions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-rendition` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d00ae98c-58d5-4a9b-bd65-e57527bbe56a","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-renditions/:id","host":["https://platform.vertexvis.com"],"path":["part-renditions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-rendition` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"af6f5c97-f236-445c-b2ed-83e09302da7d"},{"name":"create Part Rendition","id":"59389591-d026-489e-9248-57cf6155edfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","description":"<p>Creates a part-rendition associated with a part-revision</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreatePartRenditionRequest_data</td>\n<td>true</td>\n<td>Create a new part rendition.</td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreatePartRenditionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ makeDefault</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not to replace the default rendition for the part revision with the newly created rendition.</td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateGeometrySetRequest_data_relationships</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>FileRelationship</td>\n<td>true</td>\n<td>Relationship to a <code>file</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>FileRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(file)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["part-revisions",":id","part-renditions"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"c8b8625e-fb9b-4afd-b3d8-9729f3754c56","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"199cbb83-fe35-42ef-9e73-00b676406aa8","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","part-renditions"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"geometrySet\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"geometry-set\"\n      },\n      \"partRevision\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f85e7852-d7ba-48b0-ad7f-360c257a4863","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","part-renditions"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"658f18ea-5988-4f20-8f46-9e438b1b36d4","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","part-renditions"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e33c95cf-df0d-43da-a33b-2cbdcae73f3d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","part-renditions"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c31859c0-ca53-4d18-a5da-8636d1fc6df1","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","part-renditions"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"3334b0a1-471c-445e-88ca-b966b37dc52e","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"makeDefault\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/part-renditions","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","part-renditions"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"59389591-d026-489e-9248-57cf6155edfc"}],"id":"04acf962-3d6a-451e-9f5f-5288934e0b55","_postman_id":"04acf962-3d6a-451e-9f5f-5288934e0b55","description":""},{"name":"part-revisions","item":[{"name":"delete Part Revision","id":"add25a43-4b16-48b8-8ef6-e686e3aeab9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/part-revisions/:id","description":"<p>Delete a <code>part-revision</code>.</p>\n","urlObject":{"path":["part-revisions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"6d17288c-1262-45cb-8e39-5ca9e947262c","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f6876840-47d9-462a-935a-2f9aeb3a3a8b","name":"Accepted","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"20f7a22c-828a-4882-8ce1-a440832e56cc","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0fe07e45-e7bf-45c4-ae7f-509df7f2a843","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"631465e8-fada-4fa2-b5a7-cf2313757b71","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"add25a43-4b16-48b8-8ef6-e686e3aeab9f"},{"name":"get Part Revision","id":"08f019e4-1266-4d73-8956-96e719a6e351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/part-revisions/:id?fields[part-revision]=<string>","description":"<p>Get a <code>part-revision</code> by ID.</p>\n","urlObject":{"path":["part-revisions",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[part-revision]","value":"<string>"}],"variable":[{"id":"020210d5-e119-419d-9c5e-79eb83500c40","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"1bbf992c-8599-477a-9bbb-60e43f8454a4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id?fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"geometrySet\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"geometry-set\"\n      },\n      \"part\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"part\"\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7ad6a254-68c4-45ed-b275-c73c7c45a52f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id?fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"31cf30a1-afc0-47b4-9298-0ebcede7b869","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id?fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"08b2250b-efdb-45c5-9ba5-ccec62bf9515","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id?fields[part-revision]=<string>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[part-revision]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"08f019e4-1266-4d73-8956-96e719a6e351"},{"name":"update Part Revision","id":"548c8d48-c0fc-4d7a-97e2-83036c0a58f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/part-revisions/:id","description":"<p>Update a <code>part-revision</code>. When given a <code>file</code> relationship as a payload, this will invoke a translation job, similar to the POST /parts endpoint. The response code will be a 202 and will respond with an async workflow, and return an Accepted[QueuedJob]. The geometry of the part and all of its children will be replaced with the geometry specified within the translated file given from this relationship. Some of the properties given here are only used for the translation of the file. Namely, <code>indexMetadata</code>, <code>name</code>, <code>suppliedIdKey</code>, <code>suppliedRevisionIdKey</code>, and <code>suppliedInstanceIdKey</code>. Note that geometry updates are eventually consistent and will not update existing scenes.\nFor updates to the revision when the file relationship is not present will respond with a standard 200 ok code when successful. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdatePartRevisionRequest_data</td>\n<td>true</td>\n<td>Modify existing part revisions using this endpoint. When specifying a <code>relationship</code>, the generated output from that relationship will be used to replace any relationship that is present on the revision prior to the update.</td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdatePartRevisionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ indexMetadata</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not to index metadata in the part file when sending a file relationship - not used otherwise. To ignore metadata from the part file and add your own, pass <code>false</code> for <code>indexMetadata</code> and supply custom metadata using the <code>metadata</code> field.</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Metadata about the <code>part</code> and/or <code>part-revision</code>. This metadata will take precedence over any metadata that belongs to the part file if <code>indexMetadata</code> is specified.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>integer(int64)</td>\n<td>true</td>\n<td>A numerical long value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataFloatType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>number(float)</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string(date-time)</td>\n<td>true</td>\n<td>A date value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string</td>\n<td>true</td>\n<td>A string value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataNullType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td>Name to be used for the root part. This will be used when given a file relationship - not used otherwise.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedIdKey</td>\n<td>string</td>\n<td>false</td>\n<td>Metadata key used to extract an ID used for correlation. This will be used when given a file relationship - not used otherwise.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedInstanceIdKey</td>\n<td>string</td>\n<td>false</td>\n<td>Metadata key used to extract an ID used for correlation. This will be used when given a file relationship - not used otherwise.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedRevisionIdKey</td>\n<td>string</td>\n<td>false</td>\n<td>Metadata key used to extract an ID used for correlation. This will be used when given a file relationship - not used otherwise.</td>\n</tr>\n<tr>\n<td>▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>UpdatePartRevisionRequest_data_relationships</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ children</td>\n<td>PartRevisionChildren</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>FileRelationshipData</td>\n<td>true</td>\n<td>ID of a uploaded file that contains assembly children in JSON format.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(file)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ defaultPartRendition</td>\n<td>PartRenditionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-rendition</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>PartRenditionRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(part-rendition)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>FileRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>file</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>FileRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(file)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["part-revisions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"e72676ed-2061-4fa4-ae19-45af2e674c39","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4d57ebb6-6076-4749-b684-9197e6738aa9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"geometrySet\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"geometry-set\"\n      },\n      \"part\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"part\"\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"3df61926-45c0-4cc3-aee1-021dafe21d8a","name":"Accepted","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d59af169-be1b-4c45-a859-c2a511692254","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"caa99ce7-517d-41e0-b873-9dbf72646cca","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cd41b760-fd13-4a23-bf85-68452c679dcf","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"45df8f79-0f06-447b-85ad-5ad0b90f11fc","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"children\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      },\n      \"defaultPartRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"548c8d48-c0fc-4d7a-97e2-83036c0a58f1"},{"name":"render Part Revision","id":"b4ebcb52-02df-467d-b0b0-77dc6c36a2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"image/jpeg"}],"url":"https://platform.vertexvis.com/part-revisions/:id/image?height=<integer>&width=<integer>&camera[position][x]=<number>&camera[position][y]=<number>&camera[position][z]=<number>&camera[up][x]=<number>&camera[up][y]=<number>&camera[up][z]=<number>&camera[lookAt][x]=<number>&camera[lookAt][y]=<number>&camera[lookAt][z]=<number>&camera[perspective][position][x]=<number>&camera[perspective][position][y]=<number>&camera[perspective][position][z]=<number>&camera[perspective][lookAt][x]=<number>&camera[perspective][lookAt][y]=<number>&camera[perspective][lookAt][z]=<number>&camera[perspective][up][x]=<number>&camera[perspective][up][y]=<number>&camera[perspective][up][z]=<number>&camera[orthographic][viewVector][x]=<number>&camera[orthographic][viewVector][y]=<number>&camera[orthographic][viewVector][z]=<number>&camera[orthographic][lookAt][x]=<number>&camera[orthographic][lookAt][y]=<number>&camera[orthographic][lookAt][z]=<number>&camera[orthographic][up][x]=<number>&camera[orthographic][up][y]=<number>&camera[orthographic][up][z]=<number>&camera[orthographic][fovHeight]=<number>","description":"<p>Get a rendered image of a <code>part-revision</code>.</p>\n","urlObject":{"path":["part-revisions",":id","image"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The height of the image to render.</p>\n","type":"text/plain"},"key":"height","value":"<integer>"},{"description":{"content":"<p>The width of the image to render.</p>\n","type":"text/plain"},"key":"width","value":"<integer>"},{"description":{"content":"<p>The <code>camera</code> position vector.</p>\n","type":"text/plain"},"key":"camera[position][x]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> position vector.</p>\n","type":"text/plain"},"key":"camera[position][y]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> position vector.</p>\n","type":"text/plain"},"key":"camera[position][z]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> up vector.</p>\n","type":"text/plain"},"key":"camera[up][x]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> up vector.</p>\n","type":"text/plain"},"key":"camera[up][y]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> up vector.</p>\n","type":"text/plain"},"key":"camera[up][z]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> lookAt vector.</p>\n","type":"text/plain"},"key":"camera[lookAt][x]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> lookAt vector.</p>\n","type":"text/plain"},"key":"camera[lookAt][y]","value":"<number>"},{"description":{"content":"<p>The <code>camera</code> lookAt vector.</p>\n","type":"text/plain"},"key":"camera[lookAt][z]","value":"<number>"},{"description":{"content":"<p>The perspective camera position.</p>\n","type":"text/plain"},"key":"camera[perspective][position][x]","value":"<number>"},{"description":{"content":"<p>The perspective camera position.</p>\n","type":"text/plain"},"key":"camera[perspective][position][y]","value":"<number>"},{"description":{"content":"<p>The perspective camera position.</p>\n","type":"text/plain"},"key":"camera[perspective][position][z]","value":"<number>"},{"description":{"content":"<p>The perspective camera look at position.</p>\n","type":"text/plain"},"key":"camera[perspective][lookAt][x]","value":"<number>"},{"description":{"content":"<p>The perspective camera look at position.</p>\n","type":"text/plain"},"key":"camera[perspective][lookAt][y]","value":"<number>"},{"description":{"content":"<p>The perspective camera look at position.</p>\n","type":"text/plain"},"key":"camera[perspective][lookAt][z]","value":"<number>"},{"description":{"content":"<p>The perspective camera up vector.</p>\n","type":"text/plain"},"key":"camera[perspective][up][x]","value":"<number>"},{"description":{"content":"<p>The perspective camera up vector.</p>\n","type":"text/plain"},"key":"camera[perspective][up][y]","value":"<number>"},{"description":{"content":"<p>The perspective camera up vector.</p>\n","type":"text/plain"},"key":"camera[perspective][up][z]","value":"<number>"},{"description":{"content":"<p>The orthographic camera view vector.</p>\n","type":"text/plain"},"key":"camera[orthographic][viewVector][x]","value":"<number>"},{"description":{"content":"<p>The orthographic camera view vector.</p>\n","type":"text/plain"},"key":"camera[orthographic][viewVector][y]","value":"<number>"},{"description":{"content":"<p>The orthographic camera view vector.</p>\n","type":"text/plain"},"key":"camera[orthographic][viewVector][z]","value":"<number>"},{"description":{"content":"<p>The orthographic camera look at position.</p>\n","type":"text/plain"},"key":"camera[orthographic][lookAt][x]","value":"<number>"},{"description":{"content":"<p>The orthographic camera look at position.</p>\n","type":"text/plain"},"key":"camera[orthographic][lookAt][y]","value":"<number>"},{"description":{"content":"<p>The orthographic camera look at position.</p>\n","type":"text/plain"},"key":"camera[orthographic][lookAt][z]","value":"<number>"},{"description":{"content":"<p>The orthographic camera up vector.</p>\n","type":"text/plain"},"key":"camera[orthographic][up][x]","value":"<number>"},{"description":{"content":"<p>The orthographic camera up vector.</p>\n","type":"text/plain"},"key":"camera[orthographic][up][y]","value":"<number>"},{"description":{"content":"<p>The orthographic camera up vector.</p>\n","type":"text/plain"},"key":"camera[orthographic][up][z]","value":"<number>"},{"description":{"content":"<p>The orthographic field-of-view height.</p>\n","type":"text/plain"},"key":"camera[orthographic][fovHeight]","value":"<number>"}],"variable":[{"id":"ad118851-8e12-488a-b7bf-291687408411","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f73fddb3-df15-42e9-92df-4d023bb56271","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"image/jpeg"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/image?height=<integer>&width=<integer>&camera[position][x]=<number>&camera[position][y]=<number>&camera[position][z]=<number>&camera[up][x]=<number>&camera[up][y]=<number>&camera[up][z]=<number>&camera[lookAt][x]=<number>&camera[lookAt][y]=<number>&camera[lookAt][z]=<number>&camera[perspective][position][x]=<number>&camera[perspective][position][y]=<number>&camera[perspective][position][z]=<number>&camera[perspective][lookAt][x]=<number>&camera[perspective][lookAt][y]=<number>&camera[perspective][lookAt][z]=<number>&camera[perspective][up][x]=<number>&camera[perspective][up][y]=<number>&camera[perspective][up][z]=<number>&camera[orthographic][viewVector][x]=<number>&camera[orthographic][viewVector][y]=<number>&camera[orthographic][viewVector][z]=<number>&camera[orthographic][lookAt][x]=<number>&camera[orthographic][lookAt][y]=<number>&camera[orthographic][lookAt][z]=<number>&camera[orthographic][up][x]=<number>&camera[orthographic][up][y]=<number>&camera[orthographic][up][z]=<number>&camera[orthographic][fovHeight]=<number>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"},{"description":"The `camera` position vector.","key":"camera[position][x]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][y]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][z]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][x]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][y]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][z]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][x]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][y]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][z]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][x]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][y]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][z]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][x]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][y]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][z]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][x]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][y]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][z]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][x]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][y]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][z]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][x]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][y]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][z]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][x]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][y]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][z]","value":"<number>"},{"description":"The orthographic field-of-view height.","key":"camera[orthographic][fovHeight]","value":"<number>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpeg"}],"cookie":[],"responseTime":null,"body":"<binary>"},{"id":"3e3d0b13-9a08-47f3-a4eb-a662add176e8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/image?height=<integer>&width=<integer>&camera[position][x]=<number>&camera[position][y]=<number>&camera[position][z]=<number>&camera[up][x]=<number>&camera[up][y]=<number>&camera[up][z]=<number>&camera[lookAt][x]=<number>&camera[lookAt][y]=<number>&camera[lookAt][z]=<number>&camera[perspective][position][x]=<number>&camera[perspective][position][y]=<number>&camera[perspective][position][z]=<number>&camera[perspective][lookAt][x]=<number>&camera[perspective][lookAt][y]=<number>&camera[perspective][lookAt][z]=<number>&camera[perspective][up][x]=<number>&camera[perspective][up][y]=<number>&camera[perspective][up][z]=<number>&camera[orthographic][viewVector][x]=<number>&camera[orthographic][viewVector][y]=<number>&camera[orthographic][viewVector][z]=<number>&camera[orthographic][lookAt][x]=<number>&camera[orthographic][lookAt][y]=<number>&camera[orthographic][lookAt][z]=<number>&camera[orthographic][up][x]=<number>&camera[orthographic][up][y]=<number>&camera[orthographic][up][z]=<number>&camera[orthographic][fovHeight]=<number>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"},{"description":"The `camera` position vector.","key":"camera[position][x]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][y]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][z]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][x]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][y]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][z]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][x]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][y]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][z]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][x]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][y]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][z]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][x]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][y]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][z]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][x]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][y]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][z]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][x]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][y]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][z]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][x]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][y]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][z]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][x]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][y]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][z]","value":"<number>"},{"description":"The orthographic field-of-view height.","key":"camera[orthographic][fovHeight]","value":"<number>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a85bf6d0-ddf8-458c-8e11-c691f9c77615","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/image?height=<integer>&width=<integer>&camera[position][x]=<number>&camera[position][y]=<number>&camera[position][z]=<number>&camera[up][x]=<number>&camera[up][y]=<number>&camera[up][z]=<number>&camera[lookAt][x]=<number>&camera[lookAt][y]=<number>&camera[lookAt][z]=<number>&camera[perspective][position][x]=<number>&camera[perspective][position][y]=<number>&camera[perspective][position][z]=<number>&camera[perspective][lookAt][x]=<number>&camera[perspective][lookAt][y]=<number>&camera[perspective][lookAt][z]=<number>&camera[perspective][up][x]=<number>&camera[perspective][up][y]=<number>&camera[perspective][up][z]=<number>&camera[orthographic][viewVector][x]=<number>&camera[orthographic][viewVector][y]=<number>&camera[orthographic][viewVector][z]=<number>&camera[orthographic][lookAt][x]=<number>&camera[orthographic][lookAt][y]=<number>&camera[orthographic][lookAt][z]=<number>&camera[orthographic][up][x]=<number>&camera[orthographic][up][y]=<number>&camera[orthographic][up][z]=<number>&camera[orthographic][fovHeight]=<number>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"},{"description":"The `camera` position vector.","key":"camera[position][x]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][y]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][z]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][x]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][y]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][z]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][x]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][y]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][z]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][x]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][y]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][z]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][x]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][y]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][z]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][x]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][y]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][z]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][x]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][y]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][z]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][x]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][y]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][z]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][x]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][y]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][z]","value":"<number>"},{"description":"The orthographic field-of-view height.","key":"camera[orthographic][fovHeight]","value":"<number>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8a98e8a2-a498-42fa-8797-5b167a201368","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/image?height=<integer>&width=<integer>&camera[position][x]=<number>&camera[position][y]=<number>&camera[position][z]=<number>&camera[up][x]=<number>&camera[up][y]=<number>&camera[up][z]=<number>&camera[lookAt][x]=<number>&camera[lookAt][y]=<number>&camera[lookAt][z]=<number>&camera[perspective][position][x]=<number>&camera[perspective][position][y]=<number>&camera[perspective][position][z]=<number>&camera[perspective][lookAt][x]=<number>&camera[perspective][lookAt][y]=<number>&camera[perspective][lookAt][z]=<number>&camera[perspective][up][x]=<number>&camera[perspective][up][y]=<number>&camera[perspective][up][z]=<number>&camera[orthographic][viewVector][x]=<number>&camera[orthographic][viewVector][y]=<number>&camera[orthographic][viewVector][z]=<number>&camera[orthographic][lookAt][x]=<number>&camera[orthographic][lookAt][y]=<number>&camera[orthographic][lookAt][z]=<number>&camera[orthographic][up][x]=<number>&camera[orthographic][up][y]=<number>&camera[orthographic][up][z]=<number>&camera[orthographic][fovHeight]=<number>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"},{"description":"The `camera` position vector.","key":"camera[position][x]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][y]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][z]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][x]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][y]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][z]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][x]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][y]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][z]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][x]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][y]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][z]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][x]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][y]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][z]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][x]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][y]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][z]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][x]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][y]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][z]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][x]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][y]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][z]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][x]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][y]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][z]","value":"<number>"},{"description":"The orthographic field-of-view height.","key":"camera[orthographic][fovHeight]","value":"<number>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6d8994bc-69e2-4353-9509-b372f0e43360","name":"GatewayTimeout","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revisions/:id/image?height=<integer>&width=<integer>&camera[position][x]=<number>&camera[position][y]=<number>&camera[position][z]=<number>&camera[up][x]=<number>&camera[up][y]=<number>&camera[up][z]=<number>&camera[lookAt][x]=<number>&camera[lookAt][y]=<number>&camera[lookAt][z]=<number>&camera[perspective][position][x]=<number>&camera[perspective][position][y]=<number>&camera[perspective][position][z]=<number>&camera[perspective][lookAt][x]=<number>&camera[perspective][lookAt][y]=<number>&camera[perspective][lookAt][z]=<number>&camera[perspective][up][x]=<number>&camera[perspective][up][y]=<number>&camera[perspective][up][z]=<number>&camera[orthographic][viewVector][x]=<number>&camera[orthographic][viewVector][y]=<number>&camera[orthographic][viewVector][z]=<number>&camera[orthographic][lookAt][x]=<number>&camera[orthographic][lookAt][y]=<number>&camera[orthographic][lookAt][z]=<number>&camera[orthographic][up][x]=<number>&camera[orthographic][up][y]=<number>&camera[orthographic][up][z]=<number>&camera[orthographic][fovHeight]=<number>","host":["https://platform.vertexvis.com"],"path":["part-revisions",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"},{"description":"The `camera` position vector.","key":"camera[position][x]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][y]","value":"<number>"},{"description":"The `camera` position vector.","key":"camera[position][z]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][x]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][y]","value":"<number>"},{"description":"The `camera` up vector.","key":"camera[up][z]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][x]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][y]","value":"<number>"},{"description":"The `camera` lookAt vector.","key":"camera[lookAt][z]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][x]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][y]","value":"<number>"},{"description":"The perspective camera position.","key":"camera[perspective][position][z]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][x]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][y]","value":"<number>"},{"description":"The perspective camera look at position.","key":"camera[perspective][lookAt][z]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][x]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][y]","value":"<number>"},{"description":"The perspective camera up vector.","key":"camera[perspective][up][z]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][x]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][y]","value":"<number>"},{"description":"The orthographic camera view vector.","key":"camera[orthographic][viewVector][z]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][x]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][y]","value":"<number>"},{"description":"The orthographic camera look at position.","key":"camera[orthographic][lookAt][z]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][x]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][y]","value":"<number>"},{"description":"The orthographic camera up vector.","key":"camera[orthographic][up][z]","value":"<number>"},{"description":"The orthographic field-of-view height.","key":"camera[orthographic][fovHeight]","value":"<number>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part-revision` ID."}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b4ebcb52-02df-467d-b0b0-77dc6c36a2de"},{"name":"get Part Revisions","id":"9d4df304-11ef-4de2-8c8e-5be3ec7722c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/parts/:id/part-revisions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","description":"<p>Get <code>part-revisions</code> for a <code>part</code>.</p>\n","urlObject":{"path":["parts",":id","part-revisions"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"}],"variable":[{"id":"8ca7bbff-ebdd-45ae-a053-114970e3bd33","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"dd456810-3bb0-4dda-9b69-23b64da0c286","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id/part-revisions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id","part-revisions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_1\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_2\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_3\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"defaultPartRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"part\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part\"\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"defaultPartRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"part\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part\"\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"98057f1e-0b69-4112-804f-d33522f7305c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id/part-revisions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id","part-revisions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"fad6d94b-4409-4f5d-8d24-102724c42fcb","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id/part-revisions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id","part-revisions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5e4d2b4a-588d-40ff-b9aa-be24279097ce","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id/part-revisions?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id","part-revisions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9d4df304-11ef-4de2-8c8e-5be3ec7722c2"},{"name":"get Queued Part Revision Deletion","id":"948da84f-bf61-490c-975d-d9a6d0f83493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-part-revision-deletions/:id","description":"<p>Get a <code>queued-part-revision-deletion</code> by ID.</p>\n","urlObject":{"path":["queued-part-revision-deletions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"806db5cd-0220-45a4-bc9b-442f5206f6a9","description":{"content":"<p>(Required) The <code>queued-part-revision-deletion</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c92b024b-31bf-42d0-9533-f4602213ade1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-revision-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-revision-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-revision-deletion` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"07f3806e-db8f-4392-904b-5c008c851bd2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-revision-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-revision-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-revision-deletion` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0688a80f-61c1-4408-ab4d-53108e507fc3","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-revision-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-revision-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-revision-deletion` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e1c4b3d2-c047-4dd5-b57f-b3c271146e23","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-revision-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-revision-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-revision-deletion` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"948da84f-bf61-490c-975d-d9a6d0f83493"}],"id":"9ba681ec-a8bf-4545-9448-e914b0f6b55c","_postman_id":"9ba681ec-a8bf-4545-9448-e914b0f6b55c","description":""},{"name":"part-revision-instances","item":[{"name":"get Part Revision Instance List","id":"8201b0e4-9b83-44c8-9589-dc8f6fc34092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/part-revision-instances?filter[parent]=<uuid>&page[cursor]=<string>&page[size]=<integer>","description":"<p>Gets a page of 'part-revision' instances. An instance is an occurrence of a revision that is a child of a parent revision. The returned data will have the ordinal used for ordering and the transform matrix for each occurrence.</p>\n","urlObject":{"path":["part-revision-instances"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Parent ID to filter on. Sending null will return items without a parent.</p>\n","type":"text/plain"},"key":"filter[parent]","value":"<uuid>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"41c3e5f0-550e-4c33-a154-300e5bff431d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revision-instances?filter[parent]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revision-instances"],"query":[{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"ordinal\": \"<integer>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\"\n    },\n    {\n      \"attributes\": {\n        \"ordinal\": \"<integer>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"partRevision\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        }\n      },\n      \"type\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"1b42a82f-dbc6-4616-af74-b50a36af8fe8","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revision-instances?filter[parent]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revision-instances"],"query":[{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c9f6a573-486c-4170-a994-c8de9144e453","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revision-instances?filter[parent]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revision-instances"],"query":[{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ad2bbce4-9700-4290-9021-41e5142f060f","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revision-instances?filter[parent]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revision-instances"],"query":[{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c63701b3-abf0-4baa-8b57-30caf7e80c71","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/part-revision-instances?filter[parent]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["part-revision-instances"],"query":[{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8201b0e4-9b83-44c8-9589-dc8f6fc34092"}],"id":"3f4c1bc2-e6d4-43b5-b6fc-04e9b6d0d9ba","_postman_id":"3f4c1bc2-e6d4-43b5-b6fc-04e9b6d0d9ba","description":""},{"name":"parts","item":[{"name":"get Parts","id":"9bf7c3b7-9d3f-4410-9e81-58783014406b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/parts?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[ownerId]=<uuid>","description":"<p>Get <code>parts</code>.</p>\n","urlObject":{"path":["parts"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"},{"description":{"content":"<p>Owner ID to filter on.</p>\n","type":"text/plain"},"key":"filter[ownerId]","value":"<uuid>"}],"variable":[]}},"response":[{"id":"98dc731b-4af4-45e1-b10a-7f97959d3a21","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[ownerId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["parts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Owner ID to filter on.","key":"filter[ownerId]","value":"<uuid>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"relationships\": {\n        \"partRevisions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        ],\n        \"owner\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"account\"\n          }\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"relationships\": {\n        \"partRevisions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision\"\n          }\n        ],\n        \"owner\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"account\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d1ed620e-c4e1-48a9-9b6d-959d526166f3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[ownerId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["parts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Owner ID to filter on.","key":"filter[ownerId]","value":"<uuid>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"98bf5be6-6356-4f2c-832a-8bc8d80c2253","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>&filter[ownerId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["parts"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Owner ID to filter on.","key":"filter[ownerId]","value":"<uuid>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9bf7c3b7-9d3f-4410-9e81-58783014406b"},{"name":"create Part","id":"63462024-930b-498b-9e04-157ece780669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"revisionName\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\",\n      \"suppliedRevisionId\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"instances\": {\n        \"data\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          }\n        ]\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts","description":"<p>Create a <code>part</code>.</p>\n<p>This endpoint includes multiple successful response codes: [<code>201</code>, <code>202</code>].</p>\n<p>When not given a relationship, this endpoint will create a part with an empty part revision and return a <code>201</code>\nstatus code of the part.</p>\n<p>When given a relationship to translate, this endpoint will return a <code>202</code> status code with the location of a\n<code>queued-translation</code>. The status of the translation can be queried via <code>getQueuedTranslation</code>. After the\ntranslation is complete, a <code>part</code> and <code>part-revision</code> that references the translated geometry.</p>\n<p>A unique suppliedId/suppliedRevisionId combination will create a new part and new part revision. For instance, sending\nmy-part-id/my-revision-id will create a new part and new revision with those corresponding supplied ids. To create a new revision for <code>my-part-id</code>,\nlikewise you can invoke this endpoint with a new revision id: <code>my-part-id/my-new-revision-id</code> and a new revision will be created for the\nexisting part.</p>\n<p>See our <a href=\"https://developer.vertexvis.com/docs/guides/import-data-with-api\">Import Data</a> guides for more\ninformation.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreatePartRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreatePartRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ indexMetadata</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not to index metadata in the part file. To ignore metadata from the part file and add your own, pass <code>false</code> for <code>indexMetadata</code> and supply custom metadata using the <code>metadata</code> field.</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Additional metadata about the <code>part</code> and/or <code>part-revision</code>. This metadata will take precedence over any metadata that belongs to the part file if <code>indexMetadata</code> is specified.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>integer(int64)</td>\n<td>true</td>\n<td>A numerical long value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataFloatType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>number(float)</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string(date-time)</td>\n<td>true</td>\n<td>A date value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string</td>\n<td>true</td>\n<td>A string value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataNullType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td>Name to be used for the root part.</td>\n</tr>\n<tr>\n<td>▹▹ revisionName</td>\n<td>string</td>\n<td>false</td>\n<td>Optional name to be used for the part revision.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedIdKey</td>\n<td>string</td>\n<td>false</td>\n<td>Metadata key used to extract an ID used for correlation.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedInstanceIdKey</td>\n<td>string</td>\n<td>false</td>\n<td>Metadata key used to extract an ID used for correlation.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedIterationId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation of the revision. This is an optional ID to be able to create</td>\n</tr>\n<tr>\n<td>▹▹ suppliedRevisionId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedRevisionIdKey</td>\n<td>string</td>\n<td>false</td>\n<td>Metadata key used to extract an ID used for correlation.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreatePartRequest_data_relationships</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ instances</td>\n<td>PartInstancesRelationship</td>\n<td>false</td>\n<td>Part Revision Assembly Instance Data</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>[PartInstancesRelationship_data]</td>\n<td>true</td>\n<td>Each child must include the UUID of the revision. The optional transform may be included to position the child relative to the parent. See the Matrix4 schema for details. Note: The children will be ordered as they appear in the array. Also, it is suggested to not include the transform for any that has identity transform to keep the payload size small. Example file content: {</td>\n</tr>\n<tr>\n<td>▹▹▹▹ attributes</td>\n<td>PartInstancesRelationship_attributes</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ transform</td>\n<td>Matrix4</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ r0</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ w</td>\n<td>number</td>\n<td>true</td>\n<td>w value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ r1</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ r2</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ r3</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(part-revision-instance)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>FileRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>file</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>FileRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(file)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>DeprecatedPartAssemblyRelationship</td>\n<td>false</td>\n<td>Create Part Assembly</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>DeprecatedPartAssemblyRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ children</td>\n<td>[PartRevisionInstance]</td>\n<td>true</td>\n<td>[A reference to an existing PartRevision. Specify one and only one of referenceId or suppliedReferenceId to refer to a revision.]</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ ordinal</td>\n<td>integer</td>\n<td>true</td>\n<td>A 0-based index used for defining a consistent ordering for children of an assembly</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ revisionId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ suppliedRevisionId</td>\n<td>NonEmptyString</td>\n<td>false</td>\n<td>This has been deprecated. Use instead the revisionId to reference the revision instance. The revisionId can be found by using the <a href=\"#tag/part-revisions/operation/getPartRevisions\">List Part Revisions</a> endpoint.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ transform</td>\n<td>Matrix4</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Additional metadata about the <code>part</code> and/or <code>part-revision</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataFloatType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataNullType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type. Specify one and only one of suppliedId or suppliedIdKey and one and only one of suppliedRevisionId or suppliedRevisionIdKey.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["parts"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"06430582-9b94-4cfa-bcb1-cfa39035a280","name":"Created Part","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"revisionName\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\",\n      \"suppliedRevisionId\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"instances\": {\n        \"data\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          }\n        ]\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"partRevisions\": [\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        }\n      ],\n      \"owner\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"account\"\n        }\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_1\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_2\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"defaultPartRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"part\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part\"\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"defaultPartRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"part\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part\"\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d1e017c9-e82e-4e77-b51f-a6ba20f8c172","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"revisionName\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\",\n      \"suppliedRevisionId\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"instances\": {\n        \"data\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          }\n        ]\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"9600ab13-42f4-44cc-9fab-86a6e8c53ef1","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"revisionName\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\",\n      \"suppliedRevisionId\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"instances\": {\n        \"data\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          }\n        ]\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cde034ba-a160-4015-bdc7-a436b66a5801","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"revisionName\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\",\n      \"suppliedRevisionId\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"instances\": {\n        \"data\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          }\n        ]\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"3b2fe304-61ad-4f14-81d0-f9c23619c799","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"indexMetadata\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"revisionName\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"suppliedIdKey\": \"<string>\",\n      \"suppliedInstanceIdKey\": \"<string>\",\n      \"suppliedIterationId\": \"<string>\",\n      \"suppliedRevisionId\": \"<string>\",\n      \"suppliedRevisionIdKey\": \"<string>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"instances\": {\n        \"data\": [\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-revision-instance\",\n            \"attributes\": {\n              \"transform\": {\n                \"r0\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r1\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r2\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                },\n                \"r3\": {\n                  \"w\": \"<number>\",\n                  \"x\": \"<number>\",\n                  \"y\": \"<number>\",\n                  \"z\": \"<number>\"\n                }\n              }\n            }\n          }\n        ]\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"63462024-930b-498b-9e04-157ece780669"},{"name":"delete Part","id":"1e1a392e-1b08-4861-8e35-e0379e3d4af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/parts/:id","description":"<p>Delete a <code>part</code>.</p>\n","urlObject":{"path":["parts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"edb78d09-3d15-4a1f-b992-c544b45111de","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6268f89c-82ec-4d13-a361-5f3dd35b973a","name":"Accepted","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d1ae4035-3350-4ed5-9e82-3e95a35d34ab","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"39c7acc2-c82f-49d5-87af-548a11a0eb10","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"36ad6f36-03fb-4263-a637-83688d50e0a4","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"1e1a392e-1b08-4861-8e35-e0379e3d4af9"},{"name":"get Part","id":"8f9742ed-5dd8-4922-ae16-2cdaf1e72493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/parts/:id?include=<string>","description":"<p>Get a <code>part</code> by ID.</p>\n","urlObject":{"path":["parts",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"}],"variable":[{"id":"26bf5795-a1de-4043-a940-5cfb9943a627","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"72ccaecd-13a4-4ec3-b9f5-cd0483e4f02c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"partRevisions\": [\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        }\n      ],\n      \"owner\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"account\"\n        }\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_1\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_2\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"defaultPartRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"part\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part\"\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"defaultPartRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"geometrySet\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        },\n        \"part\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part\"\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"38dc8636-5e00-4588-897d-b2cd8e24a967","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1465b899-2e83-4e73-bae0-1988a16e5f8f","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"95785fe4-0adf-48bf-9b47-d1ed3967e972","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/parts/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8f9742ed-5dd8-4922-ae16-2cdaf1e72493"},{"name":"update Part","id":"08ad0f9b-59b9-4894-a438-cfcd09e04930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/parts/:id","description":"<p>Update a <code>part</code> by ID</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdatePartRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdatePartRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td>Name to be used for the root part.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["parts",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"9a0f7767-38bd-4eb6-883e-f11c63d3b1d9","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b300f2ed-dd74-40ea-b408-f5802924c330","name":"No Content","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"37367f43-06c5-4984-95e2-b3da3e5e59bd","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"562b1c88-74d7-4523-9d7d-6f3e68cbb464","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"24258b82-cc34-467f-b880-4f09d8ec43bd","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/parts/:id","host":["https://platform.vertexvis.com"],"path":["parts",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `part` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"08ad0f9b-59b9-4894-a438-cfcd09e04930"},{"name":"get Queued Part Deletion","id":"1578f08e-0b53-48c6-beb6-5131a6f33a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-part-deletions/:id","description":"<p>Get a <code>queued-part-deletion</code> by ID.</p>\n","urlObject":{"path":["queued-part-deletions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"12da0d54-8392-4471-b03f-4b0e197515e4","description":{"content":"<p>(Required) The <code>queued-part-deletion</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"50df10f5-43d2-4dec-9d37-d7ecdaf74afe","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-deletion` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"02561c21-1429-43e4-9852-3469c1b60c02","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-deletion` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b61acd0b-2f63-4316-bed1-e8de11463a8e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-deletion` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a31e4d4b-6989-47ea-93ec-84a6313f2738","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-part-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-part-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-part-deletion` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"1578f08e-0b53-48c6-beb6-5131a6f33a60"}],"id":"9a6479d0-d211-4aa8-8e56-4c37bb1a9662","_postman_id":"9a6479d0-d211-4aa8-8e56-4c37bb1a9662","description":""},{"name":"permission-grants","item":[{"name":"List all permission grants","id":"50d724e7-2998-4a5e-bb04-541dbb8af26b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/permission-grants?page[cursor]=<string>&page[size]=<integer>","description":"<p>List all permission grants</p>\n","urlObject":{"path":["permission-grants"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"c1389c0e-cebf-41b4-94c4-9a27a4c08fd4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["permission-grants"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"capability\": \"read\",\n          \"grantee\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"account\"\n          },\n          \"subject\": {\n            \"domain\": \"parts\"\n          }\n        },\n        \"id\": \"<uuid>\",\n        \"type\": \"permission-grant\"\n      },\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"capability\": \"read\",\n          \"grantee\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"account\"\n          },\n          \"subject\": {\n            \"domain\": \"parts\"\n          }\n        },\n        \"id\": \"<uuid>\",\n        \"type\": \"permission-grant\"\n      },\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ceb8d231-6721-4f77-b537-f19d578f76cc","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["permission-grants"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"50d724e7-2998-4a5e-bb04-541dbb8af26b"},{"name":"Create a permission grant for a grantee to a subject resource","id":"e6059ad5-02f6-450e-affc-dd30f3b64dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"type\": \"permission-grant\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/permission-grants","description":"<p>Create a permission grant for a grantee to a subject resource</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreatePermissionGrant_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreatePermissionGrant_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ capability</td>\n<td>enum(read)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ grantee</td>\n<td>PermissionGrantee</td>\n<td>true</td>\n<td>The grantee portion of a permission grant tuple</td>\n</tr>\n<tr>\n<td>▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(account)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ subject</td>\n<td>PermissionSubject</td>\n<td>true</td>\n<td>A resource category subject to a permission grant</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PartsDomainSubject</td>\n<td>false</td>\n<td>A subject domain encompassing all part resources</td>\n</tr>\n<tr>\n<td>▹▹▹▹ domain</td>\n<td>enum(parts)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PropertySetDomainSubject</td>\n<td>false</td>\n<td>A subject domain encompassing all property set resources</td>\n</tr>\n<tr>\n<td>▹▹▹▹ domain</td>\n<td>enum(property-sets)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(permission-grant)</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["permission-grants"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"79647d22-021e-4082-8674-3da9fb4e80f1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"type\": \"permission-grant\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/permission-grants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"permission-grant\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"6f6eb286-43c3-434d-857f-ee97fbfc905f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"type\": \"permission-grant\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/permission-grants"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0ad9e0e8-ebef-4f63-b663-75ce886db949","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"type\": \"permission-grant\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/permission-grants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f9de6ff1-b182-4744-9fdc-6595459e640c","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"type\": \"permission-grant\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/permission-grants"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e6059ad5-02f6-450e-affc-dd30f3b64dce"},{"name":"Remove a permission grant by ID","id":"124298ae-2d60-4aff-b2ac-f045d732497d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/permission-grants/:id","description":"<p>Remove a permission grant by ID</p>\n","urlObject":{"path":["permission-grants",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"f756cb8e-e589-4e0e-9856-fa6ebb460cca","description":{"content":"<p>(Required) The permission grant ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"20871e3a-96ec-4b96-88c0-f9dfb15df558","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants/:id","host":["https://platform.vertexvis.com"],"path":["permission-grants",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The permission grant ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2ced972a-33c4-41df-9df3-7fca8273db1f","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants/:id","host":["https://platform.vertexvis.com"],"path":["permission-grants",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The permission grant ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2e6d4f84-b86f-428d-886b-d4289cf0ac46","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants/:id","host":["https://platform.vertexvis.com"],"path":["permission-grants",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The permission grant ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"124298ae-2d60-4aff-b2ac-f045d732497d"},{"name":"Get a permission grant by ID","id":"85b9b755-3be4-46bf-a6df-8b05a5989e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/permission-grants/:id","description":"<p>Get a permission grant by ID</p>\n","urlObject":{"path":["permission-grants",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"364baf06-f8c1-4a07-b8e7-318751a53dbf","description":{"content":"<p>(Required) The permission grant ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a3ce6938-27e4-4a7b-8e24-7a7f89f4ca5b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants/:id","host":["https://platform.vertexvis.com"],"path":["permission-grants",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The permission grant ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"capability\": \"read\",\n      \"grantee\": {\n        \"id\": \"<uuid>\",\n        \"type\": \"account\"\n      },\n      \"subject\": {\n        \"domain\": \"parts\"\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"permission-grant\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"9aa99536-8fbb-4d1e-b770-2a7cf96d939a","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants/:id","host":["https://platform.vertexvis.com"],"path":["permission-grants",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The permission grant ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"512c6aa4-9fb0-43fb-ae84-bd4b55de5a11","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/permission-grants/:id","host":["https://platform.vertexvis.com"],"path":["permission-grants",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The permission grant ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"85b9b755-3be4-46bf-a6df-8b05a5989e47"}],"id":"3d23c8a2-d898-4b8d-b21d-66b5effaad12","_postman_id":"3d23c8a2-d898-4b8d-b21d-66b5effaad12","description":""},{"name":"pmi","item":[{"name":"get Pmi Annotations","id":"399e7400-2876-4554-92f5-302e7ef22887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/pmi-annotations?filter[modelViewId]=<uuid>&page[cursor]=<string>&page[size]=<integer>","description":"<p>List <code>pmi-annotation</code>s.</p>\n","urlObject":{"path":["pmi-annotations"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Filter annotations belonging to a model view.</p>\n","type":"text/plain"},"key":"filter[modelViewId]","value":"<uuid>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"f21f4234-117f-4707-a8d1-7a0d7d7bb1ee","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/pmi-annotations?filter[modelViewId]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["pmi-annotations"],"query":[{"description":"Filter annotations belonging to a model view.","key":"filter[modelViewId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"name\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"name\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"a7f58d97-8a09-4ee6-964f-44b16642d600","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/pmi-annotations?filter[modelViewId]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["pmi-annotations"],"query":[{"description":"Filter annotations belonging to a model view.","key":"filter[modelViewId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"80b0c202-3ddf-4f6a-a79e-869f82a1bb18","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/pmi-annotations?filter[modelViewId]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["pmi-annotations"],"query":[{"description":"Filter annotations belonging to a model view.","key":"filter[modelViewId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"3a675b15-f716-45c8-894f-b66182350b98","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/pmi-annotations?filter[modelViewId]=<uuid>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["pmi-annotations"],"query":[{"description":"Filter annotations belonging to a model view.","key":"filter[modelViewId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"399e7400-2876-4554-92f5-302e7ef22887"}],"id":"6ca58f62-3a2f-487d-971d-110800f9df60","description":"<p>Requires Engage Module</p>\n","_postman_id":"6ca58f62-3a2f-487d-971d-110800f9df60"},{"name":"property-entries","item":[{"name":"get Property Entries","id":"3eda3926-4d00-4647-9744-df5603103d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/property-entries?page[cursor]=<string>&page[size]=<integer>&filter[resourceId]=<uuid>&filter[resourceType]=<string>","description":"<p>Get <code>property-entries</code> by a resource ID</p>\n","urlObject":{"path":["property-entries"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>A resource ID to filter on</p>\n","type":"text/plain"},"key":"filter[resourceId]","value":"<uuid>"},{"description":{"content":"<p>The provided type for the resource ids</p>\n","type":"text/plain"},"key":"filter[resourceType]","value":"<string>"}],"variable":[]}},"response":[{"id":"0ed2fd2c-ec54-41fe-ae99-a12fa3df0d7a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/property-entries?page[cursor]=<string>&page[size]=<integer>&filter[resourceId]=<uuid>&filter[resourceType]=<string>","host":["https://platform.vertexvis.com"],"path":["property-entries"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A resource ID to filter on","key":"filter[resourceId]","value":"<uuid>"},{"description":"The provided type for the resource ids","key":"filter[resourceType]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"key\": {\n          \"name\": \"<string>\",\n          \"category\": true\n        },\n        \"value\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      },\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"key\": {\n          \"name\": \"<string>\",\n          \"category\": 2849.5647820730906\n        },\n        \"value\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      },\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"786cf781-5727-4028-ba57-e3ff40fae6fb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/property-entries?page[cursor]=<string>&page[size]=<integer>&filter[resourceId]=<uuid>&filter[resourceType]=<string>","host":["https://platform.vertexvis.com"],"path":["property-entries"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A resource ID to filter on","key":"filter[resourceId]","value":"<uuid>"},{"description":"The provided type for the resource ids","key":"filter[resourceType]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9fe467ac-0804-4851-be3e-d4ac2c4ebb54","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/property-entries?page[cursor]=<string>&page[size]=<integer>&filter[resourceId]=<uuid>&filter[resourceType]=<string>","host":["https://platform.vertexvis.com"],"path":["property-entries"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A resource ID to filter on","key":"filter[resourceId]","value":"<uuid>"},{"description":"The provided type for the resource ids","key":"filter[resourceType]","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"3eda3926-4d00-4647-9744-df5603103d0f"},{"name":"upsert Property Entries","id":"986c6018-8742-459c-891c-cac409a79387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"entries\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_1\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      }\n    },\n    \"relationships\": {\n      \"propertySet\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"property-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/property-entries","description":"<p>Upsert property-entries for a provided resource.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpsertPropertyEntriesRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpsertPropertyEntriesRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ entries</td>\n<td>object</td>\n<td>true</td>\n<td>Property entries for a provided resource or property set.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>PropertyStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(string)</td>\n<td>true</td>\n<td>Type of property-entry value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string</td>\n<td>true</td>\n<td>A string value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>PropertyDoubleType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(double)</td>\n<td>true</td>\n<td>Type of property value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>number(double)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>PropertyLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(long)</td>\n<td>true</td>\n<td>Type of property-entry value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>integer(int64)</td>\n<td>true</td>\n<td>A numerical long value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>PropertyDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(date)</td>\n<td>true</td>\n<td>Type of property value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string(date-time)</td>\n<td>true</td>\n<td>A date value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>object¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>UpsertPropertyEntriesRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ propertySet</td>\n<td>any</td>\n<td>true</td>\n<td>Relationship to the property set by <code>property-set</code>, <code>part-revision</code>, <code>part-instance</code> or <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PropertySetRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>property-set</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>PropertySetRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(property-set)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PartRevisionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-revision</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>PartData_relationships_partRevisions</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(part-revision)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneItemRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>SceneItemRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-item)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PartInstanceRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-instance</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>PartInstanceRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(part-instance)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["property-entries"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"d60d5b5f-3c7c-4084-814d-e735d4a57284","name":"No Content","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"entries\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_1\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      }\n    },\n    \"relationships\": {\n      \"propertySet\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"property-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/property-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ada981af-e7d0-4ee3-9e8a-5a04b69edc57","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"entries\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_1\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      }\n    },\n    \"relationships\": {\n      \"propertySet\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"property-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/property-entries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"93a4ddb6-3d08-4fb0-a366-3e7a17b49f6c","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"entries\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_1\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      }\n    },\n    \"relationships\": {\n      \"propertySet\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"property-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/property-entries"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1f5c3a3d-1b5e-4691-b29d-22b4f85b69da","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"entries\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_1\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": \"<string>\"\n        }\n      }\n    },\n    \"relationships\": {\n      \"propertySet\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"property-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/property-entries"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"986c6018-8742-459c-891c-cac409a79387"}],"id":"3e892aa0-c66f-48ed-ad9e-9f72b3bd66f1","_postman_id":"3e892aa0-c66f-48ed-ad9e-9f72b3bd66f1","description":""},{"name":"replies","item":[{"name":"list Replies","id":"44d22a8d-70be-4c29-a0fe-58063eb1659b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/replies?filter[threadId]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>","description":"<p>List <code>replies</code></p>\n","urlObject":{"path":["replies"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[threadId]","value":"<string>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"}],"variable":[]}},"response":[{"id":"a869f954-ca9b-4b40-acf2-22a995d5ee9f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies?filter[threadId]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>","host":["https://platform.vertexvis.com"],"path":["replies"],"query":[{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[threadId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"isDrafting\": \"<boolean>\",\n        \"mentions\": [\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          },\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          }\n        ],\n        \"modifiedAt\": \"<dateTime>\",\n        \"body\": \"<string>\",\n        \"bodyDocument\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"editedAt\": \"<dateTime>\",\n        \"reference\": {\n          \"sceneId\": \"<uuid>\",\n          \"thumbnails\": [\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            },\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            }\n          ],\n          \"type\": \"scene-reference\",\n          \"canvasId\": \"<uuid>\",\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"sceneItemId\": \"<uuid>\",\n          \"sceneViewStateId\": \"<uuid>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"thread\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"thread\"\n          }\n        },\n        \"user\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"user\"\n          }\n        }\n      },\n      \"type\": \"reply\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        },\n        \"key_4\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"isDrafting\": \"<boolean>\",\n        \"mentions\": [\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          },\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          }\n        ],\n        \"modifiedAt\": \"<dateTime>\",\n        \"body\": \"<string>\",\n        \"bodyDocument\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"editedAt\": \"<dateTime>\",\n        \"reference\": {\n          \"sceneId\": \"<uuid>\",\n          \"thumbnails\": [\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            },\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            }\n          ],\n          \"type\": \"scene-reference\",\n          \"canvasId\": \"<uuid>\",\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"sceneItemId\": \"<uuid>\",\n          \"sceneViewStateId\": \"<uuid>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"thread\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"thread\"\n          }\n        },\n        \"user\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"user\"\n          }\n        }\n      },\n      \"type\": \"reply\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"4a602e73-f59a-4e60-b580-72a40aa7911b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies?filter[threadId]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>","host":["https://platform.vertexvis.com"],"path":["replies"],"query":[{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[threadId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"4f9519ad-8ad1-48a3-816d-bd9e5ee34125","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies?filter[threadId]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>","host":["https://platform.vertexvis.com"],"path":["replies"],"query":[{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[threadId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b027b05c-c435-45f8-9e08-7aaf9b05a427","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies?filter[threadId]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>","host":["https://platform.vertexvis.com"],"path":["replies"],"query":[{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[threadId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"44d22a8d-70be-4c29-a0fe-58063eb1659b"},{"name":"delete Reply","id":"21bc24aa-22e0-4e91-8185-bbade9f69133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/replies/:id","description":"<p>Remove a reply.</p>\n","urlObject":{"path":["replies",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"5aea7ab4-8f67-485b-addb-971278eab276","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"76101c36-1187-425e-a080-2cf110e9a26e","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0e7f8ba3-d785-483b-8c70-c7ad16892e65","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8ff87a6b-b25b-46b8-bf9b-6969a56992b4","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"21bc24aa-22e0-4e91-8185-bbade9f69133"},{"name":"get Reply","id":"5ffa1bc4-4885-40cf-a449-f8fbd1ef1854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/replies/:id?include=<string>","description":"<p>Get a <code>reply</code>.</p>\n","urlObject":{"path":["replies",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"}],"variable":[{"id":"6333cf40-1720-4396-ba4b-171818075745","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cd7ef5c8-0ff3-4738-9153-255d734a80e2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"isDrafting\": \"<boolean>\",\n      \"mentions\": [\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        },\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        }\n      ],\n      \"modifiedAt\": \"<dateTime>\",\n      \"body\": \"<string>\",\n      \"bodyDocument\": {\n        \"root\": {\n          \"content\": [\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            },\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            }\n          ],\n          \"type\": \"root-node\"\n        },\n        \"type\": \"text-document-v1\"\n      },\n      \"editedAt\": \"<dateTime>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ],\n        \"type\": \"scene-reference\",\n        \"canvasId\": \"<uuid>\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"sceneViewStateId\": \"<uuid>\"\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"thread\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"thread\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"user\"\n        }\n      }\n    },\n    \"type\": \"reply\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"85daa35b-b03a-4820-88ea-b9b320b1173f","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7c12273a-ddab-43df-8eb3-1b2592138aee","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a0559dcc-920d-44f4-9da9-e89c465511e0","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/replies/:id?include=<string>","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"query":[{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5ffa1bc4-4885-40cf-a449-f8fbd1ef1854"},{"name":"update Reply","id":"443230fa-fd84-4839-8d1e-21a550257b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/replies/:id","description":"<p>Update a <code>reply</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateReplyRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateReplyRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ body</td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ isDrafting</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ withBodyDocument</td>\n<td>WithBodyDocument</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ document</td>\n<td>TextDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ root</td>\n<td>RootNode</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of paragraph nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>TextNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(text-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MentionNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(mention-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ userId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(paragraph-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(root-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(text-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(with-body-document)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["replies",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"27011d88-3756-4ac3-88d1-dab64d70c921","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"8ad0c972-f8ba-41a7-9ff4-e3093b2e91d6","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"isDrafting\": \"<boolean>\",\n      \"mentions\": [\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        },\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        }\n      ],\n      \"modifiedAt\": \"<dateTime>\",\n      \"body\": \"<string>\",\n      \"bodyDocument\": {\n        \"root\": {\n          \"content\": [\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            },\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            }\n          ],\n          \"type\": \"root-node\"\n        },\n        \"type\": \"text-document-v1\"\n      },\n      \"editedAt\": \"<dateTime>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ],\n        \"type\": \"scene-reference\",\n        \"canvasId\": \"<uuid>\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"sceneViewStateId\": \"<uuid>\"\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"thread\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"thread\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"user\"\n        }\n      }\n    },\n    \"type\": \"reply\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7483ab76-9575-4f22-b992-f095a48bada7","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"af506400-a81b-49ac-8fac-1f50374ce05d","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"33face5e-5b7a-4c13-b122-0035cfbd9f8d","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/replies/:id","host":["https://platform.vertexvis.com"],"path":["replies",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"443230fa-fd84-4839-8d1e-21a550257b6d"},{"name":"create Reply","id":"8b1f5c86-9ec2-4029-a634-15ef4988b032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"reply\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/threads/:id/replies","description":"<p>Create a <code>reply</code> belonging to a <code>thread</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateReplyRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateReplyRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ body</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ isDrafting</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ reference</td>\n<td>CreateSceneReference</td>\n<td>false</td>\n<td>A reference to a scene to be created for a thread.</td>\n</tr>\n<tr>\n<td>▹▹▹ position</td>\n<td>Vector3</td>\n<td>false</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ sceneId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(scene-reference)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ withSceneViewState</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>WithSceneViewId</td>\n<td>false</td>\n<td>A sceneViewId to be associated as a reference.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ sceneViewId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-view-id)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ withCanvas</td>\n<td>WithCanvas</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ document</td>\n<td>CanvasDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ items</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>LineItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ endPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ endShape</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>ArrowEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ filled</td>\n<td>boolean</td>\n<td>true</td>\n<td>Indicates if the arrow end should be filled.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(arrow-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ width</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CircleEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ diameter</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value for the diameter of the end.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ filled</td>\n<td>boolean</td>\n<td>true</td>\n<td>Indicates if the circle end should be filled.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(circle-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>DashEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(dash-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ width</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value indicating the width of the dash.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ color</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ a</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ startPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ startShape</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>ArrowEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CircleEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>DashEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ color</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ thickness</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(line-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>OvalItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ bottomRight</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ topLeft</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(oval-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>FreeformItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ positions</td>\n<td>[Vector2]</td>\n<td>true</td>\n<td>[2D Vector.]</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(freeform-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CalloutItem</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ accentColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ anchorPosition</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ primaryColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ textPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(callout-item)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>PinItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ accentColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ primaryColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(pin-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>enum(canvas-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(with-canvas)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>WithSceneViewStateId</td>\n<td>false</td>\n<td>A sceneViewStateId to be associated as a reference.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ sceneViewStateId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-view-state-id)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ withBodyDocument</td>\n<td>WithBodyDocument</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ document</td>\n<td>TextDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ root</td>\n<td>RootNode</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of paragraph nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>TextNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(text-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MentionNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(mention-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ userId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(paragraph-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(root-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(text-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(with-body-document)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(reply)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["threads",":id","replies"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"f42ca299-c819-4003-b4a5-b2a420531857","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e741456e-5941-49fa-8343-994bfd8f7941","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"reply\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id/replies","host":["https://platform.vertexvis.com"],"path":["threads",":id","replies"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"isDrafting\": \"<boolean>\",\n      \"mentions\": [\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        },\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        }\n      ],\n      \"modifiedAt\": \"<dateTime>\",\n      \"body\": \"<string>\",\n      \"bodyDocument\": {\n        \"root\": {\n          \"content\": [\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            },\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            }\n          ],\n          \"type\": \"root-node\"\n        },\n        \"type\": \"text-document-v1\"\n      },\n      \"editedAt\": \"<dateTime>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ],\n        \"type\": \"scene-reference\",\n        \"canvasId\": \"<uuid>\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"sceneViewStateId\": \"<uuid>\"\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"thread\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"thread\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"user\"\n        }\n      }\n    },\n    \"type\": \"reply\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"a6eb976c-5214-4e26-9e1b-b17de20df5bb","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"reply\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id/replies","host":["https://platform.vertexvis.com"],"path":["threads",":id","replies"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"92f9b5cd-b8d4-42e5-852d-0e5f39ad882f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"reply\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id/replies","host":["https://platform.vertexvis.com"],"path":["threads",":id","replies"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"74ca985f-3c5b-416c-93f5-3fd92820384d","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"reply\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id/replies","host":["https://platform.vertexvis.com"],"path":["threads",":id","replies"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8b1f5c86-9ec2-4029-a634-15ef4988b032"}],"id":"8636d976-5d90-400c-a6c9-de68ff9e0ffe","description":"<p>Requires Engage Module</p>\n","_postman_id":"8636d976-5d90-400c-a6c9-de68ff9e0ffe"},{"name":"scene-alterations","item":[{"name":"get Queued Scene Alteration","id":"4494462a-6eba-4722-b6ce-013e3442f968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-scene-alterations/:id","description":"<p>Get a <code>queued-scene-alteration</code> by ID.</p>\n","urlObject":{"path":["queued-scene-alterations",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"b5b6eb38-9c51-4c58-aed9-4d216f269ad9","description":{"content":"<p>(Required) The <code>queued-scene-alteration</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5679e708-69a7-4f82-af8d-22ef89a0c0e6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-alteration` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7086c6ed-97e8-4a49-bc19-b0fac9e973fb","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-alteration` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0f07e8ed-3472-4084-850d-332dc3b24e8d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-alteration` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"433960d2-6902-4bfb-ad47-ab0db56f6750","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-alteration` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5877098d-7282-423c-bb6e-739808c4e6db","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-alteration` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"4494462a-6eba-4722-b6ce-013e3442f968"},{"name":"get Scene Alteration","id":"5a206004-4c5d-4b33-88c1-340f80935ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-alterations/:id","description":"<p>Get a <code>scene-alteration</code> by ID.</p>\n","urlObject":{"path":["scene-alterations",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"c6ed0314-501a-49ea-b4df-2be796d95a03","description":{"content":"<p>(Required) The <code>scene-alteration</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cceb3a8e-ccb2-4926-aad2-a4f995ddffc0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-alteration` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"sceneView\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"52d1e062-24dd-40d2-9401-657dd7ab840f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-alteration` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"db7fa22d-130e-46df-a861-1c84a85d7b34","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-alteration` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e271666c-a4ef-47f4-b85b-f4153eeffd3c","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-alterations/:id","host":["https://platform.vertexvis.com"],"path":["scene-alterations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-alteration` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5a206004-4c5d-4b33-88c1-340f80935ea7"},{"name":"get Scene Alterations","id":"769b165d-1122-4b8f-8833-8a4a69635cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","description":"<p>Get <code>scene-alterations</code> for a <code>scene-view</code>.</p>\n","urlObject":{"path":["scene-views",":id","scene-alterations"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"8d292d9a-e4eb-4882-a2a8-f4410b63470c","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"dcd93ca7-a47e-4a63-ad2f-7addf712bd34","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneView\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-view\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneView\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-view\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"9b57191c-2ac0-4358-b25d-76f0491b9d21","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8a530003-7092-4d3f-a050-ce55402eece0","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a523207d-8f1e-4993-9bac-488e7d583c37","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"769b165d-1122-4b8f-8833-8a4a69635cfd"},{"name":"create Scene Alteration","id":"a7660ba8-9b73-4f91-91fc-4b6db30d8b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"alterations\": [\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"id\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        },\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"suppliedId\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","description":"<p>Create a <code>scene-alteration</code> for a <code>scene-view</code>.</p>\n","urlObject":{"path":["scene-views",":id","scene-alterations"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"161d3418-d261-4c23-900a-7b6669650a5a","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cc8dc50b-2eec-434e-84c8-a9f30b12ddea","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"alterations\": [\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"id\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        },\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"suppliedId\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"afaebab2-51f9-47ee-8456-c63fe9aae2c0","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"alterations\": [\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"id\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        },\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"suppliedId\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"79eca54b-5e8e-4140-8bec-93a3a15bb92c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"alterations\": [\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"id\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        },\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"suppliedId\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2f0e03af-ff6a-4916-b65d-f9fa315a7237","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"alterations\": [\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"id\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        },\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"suppliedId\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c7448bbe-a247-4088-b41f-6532ae26fb5e","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"alterations\": [\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"id\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        },\n        {\n          \"operations\": [\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            },\n            {\n              \"type\": \"change-visibility\",\n              \"visible\": \"<boolean>\"\n            }\n          ],\n          \"query\": {\n            \"data\": {\n              \"attributes\": {\n                \"type\": \"suppliedId\",\n                \"value\": \"<string>\"\n              },\n              \"type\": \"query-by-id\"\n            }\n          }\n        }\n      ]\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-alterations","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-alterations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"a7660ba8-9b73-4f91-91fc-4b6db30d8b16"}],"id":"42aa05e5-e3ce-4b44-afe6-d1321f9d1e85","_postman_id":"42aa05e5-e3ce-4b44-afe6-d1321f9d1e85","description":""},{"name":"scene-annotations","item":[{"name":"create Scene Annotation","id":"3909e037-14a8-4375-a614-3beed77b6a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#1e384B\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#74F098\"\n      },\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-annotation-sets/:id/scene-annotations","description":"<p>Create an annotation belonging to an annotation set.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneAnnotationRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneAnnotationRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ data</td>\n<td>any</td>\n<td>true</td>\n<td>The data describing how to render this annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneAnnotationCalloutDataType</td>\n<td>false</td>\n<td>A type that describes a callout annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ accentColor</td>\n<td>string</td>\n<td>false</td>\n<td>A hex color value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ icon</td>\n<td>string</td>\n<td>false</td>\n<td>An optional icon to display for this annotation. See <a href=\"https://github.com/Vertexvis/vertex-web-sdk/tree/master/packages/viewer/src/components/viewer-icon#properties\">documentation</a> for possible values.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ primaryColor</td>\n<td>string</td>\n<td>false</td>\n<td>A hex color value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>The type of annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneAnnotationCustomDataType</td>\n<td>false</td>\n<td>A type that describes a custom user provided annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ json</td>\n<td>string</td>\n<td>true</td>\n<td>An encoded JSON string associated with the custom annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ jsonType</td>\n<td>string</td>\n<td>true</td>\n<td>The type of annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>The type of annotation.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>A customer provided ID used for correlation.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-annotation-sets",":id","scene-annotations"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"e9a7c275-b3bb-4a5e-b304-04e80248e7ae","description":{"content":"<p>(Required) The <code>scene-annotation-set</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6c9c7378-2ec3-4fed-bca2-b34a23c71a96","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#1e384B\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#74F098\"\n      },\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-annotation-sets/:id/scene-annotations","host":["https://platform.vertexvis.com"],"path":["scene-annotation-sets",":id","scene-annotations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation-set` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#B7D8f4\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#687981\"\n      },\n      \"modifiedAt\": \"<dateTime>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"6355c6c0-0b76-4833-837a-468c343c6f2d","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#1e384B\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#74F098\"\n      },\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-annotation-sets/:id/scene-annotations","host":["https://platform.vertexvis.com"],"path":["scene-annotation-sets",":id","scene-annotations"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation-set` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"3909e037-14a8-4375-a614-3beed77b6a07"},{"name":"delete Scene Annotation","id":"6ae0e261-02c4-4229-9c1d-8ac0d0dba996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-annotations/:id","description":"<p>Delete a scene annotation.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n","urlObject":{"path":["scene-annotations",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"7cf773c5-3c2f-479c-a5b2-2c7b1d231d94","description":{"content":"<p>(Required) The <code>scene-annotation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4ac8088f-3f46-4f97-bb1b-1171b2b5b799","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-annotations/:id","host":["https://platform.vertexvis.com"],"path":["scene-annotations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0a50af6e-d06a-404c-9593-4695122e1167","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-annotations/:id","host":["https://platform.vertexvis.com"],"path":["scene-annotations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5b307ccd-57a4-43ed-b76d-371bd2877e58","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-annotations/:id","host":["https://platform.vertexvis.com"],"path":["scene-annotations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2d55b431-93b9-4e7b-8921-31ee19dc4c93","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-annotations/:id","host":["https://platform.vertexvis.com"],"path":["scene-annotations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6ae0e261-02c4-4229-9c1d-8ac0d0dba996"},{"name":"update Scene Annotation","id":"6619844d-998a-4df0-9c43-b7cb203a0382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#ceae5A\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#A8A5b2\"\n      },\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-annotations/:id","description":"<p>Update the attributes of an annotation.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateSceneAnnotationRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateSceneAnnotationRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ data</td>\n<td>any</td>\n<td>false</td>\n<td>The data describing how to render this annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneAnnotationCalloutDataType</td>\n<td>false</td>\n<td>A type that describes a callout annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ accentColor</td>\n<td>string</td>\n<td>false</td>\n<td>A hex color value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ icon</td>\n<td>string</td>\n<td>false</td>\n<td>An optional icon to display for this annotation. See <a href=\"https://github.com/Vertexvis/vertex-web-sdk/tree/master/packages/viewer/src/components/viewer-icon#properties\">documentation</a> for possible values.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ primaryColor</td>\n<td>string</td>\n<td>false</td>\n<td>A hex color value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>The type of annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneAnnotationCustomDataType</td>\n<td>false</td>\n<td>A type that describes a custom user provided annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ json</td>\n<td>string</td>\n<td>true</td>\n<td>An encoded JSON string associated with the custom annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ jsonType</td>\n<td>string</td>\n<td>true</td>\n<td>The type of annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>The type of annotation.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string¦null</td>\n<td>false</td>\n<td>A customer provided ID used for correlation.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-annotations",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"52b41169-6cf1-49c9-87a2-a7ec2fb6109c","description":{"content":"<p>(Required) The <code>scene-annotation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"738768e1-2526-4318-af04-6cb6202d1e41","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#ceae5A\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#A8A5b2\"\n      },\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-annotations/:id","host":["https://platform.vertexvis.com"],"path":["scene-annotations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#B7D8f4\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#687981\"\n      },\n      \"modifiedAt\": \"<dateTime>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4eab6d6a-798d-4384-b3ec-b8ee636a85a4","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"data\": {\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"type\": \"<string>\",\n        \"accentColor\": \"#ceae5A\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#A8A5b2\"\n      },\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-annotations/:id","host":["https://platform.vertexvis.com"],"path":["scene-annotations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-annotation` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6619844d-998a-4df0-9c43-b7cb203a0382"},{"name":"get Scene Annotation Sets","id":"5150b828-d889-42e7-9f4d-7f18412ba39b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets?page[cursor]=<string>&page[size]=<integer>&filter[id]=<string>&filter[suppliedId]=<string>","description":"<p>Get <code>scene-annotation-sets</code> for a <code>scene</code>.</p>\n","urlObject":{"path":["scenes",":id","scene-annotation-sets"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[id]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"}],"variable":[{"id":"aef14781-834b-457b-9a56-c569680c1f66","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"68c328ed-32da-48f1-8471-a771ff6c7e08","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets?page[cursor]=<string>&page[size]=<integer>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-annotation-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"modifiedAt\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"modifiedAt\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f81b87f1-9750-4612-8f64-2593699efe49","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets?page[cursor]=<string>&page[size]=<integer>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-annotation-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2bc01da6-804f-411f-9386-27b630e8a4c4","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets?page[cursor]=<string>&page[size]=<integer>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-annotation-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b5ad8762-c151-4bb2-929b-4df239b9cab5","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets?page[cursor]=<string>&page[size]=<integer>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-annotation-sets"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5150b828-d889-42e7-9f4d-7f18412ba39b"},{"name":"create Scene Annotation Set","id":"d8aba65e-0e82-4e51-bcc8-fba2f4e02f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets","description":"<p>Create an annotation set that is associated with a scene.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneAnnotationSetRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneAnnotationSetRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>A customer provided ID used for correlation.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","scene-annotation-sets"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"a3ee645b-9caf-45f8-a6b4-8eeb399a7000","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"600cbf36-26b2-4c30-805d-6521389b4262","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-annotation-sets"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"modifiedAt\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"84b74a75-023f-45e9-b82a-61e4571b477e","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-annotation-sets","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-annotation-sets"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"d8aba65e-0e82-4e51-bcc8-fba2f4e02f71"}],"id":"15510c2b-09c9-4af8-bda4-af4a4b0e260c","_postman_id":"15510c2b-09c9-4af8-bda4-af4a4b0e260c","description":""},{"name":"scene-item-overrides","item":[{"name":"delete Scene Item Override","id":"31555dee-e532-4127-ad33-32b2712adcdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-item-overrides/:id","description":"<p>Delete a <code>scene-item-override</code>.</p>\n","urlObject":{"path":["scene-item-overrides",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"61322e62-371f-45a7-b935-1bb284854ab7","description":{"content":"<p>(Required) The <code>scene-item-override</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ec58ac71-99c0-4ffd-8b0a-c9838b2f27b9","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"aa4d1bdd-7e30-4005-a72c-4f5d5e6dc33a","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cc076e99-8f03-47a6-95de-00ea6af3cfef","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f9094758-2c3f-4e5a-8f19-78fe88eab2a7","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"31555dee-e532-4127-ad33-32b2712adcdb"},{"name":"update Scene Item Override","id":"eb541332-b924-465b-b43d-7ed651606b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-item-overrides/:id","description":"<p>Update a <code>scene-item-override</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateSceneItemOverrideRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateSceneItemOverrideRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ endItem</td>\n<td>boolean¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ material</td>\n<td>ColorMaterialNullable¦null</td>\n<td>false</td>\n<td>Color properties describing how a material looks.</td>\n</tr>\n<tr>\n<td>▹▹▹ ambient</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹ diffuse</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹ emissive</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹ glossiness</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Glossiness from 0 to 128.</td>\n</tr>\n<tr>\n<td>▹▹▹ opacity</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>An opacity value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹ specular</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹ phantom</td>\n<td>boolean¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ selected</td>\n<td>boolean¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ transform</td>\n<td>Matrix4Nullable¦null</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹ r0</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ w</td>\n<td>number</td>\n<td>true</td>\n<td>w value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ r1</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r2</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r3</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹ visible</td>\n<td>boolean¦null</td>\n<td>false</td>\n<td>Item visibility.</td>\n</tr>\n<tr>\n<td>▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-item-overrides",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"da79737f-0c86-4b7d-940c-0ba559e7e64b","description":{"content":"<p>(Required) The <code>scene-item-override</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7f9dbf79-5a2a-41ce-870b-5f01c6250c1f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"sceneView\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2347e29c-0ce5-448e-9968-8e5b234e4a3d","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9e813719-77cf-4e4e-8759-dc7d8a09786a","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a10fd163-73af-4485-b160-8424c03f7d5b","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e623c951-ef9b-4043-97f7-44a9bdbe388b","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-item-overrides/:id","host":["https://platform.vertexvis.com"],"path":["scene-item-overrides",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item-override` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"eb541332-b924-465b-b43d-7ed651606b2d"},{"name":"get Scene Item Overrides","id":"2f4be984-3cff-4b51-917c-de66fc92a110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides?page[cursor]=<string>&page[size]=<integer>","description":"<p>Get <code>scene-item-overrides</code> for a <code>scene-view</code>.</p>\n","urlObject":{"path":["scene-views",":id","scene-item-overrides"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"ef5b7622-6988-4dd2-bf00-c1b914a3ccb8","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e876c7c6-d3ee-4803-9295-ef17b7fda9dd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"material\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"phantom\": \"<boolean>\",\n        \"selected\": \"<boolean>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"sceneView\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-view\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"material\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"phantom\": \"<boolean>\",\n        \"selected\": \"<boolean>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"sceneView\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-view\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"bb3c9000-d0eb-4016-ae33-003a7606002f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"206e2899-7c38-4a47-8501-df175530bd06","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c2143a63-e8e1-487d-9b6c-e4f1155253eb","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"2f4be984-3cff-4b51-917c-de66fc92a110"},{"name":"create Scene Item Override","id":"1e629d6e-1546-4be8-a50b-076cabc80608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides","description":"<p>Create a <code>scene-item-override</code> for a <code>scene-view</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneItemOverrideRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneItemOverrideRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ endItem</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether this item is an end item.</td>\n</tr>\n<tr>\n<td>▹▹ material</td>\n<td>ColorMaterial</td>\n<td>false</td>\n<td>Color properties describing how a material looks.</td>\n</tr>\n<tr>\n<td>▹▹▹ ambient</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹ diffuse</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹ emissive</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹ glossiness</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Glossiness from 0 to 128.</td>\n</tr>\n<tr>\n<td>▹▹▹ opacity</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>An opacity value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹ specular</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹ phantom</td>\n<td>boolean</td>\n<td>false</td>\n<td>Phantom state of the item.</td>\n</tr>\n<tr>\n<td>▹▹ selected</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ transform</td>\n<td>Matrix4</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹ r0</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ w</td>\n<td>number</td>\n<td>true</td>\n<td>w value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ r1</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r2</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r3</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹ visible</td>\n<td>boolean</td>\n<td>false</td>\n<td>Item visibility.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateSceneItemOverrideRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ sceneItem</td>\n<td>SceneItemRelationship</td>\n<td>true</td>\n<td>Relationship to a <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>SceneItemRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene-item)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-views",":id","scene-item-overrides"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"926a341e-f3da-4276-af1f-0f73cbb5e823","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4c025eb1-2b21-48aa-b5f0-bc7b8270c985","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"sceneView\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f5f24050-49d8-4610-9b70-c6f6360c2f05","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9df54b10-46ff-40a6-8fc3-2fb19aaaffbe","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9fb7df21-1072-4a31-af01-fd0ea4a56518","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f8a9b4b5-00c5-48dd-ad79-3db2d0c73952","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"material\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"phantom\": \"<boolean>\",\n      \"selected\": \"<boolean>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"sceneItem\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-item-overrides","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-item-overrides"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"1e629d6e-1546-4be8-a50b-076cabc80608"}],"id":"0afc32f3-cd3d-4d4c-bfc7-f742b6c9a8ed","_postman_id":"0afc32f3-cd3d-4d4c-bfc7-f742b6c9a8ed","description":""},{"name":"scene-items","item":[{"name":"get Queued Scene Item Deletion","id":"a6c0923d-15f6-4d6c-92fe-56ea5f3f5506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-scene-item-deletions/:id","description":"<p>Get a <code>queued-scene-item-deletion</code> by ID.</p>\n","urlObject":{"path":["queued-scene-item-deletions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"5cabad10-5513-432a-8633-b02fef051bbc","description":{"content":"<p>(Required) The <code>queued-scene-item-deletion</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"dc68a939-3a03-4f0d-9107-03b00619d143","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-item-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-item-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item-deletion` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"afc97639-cd04-4a2d-85f1-5a47c6082c61","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-item-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-item-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item-deletion` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2e2c24d5-3030-49b1-8b26-a1d1ee09ddae","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-item-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-item-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item-deletion` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d14a72a1-6bc7-4386-87d1-a5a8fb6767d6","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-item-deletions/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-item-deletions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item-deletion` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"a6c0923d-15f6-4d6c-92fe-56ea5f3f5506"},{"name":"get Queued Scene Item","id":"517a8e4b-6c8d-4739-b0d1-e9c97222aaa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-scene-items/:id","description":"<p>Get a <code>queued-scene-item</code>. The response is either the status if <code>running</code> or <code>error</code> or, upon completion, redirects to the created <code>scene-item</code>. Once created, commit the scene via the updateScene API. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/render-static-scenes\">Render static scenes</a> guide.</p>\n","urlObject":{"path":["queued-scene-items",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"49b2e0bc-28ac-4c92-bdc3-4c573b5c6626","description":{"content":"<p>(Required) The <code>queued-scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"83836939-5dd7-4630-af82-e2f3d31b2d40","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-items/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2ab9ff66-e18a-445a-b98f-41bed335645a","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-items/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3025be50-2840-412e-a2e5-6ed6d6ea489b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-items/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"dbc04a81-8b3d-4e6f-9c2c-ac06ebf788a8","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-items/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"fda5e843-964a-49b9-bcb1-ea02aee6736d","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-items/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-item` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"517a8e4b-6c8d-4739-b0d1-e9c97222aaa2"},{"name":"delete Scene Item","id":"5b63aec4-5941-41ef-a516-466ff78fb6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-items/:id","description":"<p>Delete a <code>scene-item</code>.</p>\n","urlObject":{"path":["scene-items",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"405b18ed-0c74-4a41-bcba-8e8e12d51085","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"26ca3c4e-784a-4063-80ae-1ce82ae85c2c","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ba56fdd7-c162-4107-8ec1-a203089e8bc9","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"68c6e274-191d-4ad1-9c60-893be3e14341","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c4c5cb29-7035-42f1-9799-b28ac323102b","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5b63aec4-5941-41ef-a516-466ff78fb6ad"},{"name":"get Scene Item","id":"b891b2fb-a023-4fa8-9d28-3cb2dc23564c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-items/:id?fields[scene-item]=<string>","description":"<p>Get a <code>scene-item</code> by ID.</p>\n","urlObject":{"path":["scene-items",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. <code>boundingBox</code>, <code>worldTransform</code> and <code>metadata</code> are only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[scene-item]","value":"<string>"}],"variable":[{"id":"03ad54b0-2d93-4ce9-9f4f-8c55efdd41d0","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"80bc2e01-0c6c-4c58-ae74-6ba029235beb","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id?fields[scene-item]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"boundingBox\": {\n        \"max\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"min\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"created\": \"<dateTime>\",\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\",\n      \"worldTransform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"partRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2edac962-80df-4f0d-9489-f83b0fe4a406","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id?fields[scene-item]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"bf253fcd-6d10-415f-ae1b-c7a59cbfeb81","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id?fields[scene-item]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"25b69be0-54e4-4686-9ae6-952faeaf6d48","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-items/:id?fields[scene-item]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b891b2fb-a023-4fa8-9d28-3cb2dc23564c"},{"name":"update Scene Item","id":"7cbeb73e-d17b-493f-8396-2cc80273a25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"value\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-items/:id","description":"<p>Update a <code>scene-item</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateSceneItemRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateSceneItemRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ endItem</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether this item is an end item.</td>\n</tr>\n<tr>\n<td>▹▹ materialOverride</td>\n<td>MaterialOverride</td>\n<td>false</td>\n<td>Color material override.</td>\n</tr>\n<tr>\n<td>▹▹▹ value</td>\n<td>ColorMaterial</td>\n<td>false</td>\n<td>Color properties describing how a material looks.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ ambient</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ diffuse</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ emissive</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ glossiness</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Glossiness from 0 to 128.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ opacity</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>An opacity value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ specular</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Additional metadata for the scene-item. This metadata will take precedence over any metadata that belongs to the part file.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>integer(int64)</td>\n<td>true</td>\n<td>A numerical long value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataFloatType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>number(float)</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string(date-time)</td>\n<td>true</td>\n<td>A date value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string</td>\n<td>true</td>\n<td>A string value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataNullType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ phantom</td>\n<td>boolean</td>\n<td>false</td>\n<td>Phantom state of the item.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ transform</td>\n<td>Matrix4</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹ r0</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ w</td>\n<td>number</td>\n<td>true</td>\n<td>w value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ r1</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r2</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r3</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹ visible</td>\n<td>boolean</td>\n<td>false</td>\n<td>Item visibility.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>UpdateSceneItemRequest_data_relationships</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>any</td>\n<td>false</td>\n<td>Relationship to a <code>geometry-set</code> or <code>part-revision</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>GeometrySetRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>geometry-set</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>GeometrySetRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(geometry-set)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PartRevisionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-revision</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>PartData_relationships_partRevisions</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(part-revision)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>NullableObject¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-items",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"2e67a10c-abdf-4276-82ac-bc4b444580fb","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"06d81277-525b-43f7-b3d2-4425b027a7c1","name":"Accepted","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"value\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"b6b08947-1097-4b21-ad68-41788e1deaee","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"value\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e17cf4d9-1ac2-40a4-9ea9-6c20748b1214","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"value\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c57ab016-99af-40fa-a100-d7ad4cd7c273","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"value\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"91919643-9eb1-481b-b15f-5a866b2264d9","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"value\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-items/:id","host":["https://platform.vertexvis.com"],"path":["scene-items",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"7cbeb73e-d17b-493f-8396-2cc80273a25b"},{"name":"get Scene Items","id":"d8174e57-70e5-4a9e-bec4-e58a582d6ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes/:id/scene-items?page[cursor]=<string>&page[size]=<integer>&filter[source]=<string>&filter[suppliedId]=<string>&filter[parent]=<uuid>&filter[hasChildren]=<boolean>&filter[hasGeometrySet]=<boolean>&sort=<string>","description":"<p>Get <code>scene-items</code> for a <code>scene</code>.</p>\n","urlObject":{"path":["scenes",":id","scene-items"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Source ID to filter on.</p>\n","type":"text/plain"},"key":"filter[source]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"},{"description":{"content":"<p>Parent ID to filter on. Sending null will return items without a parent.</p>\n","type":"text/plain"},"key":"filter[parent]","value":"<uuid>"},{"description":{"content":"<p>Filter scene-items based on whether they are the parent of at least one other scene-item</p>\n","type":"text/plain"},"key":"filter[hasChildren]","value":"<boolean>"},{"description":{"content":"<p>Filter scene-items based on whether they have an associated geometry-set.</p>\n","type":"text/plain"},"key":"filter[hasGeometrySet]","value":"<boolean>"},{"description":{"content":"<p>A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.</p>\n","type":"text/plain"},"key":"sort","value":"<string>"}],"variable":[{"id":"3146eacf-8650-4f1d-ac26-d1481b269b5d","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c81be2c9-7b27-42e7-8e0c-9f743e14ef3a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items?page[cursor]=<string>&page[size]=<integer>&filter[source]=<string>&filter[suppliedId]=<string>&filter[parent]=<uuid>&filter[hasChildren]=<boolean>&filter[hasGeometrySet]=<boolean>&sort=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Source ID to filter on.","key":"filter[source]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"Filter scene-items based on whether they are the parent of at least one other scene-item","key":"filter[hasChildren]","value":"<boolean>"},{"description":"Filter scene-items based on whether they have an associated geometry-set.","key":"filter[hasGeometrySet]","value":"<boolean>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"boundingBox\": {\n          \"max\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"min\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"materialOverride\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_1\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"phantom\": \"<boolean>\",\n        \"suppliedId\": \"<string>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\",\n        \"worldTransform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"partRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"source\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"geometry-set\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"boundingBox\": {\n          \"max\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"min\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"materialOverride\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_1\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_2\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_3\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_4\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"phantom\": \"<boolean>\",\n        \"suppliedId\": \"<string>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\",\n        \"worldTransform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"partRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"source\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"geometry-set\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"97b8d360-4831-4048-9b9b-0382d7e3a19a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items?page[cursor]=<string>&page[size]=<integer>&filter[source]=<string>&filter[suppliedId]=<string>&filter[parent]=<uuid>&filter[hasChildren]=<boolean>&filter[hasGeometrySet]=<boolean>&sort=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Source ID to filter on.","key":"filter[source]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"Filter scene-items based on whether they are the parent of at least one other scene-item","key":"filter[hasChildren]","value":"<boolean>"},{"description":"Filter scene-items based on whether they have an associated geometry-set.","key":"filter[hasGeometrySet]","value":"<boolean>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"14111c60-1c14-467b-ae16-2f0b45e96642","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items?page[cursor]=<string>&page[size]=<integer>&filter[source]=<string>&filter[suppliedId]=<string>&filter[parent]=<uuid>&filter[hasChildren]=<boolean>&filter[hasGeometrySet]=<boolean>&sort=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Source ID to filter on.","key":"filter[source]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"Filter scene-items based on whether they are the parent of at least one other scene-item","key":"filter[hasChildren]","value":"<boolean>"},{"description":"Filter scene-items based on whether they have an associated geometry-set.","key":"filter[hasGeometrySet]","value":"<boolean>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a2c1775b-bfa2-4e5e-aa35-91ac500b3046","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items?page[cursor]=<string>&page[size]=<integer>&filter[source]=<string>&filter[suppliedId]=<string>&filter[parent]=<uuid>&filter[hasChildren]=<boolean>&filter[hasGeometrySet]=<boolean>&sort=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Source ID to filter on.","key":"filter[source]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Parent ID to filter on. Sending null will return items without a parent.","key":"filter[parent]","value":"<uuid>"},{"description":"Filter scene-items based on whether they are the parent of at least one other scene-item","key":"filter[hasChildren]","value":"<boolean>"},{"description":"Filter scene-items based on whether they have an associated geometry-set.","key":"filter[hasGeometrySet]","value":"<boolean>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"d8174e57-70e5-4a9e-bec4-e58a582d6ddb"},{"name":"create Scene Item","id":"967d56f2-f935-45d2-936a-6c5f6fa02476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/scene-items","description":"<p>Create a <code>scene-item</code> for a <code>scene</code>. Provide the source geometry either via <code>part-revision</code> or <code>geometry-set</code> UUID using <code>relationship.source</code> or by supplied IDs using <code>attributes.source</code>.\nProvide an existing <code>scene</code> using <code>relationship.source</code> to clone it.\nProvide the hierarchical parent either via <code>scene-item</code> UUID using <code>relationship.source</code> or by supplied ID using <code>attributes.parent</code>. To reduce the time taken creating many hierarchical <code>scene-items</code>, make a best effort to create parents before children. One way to do this is by sorting the items by depth and starting at the root.\nThis API is asynchronous, returning the location of a <code>queued-scene-item</code>. Check the status via the getQueuedSceneItem API. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/render-static-scenes\">Render static scenes</a> guide.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneItemRequestData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneItemRequestData_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ endItem</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether this item is an end item.</td>\n</tr>\n<tr>\n<td>▹▹ experimentalSourceMetadataKeys</td>\n<td>[string]</td>\n<td>false</td>\n<td>Specifies which metadata keys should be copied from the source item. Sending null will default to all keys. Sending an empty string will copy none of the sources' metadata. Sending an array of [\"KEY1\", \"KEY2] will include KEY1 and KEY2 from the source in the scene item creation. This is marked experimental since future releases are expected to prevent copying metadata entirely.</td>\n</tr>\n<tr>\n<td>▹▹ materialOverride</td>\n<td>ColorMaterial</td>\n<td>false</td>\n<td>Color properties describing how a material looks.</td>\n</tr>\n<tr>\n<td>▹▹▹ ambient</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹ diffuse</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹ emissive</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹▹ glossiness</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Glossiness from 0 to 128.</td>\n</tr>\n<tr>\n<td>▹▹▹ opacity</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>An opacity value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹ specular</td>\n<td>Color3</td>\n<td>true</td>\n<td>RGB color.</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>Additional metadata for the scene-item. This metadata will take precedence over any metadata that belongs to the part file.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataLongType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>integer(int64)</td>\n<td>true</td>\n<td>A numerical long value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataFloatType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>number(float)</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataDateType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string(date-time)</td>\n<td>true</td>\n<td>A date value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataStringType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ value</td>\n<td>string</td>\n<td>true</td>\n<td>A string value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>MetadataNullType</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Type of metadata value.</td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ ordinal</td>\n<td>integer</td>\n<td>false</td>\n<td>A 0-based index used for defining a consistent ordering amongst sibling scene items.</td>\n</tr>\n<tr>\n<td>▹▹ parent</td>\n<td>string</td>\n<td>false</td>\n<td>Optional ability to specify a parent scene item by scene item supplied ID. For example, an existing ID from a PLM system. This approach is an alternative to providing a specific scene item ID with the relationship parent property.</td>\n</tr>\n<tr>\n<td>▹▹ partInstanceSuppliedIdsAsSuppliedIds</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not to use part instance supplied IDs as scene item supplied IDs.</td>\n</tr>\n<tr>\n<td>▹▹ phantom</td>\n<td>boolean</td>\n<td>false</td>\n<td>Phantom state of the item.</td>\n</tr>\n<tr>\n<td>▹▹ resolutionRule</td>\n<td>enum(as-specified, latest-iteration, latest-revision)</td>\n<td>false</td>\n<td>Optional rule to guide the part-revision resolution algorithm in cases where required qualifiers are not explicitly specified by the query.  In the case of assembly parts, the resolution rule also applies recursively to the resolution of the child parts.</td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>PartRevisionSuppliedId</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ suppliedIterationId</td>\n<td>string</td>\n<td>false</td>\n<td>Optional iteration ID for the revision. For example, a generated version id from a PLM system to a specific revision. Used when a existing revision is modified.</td>\n</tr>\n<tr>\n<td>▹▹▹ suppliedPartId</td>\n<td>string</td>\n<td>true</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹▹ suppliedRevisionId</td>\n<td>string</td>\n<td>true</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ transform</td>\n<td>Matrix4</td>\n<td>false</td>\n<td>4x4 affine transformation matrix, see <a href=\"https://developer.vertexvis.com/docs/guides/matrix-transformations\">Matrix transformations</a> for details.</td>\n</tr>\n<tr>\n<td>▹▹▹ r0</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ w</td>\n<td>number</td>\n<td>true</td>\n<td>w value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ r1</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r2</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ r3</td>\n<td>Vector4</td>\n<td>true</td>\n<td>4D vector.</td>\n</tr>\n<tr>\n<td>▹▹ visible</td>\n<td>boolean</td>\n<td>false</td>\n<td>Item visibility.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateSceneItemRequestData_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ parent</td>\n<td>SceneItemRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>SceneItemRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene-item)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ referenceTree</td>\n<td>SceneItemRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-item</code>.</td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>any</td>\n<td>false</td>\n<td>Relationship to a <code>geometry-set</code>, <code>part-revision</code>, <code>part-rendition</code>, or <code>scene</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>GeometrySetRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>geometry-set</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>GeometrySetRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(geometry-set)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PartRevisionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-revision</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>PartData_relationships_partRevisions</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(part-revision)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>SceneRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PartRenditionRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>part-rendition</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>PartRenditionRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(part-rendition)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","scene-items"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"08366db6-daef-4d50-9422-fed593d8d8d1","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"99e4a575-3ddb-4afc-b17c-fe0dccdefbbe","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"1f4cc202-d178-4730-bc2d-d4d01150eb39","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6f54e4d1-bbcf-48c9-88e5-69faff36c60f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"12364780-9fb0-4609-91d3-0b97d8de9628","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"dea95266-89f9-4757-b9e1-6f1b72d18945","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0253e56d-ab6d-4cfe-a8f9-2f3a570681ff","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"endItem\": \"<boolean>\",\n      \"experimentalSourceMetadataKeys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"ordinal\": \"<integer>\",\n      \"parent\": \"<string>\",\n      \"partInstanceSuppliedIdsAsSuppliedIds\": \"<boolean>\",\n      \"phantom\": \"<boolean>\",\n      \"resolutionRule\": \"latest-iteration\",\n      \"source\": {\n        \"suppliedPartId\": \"<string>\",\n        \"suppliedRevisionId\": \"<string>\",\n        \"suppliedIterationId\": \"<string>\"\n      },\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\"\n    },\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"referenceTree\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-items","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-items"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"967d56f2-f935-45d2-936a-6c5f6fa02476"}],"id":"4785f22a-6261-481d-861d-bbe5f9b3a1b7","_postman_id":"4785f22a-6261-481d-861d-bbe5f9b3a1b7","description":""},{"name":"scene-synchronizations","item":[{"name":"get Queued Scene Sync","id":"9d6eaa46-6fa8-4080-877b-ce00609efe25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-scene-syncs/:id","description":"<p>Get a <code>queued-scene-sync-job</code>.</p>\n","urlObject":{"path":["queued-scene-syncs",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"12ef5147-1b7e-4600-9363-c2f49b74b34d","description":{"content":"<p>(Required) The <code>queued-scene-sync</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"89bd35d3-b007-4cfd-9491-2d47ae7b95cd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-sync` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d740b054-2b3e-4f20-8414-63cac71686fd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-sync` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cdf3ae1a-578f-48e1-8418-22b25645bb59","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-sync` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8258be3b-7fe7-477b-8fbe-c5805b232bb5","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["queued-scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-scene-sync` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9d6eaa46-6fa8-4080-877b-ce00609efe25"},{"name":"get Scene Sync","id":"16648194-d6a6-4b0c-99a2-ca15a73f6540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-syncs/:id","description":"<p>Get a <code>scene-sync</code>.</p>\n","urlObject":{"path":["scene-syncs",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"ac1254b0-8a8f-4c19-9f89-704f798f2641","description":{"content":"<p>(Required) The <code>scene-sync</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"20bb580b-47d6-484a-bc52-5fb5fb46af5b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"completedAt\": \"<dateTime>\",\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2e5be8cc-660f-4a7d-b54b-c15ea7dd1949","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e6357828-9de2-4f7f-8bf0-39cd8e358d32","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"fa6a722a-273f-454a-be1d-e8fc5d145c95","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"16648194-d6a6-4b0c-99a2-ca15a73f6540"},{"name":"get Scene Sync Item Results","id":"f1aa3bfc-d116-454a-bb84-d10643d93f4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-syncs/:id/item-results?page[cursor]=<string>&page[size]=<integer>&filter[sceneItemId]=<uuid>","description":"<p>Get the results of a scene synchronization.</p>\n","urlObject":{"path":["scene-syncs",":id","item-results"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>List of scene item IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[sceneItemId]","value":"<uuid>"}],"variable":[{"id":"eeef3bff-e442-4f37-a52d-d2cd863c4c09","description":{"content":"<p>(Required) The <code>scene-sync</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f37e7362-23a5-4d26-89d5-e243cd9b6811","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id/item-results?page[cursor]=<string>&page[size]=<integer>&filter[sceneItemId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id","item-results"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"List of scene item IDs to filter on.","key":"filter[sceneItemId]","value":"<uuid>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"status\": \"<string>\",\n        \"error\": {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"scene\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene\"\n          }\n        },\n        \"sceneItem\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"status\": \"<string>\",\n        \"error\": {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            },\n            \"key_3\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"scene\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene\"\n          }\n        },\n        \"sceneItem\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"included\": [\n    {\n      \"attributes\": {\n        \"boundingBox\": {\n          \"max\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"min\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"materialOverride\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"phantom\": \"<boolean>\",\n        \"suppliedId\": \"<string>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\",\n        \"worldTransform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"partRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"source\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"geometry-set\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"boundingBox\": {\n          \"max\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"min\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"materialOverride\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"metadata\": {\n          \"key_0\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_1\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          },\n          \"key_2\": {\n            \"type\": \"<string>\",\n            \"value\": \"<long>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"phantom\": \"<boolean>\",\n        \"suppliedId\": \"<string>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\",\n        \"worldTransform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"partRendition\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"part-rendition\"\n          }\n        },\n        \"source\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"geometry-set\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"16f71afb-3c2d-43ab-974b-96799016334a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id/item-results?page[cursor]=<string>&page[size]=<integer>&filter[sceneItemId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id","item-results"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"List of scene item IDs to filter on.","key":"filter[sceneItemId]","value":"<uuid>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"42214663-cbdc-4101-8da9-10f416460823","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id/item-results?page[cursor]=<string>&page[size]=<integer>&filter[sceneItemId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id","item-results"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"List of scene item IDs to filter on.","key":"filter[sceneItemId]","value":"<uuid>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8d532871-dfc8-4ab2-8f4b-22a87ef15fad","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-syncs/:id/item-results?page[cursor]=<string>&page[size]=<integer>&filter[sceneItemId]=<uuid>","host":["https://platform.vertexvis.com"],"path":["scene-syncs",":id","item-results"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"List of scene item IDs to filter on.","key":"filter[sceneItemId]","value":"<uuid>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-sync` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"f1aa3bfc-d116-454a-bb84-d10643d93f4a"},{"name":"create Scene Sync","id":"bc85bbe0-54cc-4906-bae0-f3c3f5eb0d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"operation\": {\n    \"revisionId\": \"<uuid>\",\n    \"type\": \"update-to-default-rendition\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/scene-syncs","description":"<p>Create a scene item update job.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operation</td>\n<td>UpdateItemToDefaultRenditionOperation</td>\n<td>true</td>\n<td>An operation that updates items with the specified revision to the default rendition.</td>\n</tr>\n<tr>\n<td>▹ revisionId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(update-to-default-rendition)</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","scene-syncs"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"651a2979-8ef4-4e45-82f4-9455023581dc","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4deda497-0eaf-4256-bc1c-0cdc91e2b977","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"operation\": {\n    \"revisionId\": \"<uuid>\",\n    \"type\": \"update-to-default-rendition\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-syncs","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-syncs"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"content-location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"18b53deb-eb4c-46e4-85da-2048df1bd938","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"operation\": {\n    \"revisionId\": \"<uuid>\",\n    \"type\": \"update-to-default-rendition\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-syncs","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-syncs"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"bc85bbe0-54cc-4906-bae0-f3c3f5eb0d8f"}],"id":"ee441ede-835b-42db-a775-8b762ff58c96","_postman_id":"ee441ede-835b-42db-a775-8b762ff58c96","description":""},{"name":"scene-views","item":[{"name":"delete Scene View","id":"6a0b7953-a389-4510-a303-685585484011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-views/:id","description":"<p>Delete a <code>scene-view</code>.</p>\n","urlObject":{"path":["scene-views",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"54f30b5b-0ea9-4067-a330-c118034ef311","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"28be87b8-f1c7-449d-a484-50033c871fc4","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"76af0903-88cd-42b4-8d31-af75e3aa341c","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"12c89ed8-9d59-4ed0-a17d-a42ecf73d735","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5902a0db-e5f9-41c0-9f77-58ddf2d61260","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6a0b7953-a389-4510-a303-685585484011"},{"name":"get Scene View","id":"5adaf7be-ec1b-4880-9276-b8b84e6e8cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-views/:id","description":"<p>Get a <code>scene-view</code> by ID.</p>\n","urlObject":{"path":["scene-views",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"eba34692-ba8e-4b8a-a806-c37c24827880","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"618c929c-79e3-4e6e-86ff-852a17fde0b8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    },\n    \"key_4\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d32a4dde-83ed-4082-8b48-12d85ca53f82","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9c4e4e61-34af-4c39-b69e-b5caaecd3abf","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a00f28fd-ae99-4356-8a79-c3e4ccded968","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5adaf7be-ec1b-4880-9276-b8b84e6e8cbc"},{"name":"update Scene View","id":"1539def3-6fb6-4fc2-a2e3-6e6f4397e8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"noDefaultLights\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-views/:id","description":"<p>Update a <code>scene-view</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateSceneViewRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateSceneViewRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ camera</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PerspectiveCamera</td>\n<td>false</td>\n<td>A camera type that mimics the way the human eye sees.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovY</td>\n<td>number</td>\n<td>false</td>\n<td>A numerical floating-point value representing the field of view</td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>OrthographicCamera</td>\n<td>false</td>\n<td>A camera type where an object's size stays consistent regardless of its distance to the camera.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovHeight</td>\n<td>number</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ viewVector</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>CameraFit</td>\n<td>false</td>\n<td>Fit camera in 3D space based on items in scene.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(fit-visible-scene-items, reset)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ crossSectioning</td>\n<td>CrossSectioning¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ planes</td>\n<td>[SectionPlane]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ normal</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ offset</td>\n<td>number</td>\n<td>true</td>\n<td>Distance from the center point to move the plane.</td>\n</tr>\n<tr>\n<td>▹▹ noDefaultLights</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not to turn off default lighting</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-views",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"6bd08903-dede-4a4b-990c-554a2c6806ea","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"27ae82f6-d19c-4b7e-b8a7-357925570d71","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"noDefaultLights\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    },\n    \"key_4\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"1ab54999-1410-4a1f-ac64-06e7b55b4510","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"noDefaultLights\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2b715087-b82a-42c0-aaed-1c98fad24e9f","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"noDefaultLights\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a9a35c2a-89f5-47af-a984-82adf4503275","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"noDefaultLights\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5b6c266a-a0e6-4d3b-bf65-f45204df40ea","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"noDefaultLights\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-views/:id","host":["https://platform.vertexvis.com"],"path":["scene-views",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"1539def3-6fb6-4fc2-a2e3-6e6f4397e8c3"},{"name":"render Scene View","id":"c992619c-fb7d-4535-91ae-a73b1ce6ec8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"image/jpeg"}],"url":"https://platform.vertexvis.com/scene-views/:id/image?height=<integer>&width=<integer>","description":"<p>Get a rendered image of a <code>scene-view</code>. If a single pixel is returned, ensure the <code>scene</code> is in the <code>commit</code> state and contains scene items.</p>\n","urlObject":{"path":["scene-views",":id","image"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The height of the image to render.</p>\n","type":"text/plain"},"key":"height","value":"<integer>"},{"description":{"content":"<p>The width of the image to render.</p>\n","type":"text/plain"},"key":"width","value":"<integer>"}],"variable":[{"id":"d180fc5a-ae1e-43e6-9831-8477733183c5","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b2e31f29-30e6-4594-a721-f7ce3a089558","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"image/jpeg"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpeg"}],"cookie":[],"responseTime":null,"body":"<binary>"},{"id":"b087bf8e-d4df-4ac2-af71-c9af48723e42","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"65cf55e9-96c0-48de-8f57-82bb120a4d0c","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"21216f9a-643f-4aea-8964-338264938f54","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"83cfb32b-e0c6-4f91-b2f7-797e3c50d15f","name":"GatewayTimeout","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c992619c-fb7d-4535-91ae-a73b1ce6ec8a"},{"name":"get View Scene Item","id":"ffd9e6bc-db01-4340-9d7d-0152ed81aa45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-views/:id/scene-items/:itemId?fields[scene-item]=<string>&include=<string>","description":"<p>Get a <code>scene-item</code> within a view by ID.</p>\n","urlObject":{"path":["scene-views",":id","scene-items",":itemId"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. <code>boundingBox</code>, <code>worldTransform</code> and <code>metadata</code> are only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[scene-item]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"}],"variable":[{"id":"fad7e94d-42c6-4b0d-9ed5-bb075169f27c","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"},{"id":"278ed5bc-3710-4782-b126-024d57dfe637","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"itemId"}]}},"response":[{"id":"a0765239-dbc1-4e19-b170-3e75abd170cf","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-items/:itemId?fields[scene-item]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-items",":itemId"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."},{"key":"itemId","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"boundingBox\": {\n        \"max\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"min\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"created\": \"<dateTime>\",\n      \"endItem\": \"<boolean>\",\n      \"materialOverride\": {\n        \"ambient\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"diffuse\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"emissive\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"glossiness\": \"<integer>\",\n        \"opacity\": \"<integer>\",\n        \"specular\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        }\n      },\n      \"metadata\": {\n        \"key_0\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"phantom\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"transform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      },\n      \"visible\": \"<boolean>\",\n      \"worldTransform\": {\n        \"r0\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r1\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r2\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"r3\": {\n          \"w\": \"<number>\",\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-item\"\n        }\n      },\n      \"partRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"material\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"phantom\": \"<boolean>\",\n        \"selected\": \"<boolean>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"sceneView\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-view\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"endItem\": \"<boolean>\",\n        \"material\": {\n          \"ambient\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"diffuse\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"emissive\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"glossiness\": \"<integer>\",\n          \"opacity\": \"<integer>\",\n          \"specular\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          }\n        },\n        \"phantom\": \"<boolean>\",\n        \"selected\": \"<boolean>\",\n        \"transform\": {\n          \"r0\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r1\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r2\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"r3\": {\n            \"w\": \"<number>\",\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        },\n        \"visible\": \"<boolean>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"sceneItem\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-item\"\n          }\n        },\n        \"sceneView\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene-view\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"14cb60b2-fd62-4b42-831f-5c2af47bf523","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-items/:itemId?fields[scene-item]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-items",":itemId"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."},{"key":"itemId","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"367d5937-24ea-4a6c-9137-81cbe75745d6","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-items/:itemId?fields[scene-item]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-items",":itemId"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."},{"key":"itemId","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d515fef8-7822-429d-9f65-e22608b666d0","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-views/:id/scene-items/:itemId?fields[scene-item]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["scene-views",":id","scene-items",":itemId"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `boundingBox`, `worldTransform` and `metadata` are only returned if explicitly requested.","key":"fields[scene-item]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view` ID."},{"key":"itemId","value":"<uuid>","description":"(Required) The `scene-item` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"ffd9e6bc-db01-4340-9d7d-0152ed81aa45"},{"name":"get Scene Views","id":"246e81fd-3cfe-4adf-850e-8a9942e11420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes/:id/scene-views?page[cursor]=<string>&page[size]=<integer>","description":"<p>Get <code>scene-view</code>s for a <code>scene</code>.</p>\n","urlObject":{"path":["scenes",":id","scene-views"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"7f6ca3ea-bd7e-4d16-9738-7999a6ea9c40","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"041215d1-9043-4554-825e-8e7ef28c8dd6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"camera\": {\n          \"lookAt\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"fovY\": \"<number>\",\n          \"type\": \"<string>\"\n        },\n        \"created\": \"<dateTime>\",\n        \"crossSectioning\": {\n          \"planes\": [\n            {\n              \"normal\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\",\n                \"z\": \"<number>\"\n              },\n              \"offset\": \"<number>\"\n            },\n            {\n              \"normal\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\",\n                \"z\": \"<number>\"\n              },\n              \"offset\": \"<number>\"\n            }\n          ]\n        },\n        \"excludePrunedItems\": \"<boolean>\",\n        \"worldOrientation\": {\n          \"front\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"scene\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene\"\n          }\n        }\n      },\n      \"type\": \"<string>\"\n    },\n    {\n      \"attributes\": {\n        \"camera\": {\n          \"lookAt\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"fovY\": \"<number>\",\n          \"type\": \"<string>\"\n        },\n        \"created\": \"<dateTime>\",\n        \"crossSectioning\": {\n          \"planes\": [\n            {\n              \"normal\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\",\n                \"z\": \"<number>\"\n              },\n              \"offset\": \"<number>\"\n            },\n            {\n              \"normal\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\",\n                \"z\": \"<number>\"\n              },\n              \"offset\": \"<number>\"\n            }\n          ]\n        },\n        \"excludePrunedItems\": \"<boolean>\",\n        \"worldOrientation\": {\n          \"front\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"scene\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene\"\n          }\n        }\n      },\n      \"type\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"cd1a1198-1906-44d2-9ef7-396d2070f475","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"72c5b412-6b7a-4172-ba4c-962628f0db78","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"246e81fd-3cfe-4adf-850e-8a9942e11420"},{"name":"create Scene View","id":"c2abcac5-33b6-480b-a33f-1c7887cd83c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"sceneViewState\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/scene-views","description":"<p>Create a <code>scene-view</code> of a <code>scene</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneViewRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneViewRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ camera</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PerspectiveCamera</td>\n<td>false</td>\n<td>A camera type that mimics the way the human eye sees.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovY</td>\n<td>number</td>\n<td>false</td>\n<td>A numerical floating-point value representing the field of view</td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>OrthographicCamera</td>\n<td>false</td>\n<td>A camera type where an object's size stays consistent regardless of its distance to the camera.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovHeight</td>\n<td>number</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ viewVector</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹ crossSectioning</td>\n<td>CrossSectioning¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ planes</td>\n<td>[SectionPlane]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ normal</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ offset</td>\n<td>number</td>\n<td>true</td>\n<td>Distance from the center point to move the plane.</td>\n</tr>\n<tr>\n<td>▹▹ excludePrunedItems</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether to exclude non-visible items in the view</td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer</td>\n<td>false</td>\n<td>Number of seconds before expiration. Defaults to 24 hours in seconds. Max is 7 days in seconds</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateSceneViewRequest_data_relationships</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ sceneViewState</td>\n<td>SceneViewStateRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-view-state</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>SceneViewStateRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene-view-state)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","scene-views"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"bde322ca-b3d5-4b74-a160-b1483bb67a68","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b44d27cd-ba73-4e61-b7e9-5a3b4554e37b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"sceneViewState\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    },\n    \"key_4\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"5a53648a-0fca-4651-8813-44bc2de1d292","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"sceneViewState\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5360f22a-a9b1-4019-a5b3-52e483964a65","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"sceneViewState\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b98523fa-ba56-4b87-8bc0-57ad4aa76f5a","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"sceneViewState\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e360cbb5-dad6-4f22-a219-b2a16bc5a4af","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"crossSectioning\": {\n        \"planes\": [\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          },\n          {\n            \"normal\": {\n              \"x\": \"<number>\",\n              \"y\": \"<number>\",\n              \"z\": \"<number>\"\n            },\n            \"offset\": \"<number>\"\n          }\n        ]\n      },\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\"\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"sceneViewState\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view-state\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-views","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-views"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c2abcac5-33b6-480b-a33f-1c7887cd83c6"}],"id":"80829a85-f3d1-4bbc-93d2-7fdd9ea2a2fa","_postman_id":"80829a85-f3d1-4bbc-93d2-7fdd9ea2a2fa","description":""},{"name":"scenes","item":[{"name":"get Queued Scene","id":"8c7c7fd8-1579-4712-a9a7-ce37c1cd4d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-scenes/:id","description":"<p>Get a <code>queued-scene</code>.</p>\n","urlObject":{"path":["queued-scenes",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"725268b5-25e5-4d07-9093-8fe2a7190e04","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f44f5575-b36d-4c97-8185-83db830288d3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scenes/:id","host":["https://platform.vertexvis.com"],"path":["queued-scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7ac56f6d-aae6-4068-9358-66be34624981","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scenes/:id","host":["https://platform.vertexvis.com"],"path":["queued-scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6d7a7085-3fac-49d1-8421-f3539d0f08fa","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scenes/:id","host":["https://platform.vertexvis.com"],"path":["queued-scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"29cd3a65-481a-4949-8ee1-871874aefb12","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scenes/:id","host":["https://platform.vertexvis.com"],"path":["queued-scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f4d1cc7d-fdfd-4672-90e2-083315b8c31d","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-scenes/:id","host":["https://platform.vertexvis.com"],"path":["queued-scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"8c7c7fd8-1579-4712-a9a7-ce37c1cd4d3c"},{"name":"get Scenes","id":"b59372a5-c45f-48ed-a6bb-8d585144f558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes?page[cursor]=<string>&page[size]=<integer>&filter[name]=<string>&filter[suppliedId]=<string>&fields[scene]=<string>&key_0=<string>&filter[sceneItems.source.partRevision]=<string>&filter[sceneItems.source.geometrySet]=<string>&filter[sceneItems.source.scene]=<string>","description":"<p>Get <code>scenes</code>.</p>\n","urlObject":{"path":["scenes"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of names to filter on.</p>\n","type":"text/plain"},"key":"filter[name]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. <code>metadata</code> is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[scene]","value":"<string>"},{"description":{"content":"<p>Filter scenes that contain all the given metadata key-value pairs. Should be specified in query parameter map notation: <code>filter[metadata][key1]=value1&amp;filter[metadata][key]=value2</code>.</p>\n","type":"text/plain"},"key":"key_0","value":"<string>"},{"description":{"content":"<p>Comma-separated list of scene-item source part revision IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[sceneItems.source.partRevision]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of scene-item source geometry set IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[sceneItems.source.geometrySet]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of scene-item source scene IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[sceneItems.source.scene]","value":"<string>"}],"variable":[]}},"response":[{"id":"165cd7c8-30f9-46c2-a76a-afc4f95c6cc9","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes?page[cursor]=<string>&page[size]=<integer>&filter[name]=<string>&filter[suppliedId]=<string>&fields[scene]=<string>&key_0=<string>&filter[sceneItems.source.partRevision]=<string>&filter[sceneItems.source.geometrySet]=<string>&filter[sceneItems.source.scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of names to filter on.","key":"filter[name]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `metadata` is only returned if explicitly requested.","key":"fields[scene]","value":"<string>"},{"description":"Filter scenes that contain all the given metadata key-value pairs. Should be specified in query parameter map notation: `filter[metadata][key1]=value1&filter[metadata][key]=value2`.\n","key":"key_0","value":"<string>"},{"description":"Comma-separated list of scene-item source part revision IDs to filter on.","key":"filter[sceneItems.source.partRevision]","value":"<string>"},{"description":"Comma-separated list of scene-item source geometry set IDs to filter on.","key":"filter[sceneItems.source.geometrySet]","value":"<string>"},{"description":"Comma-separated list of scene-item source scene IDs to filter on.","key":"filter[sceneItems.source.scene]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"camera\": {\n          \"lookAt\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"fovY\": \"<number>\",\n          \"type\": \"<string>\"\n        },\n        \"created\": \"<dateTime>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\",\n          \"key_1\": \"<string>\"\n        },\n        \"modified\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"sceneItemCount\": \"<integer>\",\n        \"state\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"treeEnabled\": \"<boolean>\",\n        \"worldOrientation\": {\n          \"front\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"camera\": {\n          \"lookAt\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"fovY\": \"<number>\",\n          \"type\": \"<string>\"\n        },\n        \"created\": \"<dateTime>\",\n        \"expiresAt\": \"<dateTime>\",\n        \"metadata\": {\n          \"key_0\": \"<string>\"\n        },\n        \"modified\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"sceneItemCount\": \"<integer>\",\n        \"state\": \"<string>\",\n        \"suppliedId\": \"<string>\",\n        \"treeEnabled\": \"<boolean>\",\n        \"worldOrientation\": {\n          \"front\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          }\n        }\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"9dbec64e-21ca-456c-bd9d-93f9ebd72b0c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes?page[cursor]=<string>&page[size]=<integer>&filter[name]=<string>&filter[suppliedId]=<string>&fields[scene]=<string>&key_0=<string>&filter[sceneItems.source.partRevision]=<string>&filter[sceneItems.source.geometrySet]=<string>&filter[sceneItems.source.scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of names to filter on.","key":"filter[name]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `metadata` is only returned if explicitly requested.","key":"fields[scene]","value":"<string>"},{"description":"Filter scenes that contain all the given metadata key-value pairs. Should be specified in query parameter map notation: `filter[metadata][key1]=value1&filter[metadata][key]=value2`.\n","key":"key_0","value":"<string>"},{"description":"Comma-separated list of scene-item source part revision IDs to filter on.","key":"filter[sceneItems.source.partRevision]","value":"<string>"},{"description":"Comma-separated list of scene-item source geometry set IDs to filter on.","key":"filter[sceneItems.source.geometrySet]","value":"<string>"},{"description":"Comma-separated list of scene-item source scene IDs to filter on.","key":"filter[sceneItems.source.scene]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ce6f501f-ac62-4961-b882-ff9040777035","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes?page[cursor]=<string>&page[size]=<integer>&filter[name]=<string>&filter[suppliedId]=<string>&fields[scene]=<string>&key_0=<string>&filter[sceneItems.source.partRevision]=<string>&filter[sceneItems.source.geometrySet]=<string>&filter[sceneItems.source.scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of names to filter on.","key":"filter[name]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `metadata` is only returned if explicitly requested.","key":"fields[scene]","value":"<string>"},{"description":"Filter scenes that contain all the given metadata key-value pairs. Should be specified in query parameter map notation: `filter[metadata][key1]=value1&filter[metadata][key]=value2`.\n","key":"key_0","value":"<string>"},{"description":"Comma-separated list of scene-item source part revision IDs to filter on.","key":"filter[sceneItems.source.partRevision]","value":"<string>"},{"description":"Comma-separated list of scene-item source geometry set IDs to filter on.","key":"filter[sceneItems.source.geometrySet]","value":"<string>"},{"description":"Comma-separated list of scene-item source scene IDs to filter on.","key":"filter[sceneItems.source.scene]","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"b59372a5-c45f-48ed-a6bb-8d585144f558"},{"name":"create Scene","id":"c698e83b-ffea-4428-be28-bde0282f1c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes","description":"<p>Create a <code>scene</code>. Once created, add scene items via the createSceneItem API. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/render-static-scenes\">Render static scenes</a> guide.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ camera</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PerspectiveCamera</td>\n<td>false</td>\n<td>A camera type that mimics the way the human eye sees.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovY</td>\n<td>number</td>\n<td>false</td>\n<td>A numerical floating-point value representing the field of view</td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>OrthographicCamera</td>\n<td>false</td>\n<td>A camera type where an object's size stays consistent regardless of its distance to the camera.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovHeight</td>\n<td>number</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ viewVector</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before expiration</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>User supplied key-value pairs for a scene. You can supply up to 50 entries, with key names limited to 64 characters and values limited to 256 characters. A null value will delete the entry in the map, all other key/value pairs provided here will be inserted or updated into the existing scene metadata.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ treeEnabled</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ worldOrientation</td>\n<td>Orientation</td>\n<td>false</td>\n<td>Normals describing up &amp; front directions</td>\n</tr>\n<tr>\n<td>▹▹▹ front</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateSceneRequest_data_relationships</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>SceneRelationship</td>\n<td>true</td>\n<td>Relationship to a <code>scene</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>SceneRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"56f5cf35-1577-4aa2-9ca7-eec79a5a1abd","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"modified\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"sceneItemCount\": \"<integer>\",\n      \"state\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"178e8411-eabe-422c-8b7f-654bf721dc2d","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f06ce673-8bea-4f25-a5da-50b059b5434b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e4a008df-bd58-491c-ba44-d8df5b02d411","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c698e83b-ffea-4428-be28-bde0282f1c71"},{"name":"delete Scene","id":"5592b4cd-587b-4ef0-b705-de11a37473e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes/:id","description":"<p>Delete a <code>scene</code>.</p>\n","urlObject":{"path":["scenes",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"b53655d2-8f0d-48df-ae06-bf45202fd47b","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b4d62cec-58f8-4dae-8120-76bdc2b1a7cd","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3a0a8d2b-7e92-4208-b20e-9d4efdce0641","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b3d912cf-b207-4522-afe9-22cb72c3a2dc","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e2fba27b-3348-4a4f-97be-32d087b60a83","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5592b4cd-587b-4ef0-b705-de11a37473e9"},{"name":"get Scene","id":"bef6b4ed-9ae9-4cb8-9108-1b9e166e06de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes/:id?fields[scene]=<string>","description":"<p>Get a <code>scene</code> by ID.</p>\n","urlObject":{"path":["scenes",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. <code>sceneItemCount</code> and <code>metadata</code> are only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[scene]","value":"<string>"}],"variable":[{"id":"1ed8d870-916c-42b7-8eec-d28cd08fe92b","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"be93de29-fb3e-4b73-8f7a-bea721c89533","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id?fields[scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `sceneItemCount` and `metadata` are only returned if explicitly requested.","key":"fields[scene]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"modified\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"sceneItemCount\": \"<integer>\",\n      \"state\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ace9de75-b543-425c-9c88-094101cc4e0d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id?fields[scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `sceneItemCount` and `metadata` are only returned if explicitly requested.","key":"fields[scene]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"4fe7f310-395a-4dc5-be17-f89711a50a0c","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id?fields[scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `sceneItemCount` and `metadata` are only returned if explicitly requested.","key":"fields[scene]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"c0429bb8-fabf-4348-b4af-29e817cd4ace","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id?fields[scene]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `sceneItemCount` and `metadata` are only returned if explicitly requested.","key":"fields[scene]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"bef6b4ed-9ae9-4cb8-9108-1b9e166e06de"},{"name":"update Scene","id":"10680c43-675c-410b-b0a7-e48f8a5a40b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"state\": \"draft\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id","description":"<p>Update a <code>scene</code> camera and/or state. Once updated, view the scene via the renderScene API or with the Viewer SDK. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/render-static-scenes\">Render static scenes</a> guide.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateSceneRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateSceneRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ camera</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>PerspectiveCamera</td>\n<td>false</td>\n<td>A camera type that mimics the way the human eye sees.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovY</td>\n<td>number</td>\n<td>false</td>\n<td>A numerical floating-point value representing the field of view</td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>OrthographicCamera</td>\n<td>false</td>\n<td>A camera type where an object's size stays consistent regardless of its distance to the camera.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ fovHeight</td>\n<td>number</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ lookAt</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ viewVector</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>CameraFit</td>\n<td>false</td>\n<td>Fit camera in 3D space based on items in scene.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(fit-visible-scene-items, reset)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before expiration</td>\n</tr>\n<tr>\n<td>▹▹ metadata</td>\n<td>object</td>\n<td>false</td>\n<td>User supplied key-value pairs for a scene. You can supply up to 50 entries, with key names limited to 64 characters and values limited to 256 characters. A null value will delete the entry in the map, all other key/value pairs provided here will be inserted or updated into the existing scene metadata.</td>\n</tr>\n<tr>\n<td>▹▹▹ <strong>additionalProperties</strong></td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ state</td>\n<td>enum(draft, commit)</td>\n<td>false</td>\n<td>State of the scene.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string¦null</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ treeEnabled</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether or not scene trees can be viewed for this scene.</td>\n</tr>\n<tr>\n<td>▹▹ worldOrientation</td>\n<td>Orientation</td>\n<td>false</td>\n<td>Normals describing up &amp; front directions</td>\n</tr>\n<tr>\n<td>▹▹▹ front</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹ up</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"88ea6a57-ded7-41ec-8249-ca983527eb70","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"07b9fde7-4965-4213-8540-18dfc7bb9865","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"state\": \"draft\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"modified\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"sceneItemCount\": \"<integer>\",\n      \"state\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"dc9befa7-dac9-493e-b64e-32364b7e97f3","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"state\": \"draft\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"906f6db0-fab4-450b-9924-490d68301d2f","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"state\": \"draft\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"388b423b-cf73-4a81-b39f-fd477fa89c21","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"state\": \"draft\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"913e8bd8-758f-43fa-87e1-b33eddc4eb5b","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"expiry\": \"<integer>\",\n      \"metadata\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"name\": \"<string>\",\n      \"state\": \"draft\",\n      \"suppliedId\": \"<string>\",\n      \"treeEnabled\": \"<boolean>\",\n      \"worldOrientation\": {\n        \"front\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id","host":["https://platform.vertexvis.com"],"path":["scenes",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"10680c43-675c-410b-b0a7-e48f8a5a40b2"},{"name":"render Scene","id":"a04ab6a2-e814-40af-b406-f9d566ec03b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"image/jpeg"}],"url":"https://platform.vertexvis.com/scenes/:id/image?height=<integer>&width=<integer>","description":"<p>Get a rendered image of a <code>scene</code>. If only a single pixel is returned, ensure the <code>scene</code> is in the <code>commit</code> state and contains scene items.</p>\n","urlObject":{"path":["scenes",":id","image"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The height of the image to render.</p>\n","type":"text/plain"},"key":"height","value":"<integer>"},{"description":{"content":"<p>The width of the image to render.</p>\n","type":"text/plain"},"key":"width","value":"<integer>"}],"variable":[{"id":"deaa4679-c561-47ce-b00f-8c0a8c1fc8ed","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"8894bc81-1eb4-4e71-9e48-8f8bae5dc50a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"image/jpeg"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpeg"}],"cookie":[],"responseTime":null,"body":"<binary>"},{"id":"b3d0da4b-aa3f-4471-8e51-c444ec9c3fbf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"82419c4a-f0f3-48f4-9c59-b404b3dac81d","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"630f46df-6051-4b25-80c5-f18e2f134969","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8cd7dc13-47dd-4946-826b-accb87b612d1","name":"GatewayTimeout","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/image?height=<integer>&width=<integer>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","image"],"query":[{"description":"The height of the image to render.","key":"height","value":"<integer>"},{"description":"The width of the image to render.","key":"width","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"a04ab6a2-e814-40af-b406-f9d566ec03b5"}],"id":"7a4ac28c-6201-494d-a486-76aa515bdc75","_postman_id":"7a4ac28c-6201-494d-a486-76aa515bdc75","description":""},{"name":"scene-view-states","item":[{"name":"delete Scene View State","id":"cc0a1618-08fd-4788-a371-0f2c5d8acce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-view-states/:id","description":"<p>Delete a <code>scene-view-state</code>.</p>\n","urlObject":{"path":["scene-view-states",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"679bd4f9-1b3b-4ad5-bc3c-f88b43a2de21","description":{"content":"<p>(Required) The <code>scene-view-state</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"d10053b1-190b-4d1d-b6e7-c086deec99b6","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"05407f30-b88b-4d66-b292-83acd8e5dd79","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"aab00605-1a05-4f45-9007-ae0b0eb9692e","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"08f6d976-6965-4cea-b177-40aedb08693f","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"cc0a1618-08fd-4788-a371-0f2c5d8acce5"},{"name":"get Scene View State","id":"e64dc53e-a81a-4731-84d5-df1584e389ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scene-view-states/:id?fields[scene-view-state]=<string>","description":"<p>Get a <code>scene-view-state</code> by ID.</p>\n","urlObject":{"path":["scene-view-states",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. <code>thumbnails</code> is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[scene-view-state]","value":"<string>"}],"variable":[{"id":"d5588130-8292-473a-a59d-da7cdd899046","description":{"content":"<p>(Required) The <code>scene-view-state</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7827bc60-c8ee-4bde-bd9c-e1f3917589cb","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id?fields[scene-view-state]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"featureLines\": {\n        \"color\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"width\": \"<number>\"\n      },\n      \"name\": \"<string>\",\n      \"noDefaultLights\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"thumbnails\": [\n        {\n          \"height\": \"<integer>\",\n          \"uri\": \"<string>\",\n          \"width\": \"<integer>\"\n        },\n        {\n          \"height\": \"<integer>\",\n          \"uri\": \"<string>\",\n          \"width\": \"<integer>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      },\n      \"key_4\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"canvas\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"canvas\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"71933dff-121e-40f9-a6c6-029cebea57d1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id?fields[scene-view-state]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e91567c2-9fa9-442d-87d9-902100967934","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id?fields[scene-view-state]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"39e384c4-5d40-4e00-9700-cbbc060f0329","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id?fields[scene-view-state]=<string>","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e64dc53e-a81a-4731-84d5-df1584e389ea"},{"name":"update Scene View State","id":"c2fbef93-9aa8-495d-b780-12385a6c4dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scene-view-states/:id","description":"<p>Update a <code>scene-view-state</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateSceneViewStateRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateSceneViewStateRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scene-view-states",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"16fc45c3-f233-4a72-8c32-a99e6be0202d","description":{"content":"<p>(Required) The <code>scene-view-state</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5e859f69-0226-4b9c-8b98-3f841a43b057","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"featureLines\": {\n        \"color\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"width\": \"<number>\"\n      },\n      \"name\": \"<string>\",\n      \"noDefaultLights\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"thumbnails\": [\n        {\n          \"height\": \"<integer>\",\n          \"uri\": \"<string>\",\n          \"width\": \"<integer>\"\n        },\n        {\n          \"height\": \"<integer>\",\n          \"uri\": \"<string>\",\n          \"width\": \"<integer>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      },\n      \"key_4\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"canvas\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"canvas\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"181535d0-d373-404b-b85e-992a841ee6d6","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"94ebf487-30f7-4131-8f3c-600d8e9256d2","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9c4ea344-8957-4c2c-a9bc-580671f118fb","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5bd4045d-a6ce-41ae-b31c-07aed9517c6b","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scene-view-states/:id","host":["https://platform.vertexvis.com"],"path":["scene-view-states",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene-view-state` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c2fbef93-9aa8-495d-b780-12385a6c4dd8"},{"name":"get Scene View States","id":"66f2cb56-2dfc-4a59-b658-ec377042846e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/scenes/:id/scene-view-states?page[cursor]=<string>&page[size]=<integer>&fields[scene-view-state]=<string>&filter[id]=<string>&filter[suppliedId]=<string>","description":"<p>Get <code>scene-view-states</code> for a <code>scene</code>.</p>\n","urlObject":{"path":["scenes",":id","scene-view-states"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. <code>thumbnails</code> is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[scene-view-state]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[id]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of supplied IDs to filter on.</p>\n","type":"text/plain"},"key":"filter[suppliedId]","value":"<string>"}],"variable":[{"id":"e50b7e18-9a57-44e9-83cd-8a4ef455a29c","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"1986758a-0221-4933-b370-604a3ed755f7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states?page[cursor]=<string>&page[size]=<integer>&fields[scene-view-state]=<string>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"camera\": {\n          \"lookAt\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"fovY\": \"<number>\",\n          \"type\": \"<string>\"\n        },\n        \"created\": \"<dateTime>\",\n        \"featureLines\": {\n          \"color\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"width\": \"<number>\"\n        },\n        \"name\": \"<string>\",\n        \"noDefaultLights\": \"<boolean>\",\n        \"suppliedId\": \"<string>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"relationships\": {\n        \"canvas\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"canvas\"\n          }\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"camera\": {\n          \"lookAt\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"up\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"fovY\": \"<number>\",\n          \"type\": \"<string>\"\n        },\n        \"created\": \"<dateTime>\",\n        \"featureLines\": {\n          \"color\": {\n            \"b\": \"<integer>\",\n            \"g\": \"<integer>\",\n            \"r\": \"<integer>\"\n          },\n          \"width\": \"<number>\"\n        },\n        \"name\": \"<string>\",\n        \"noDefaultLights\": \"<boolean>\",\n        \"suppliedId\": \"<string>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"relationships\": {\n        \"canvas\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"canvas\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4f1a7221-e1f1-4481-84f8-837132dd774e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states?page[cursor]=<string>&page[size]=<integer>&fields[scene-view-state]=<string>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ad4c39d6-2efb-4b0d-b17f-b86c00eaab06","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states?page[cursor]=<string>&page[size]=<integer>&fields[scene-view-state]=<string>&filter[id]=<string>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.","key":"fields[scene-view-state]","value":"<string>"},{"description":"Comma-separated list of IDs to filter on.","key":"filter[id]","value":"<string>"},{"description":"Comma-separated list of supplied IDs to filter on.","key":"filter[suppliedId]","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"66f2cb56-2dfc-4a59-b658-ec377042846e"},{"name":"create Scene View State","id":"c1206ee8-5417-4390-bf71-ad0adefeee70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"withCanvas\": {\n        \"document\": {\n          \"items\": [\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            },\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            }\n          ],\n          \"type\": \"canvas-document-v1\"\n        },\n        \"type\": \"with-canvas\",\n        \"suppliedId\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/scene-view-states","description":"<p>Create a <code>scene-view-state</code> for a <code>scene</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSceneViewStateRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSceneViewStateRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>ID provided for correlation. For example, an existing ID from a PLM system.</td>\n</tr>\n<tr>\n<td>▹▹ withCanvas</td>\n<td>WithCanvas</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ document</td>\n<td>CanvasDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ items</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>LineItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ endPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ endShape</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>ArrowEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ filled</td>\n<td>boolean</td>\n<td>true</td>\n<td>Indicates if the arrow end should be filled.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(arrow-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ width</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CircleEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ diameter</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value for the diameter of the end.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ filled</td>\n<td>boolean</td>\n<td>true</td>\n<td>Indicates if the circle end should be filled.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(circle-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>DashEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(dash-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ width</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value indicating the width of the dash.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ color</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ a</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ startPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ startShape</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>ArrowEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CircleEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>DashEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ color</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ thickness</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(line-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>OvalItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ bottomRight</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ topLeft</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(oval-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>FreeformItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ positions</td>\n<td>[Vector2]</td>\n<td>true</td>\n<td>[2D Vector.]</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(freeform-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>CalloutItem</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ accentColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ anchorPosition</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ primaryColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ textPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(callout-item)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ <em>anonymous</em></td>\n<td>PinItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ accentColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ primaryColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(pin-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(canvas-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(with-canvas)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateSceneViewStateRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>any</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneViewRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-view</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>SceneViewRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-view)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></td>\n<td>SceneViewStateRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene-view-state</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ data</td>\n<td>SceneViewStateRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-view-state)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","scene-view-states"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"2a942b1d-50fd-48e2-b709-b056d254659c","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6f570847-37c4-43c2-8241-2ade70abe4dc","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"withCanvas\": {\n        \"document\": {\n          \"items\": [\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            },\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            }\n          ],\n          \"type\": \"canvas-document-v1\"\n        },\n        \"type\": \"with-canvas\",\n        \"suppliedId\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"camera\": {\n        \"lookAt\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"up\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"fovY\": \"<number>\",\n        \"type\": \"<string>\"\n      },\n      \"created\": \"<dateTime>\",\n      \"featureLines\": {\n        \"color\": {\n          \"b\": \"<integer>\",\n          \"g\": \"<integer>\",\n          \"r\": \"<integer>\"\n        },\n        \"width\": \"<number>\"\n      },\n      \"name\": \"<string>\",\n      \"noDefaultLights\": \"<boolean>\",\n      \"suppliedId\": \"<string>\",\n      \"thumbnails\": [\n        {\n          \"height\": \"<integer>\",\n          \"uri\": \"<string>\",\n          \"width\": \"<integer>\"\n        },\n        {\n          \"height\": \"<integer>\",\n          \"uri\": \"<string>\",\n          \"width\": \"<integer>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      },\n      \"key_4\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"canvas\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"canvas\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"aa17093b-648d-41d9-9dff-71321960a6a5","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"withCanvas\": {\n        \"document\": {\n          \"items\": [\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            },\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            }\n          ],\n          \"type\": \"canvas-document-v1\"\n        },\n        \"type\": \"with-canvas\",\n        \"suppliedId\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"796bc635-daf1-4bb1-bd15-b69252aff139","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"withCanvas\": {\n        \"document\": {\n          \"items\": [\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            },\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            }\n          ],\n          \"type\": \"canvas-document-v1\"\n        },\n        \"type\": \"with-canvas\",\n        \"suppliedId\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"500d41e6-c5bb-4635-a433-9bd4900beb92","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"withCanvas\": {\n        \"document\": {\n          \"items\": [\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            },\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            }\n          ],\n          \"type\": \"canvas-document-v1\"\n        },\n        \"type\": \"with-canvas\",\n        \"suppliedId\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"f2869a7d-6612-453b-9539-a316a3730283","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\",\n      \"withCanvas\": {\n        \"document\": {\n          \"items\": [\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            },\n            {\n              \"endPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"fill\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                }\n              },\n              \"startPosition\": {\n                \"x\": \"<number>\",\n                \"y\": \"<number>\"\n              },\n              \"stroke\": {\n                \"color\": {\n                  \"a\": \"<integer>\",\n                  \"b\": \"<integer>\",\n                  \"g\": \"<integer>\",\n                  \"r\": \"<integer>\"\n                },\n                \"thickness\": \"<number>\"\n              },\n              \"type\": \"line-item-2d\",\n              \"endShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              },\n              \"startShape\": {\n                \"filled\": \"<boolean>\",\n                \"type\": \"arrow-end\",\n                \"width\": \"<number>\"\n              }\n            }\n          ],\n          \"type\": \"canvas-document-v1\"\n        },\n        \"type\": \"with-canvas\",\n        \"suppliedId\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene-view\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/scene-view-states","host":["https://platform.vertexvis.com"],"path":["scenes",":id","scene-view-states"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c1206ee8-5417-4390-bf71-ad0adefeee70"}],"id":"3e128b61-a972-4367-9223-42dad20e85cf","_postman_id":"3e128b61-a972-4367-9223-42dad20e85cf","description":""},{"name":"search-sessions","item":[{"name":"create Search Session","id":"755fb7a5-fbba-4105-bd4d-e6a8b96d5c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"search-session\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/search-sessions","description":"<p>Create a <code>search-session</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateSearchSessionRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateSearchSessionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before the search session is deleted.</td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateSearchSessionRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ scene</td>\n<td>SceneRelationship</td>\n<td>false</td>\n<td>Relationship to a <code>scene</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>SceneRelationship_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(scene)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(search-session)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["search-sessions"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"374c7b19-2560-4bac-b5a6-1557c86dc71c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"search-session\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/search-sessions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"c05b87b6-a330-4689-a608-50bd4c123d8a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"search-session\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/search-sessions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0bdf4d67-4943-4738-aec0-8d3757f993a9","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"expiry\": \"<integer>\"\n    },\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"search-session\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/search-sessions"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"755fb7a5-fbba-4105-bd4d-e6a8b96d5c6d"},{"name":"get Search Session","id":"e1428c7f-f14f-4268-b340-6f9a5e7a8298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/search-sessions/:id","description":"<p>Get a <code>search-session</code>.</p>\n","urlObject":{"path":["search-sessions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"607b38d0-71df-4cd9-b3f1-deca1a691ecf","description":{"content":"<p>(Required) The <code>search-session</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"09177731-1e80-457c-99f7-9089cc63b234","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/search-sessions/:id","host":["https://platform.vertexvis.com"],"path":["search-sessions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `search-session` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"75793b26-1b8f-4693-87ff-0af2aad7fe08","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/search-sessions/:id","host":["https://platform.vertexvis.com"],"path":["search-sessions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `search-session` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"66c2964a-bc95-4ff9-82d8-7275f3556dce","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/search-sessions/:id","host":["https://platform.vertexvis.com"],"path":["search-sessions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `search-session` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"5fe9359e-4829-4baa-ace0-346278011a43","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/search-sessions/:id","host":["https://platform.vertexvis.com"],"path":["search-sessions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `search-session` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e1428c7f-f14f-4268-b340-6f9a5e7a8298"}],"id":"6c640b12-faeb-4341-bfca-c1e46057d00d","_postman_id":"6c640b12-faeb-4341-bfca-c1e46057d00d","description":""},{"name":"stream-keys","item":[{"name":"create Scene Stream Key","id":"f9965586-4ab5-43cf-870c-e24fcab153e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\",\n      \"sceneViewStateId\": \"<uuid>\",\n      \"sceneViewStateSuppliedId\": \"<string>\",\n      \"withSearchSession\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/scenes/:id/stream-keys","description":"<p>Create a <code>stream-key</code> for a <code>scene</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateStreamKeyRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateStreamKeyRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ excludePrunedItems</td>\n<td>boolean</td>\n<td>false</td>\n<td>Whether to exclude non-visible items in the view.</td>\n</tr>\n<tr>\n<td>▹▹ expiry</td>\n<td>integer(int32)</td>\n<td>false</td>\n<td>Number of seconds before the <code>stream-key</code> expires.</td>\n</tr>\n<tr>\n<td>▹▹ sceneViewStateId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>An optional ID specifying the <code>scene-view-state</code> to initialize <code>scene-view</code>s created using this <code>stream-key</code> to. Mutually exclusive with <code>sceneViewStateSuppliedId</code>.</td>\n</tr>\n<tr>\n<td>▹▹ sceneViewStateSuppliedId</td>\n<td>string</td>\n<td>false</td>\n<td>An optional supplied ID specifying the <code>scene-view-state</code> to initialize <code>scene-view</code>s created using this <code>stream-key</code> to. Mutually exclusive with <code>sceneViewStateId</code>.</td>\n</tr>\n<tr>\n<td>▹▹ withSearchSession</td>\n<td>boolean</td>\n<td>false</td>\n<td>Optionally enables or disables the creation of a search session for the view. The default creates a session for the scene-view</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scenes",":id","stream-keys"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"46578c63-9f19-4075-970b-4140032e53ec","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"983698bd-740d-4a69-9c6c-af7f3f8213ed","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\",\n      \"sceneViewStateId\": \"<uuid>\",\n      \"sceneViewStateSuppliedId\": \"<string>\",\n      \"withSearchSession\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/stream-keys","host":["https://platform.vertexvis.com"],"path":["scenes",":id","stream-keys"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"expiry\": \"<integer>\",\n      \"excludePrunedItems\": \"<boolean>\",\n      \"key\": \"<string>\",\n      \"sceneViewStateId\": \"<uuid>\",\n      \"sceneViewStateSuppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"scene\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"scene\"\n        }\n      }\n    },\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"18b76dc1-7255-495c-bb39-d9e9a66fcb31","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\",\n      \"sceneViewStateId\": \"<uuid>\",\n      \"sceneViewStateSuppliedId\": \"<string>\",\n      \"withSearchSession\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/stream-keys","host":["https://platform.vertexvis.com"],"path":["scenes",":id","stream-keys"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"fc0b2200-2270-4a02-906c-e0b860e04b94","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\",\n      \"sceneViewStateId\": \"<uuid>\",\n      \"sceneViewStateSuppliedId\": \"<string>\",\n      \"withSearchSession\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/stream-keys","host":["https://platform.vertexvis.com"],"path":["scenes",":id","stream-keys"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"48b2cf0d-ca21-434c-8e48-76a960472105","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"excludePrunedItems\": \"<boolean>\",\n      \"expiry\": \"<integer>\",\n      \"sceneViewStateId\": \"<uuid>\",\n      \"sceneViewStateSuppliedId\": \"<string>\",\n      \"withSearchSession\": \"<boolean>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/scenes/:id/stream-keys","host":["https://platform.vertexvis.com"],"path":["scenes",":id","stream-keys"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `scene` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"f9965586-4ab5-43cf-870c-e24fcab153e2"},{"name":"get Stream Keys","id":"089f79e2-70bf-4df0-9a36-11be9dcc70eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/stream-keys?page[cursor]=<string>&page[size]=<integer>&filter[key]=<string>","description":"<p>Get <code>stream-key</code>s.</p>\n","urlObject":{"path":["stream-keys"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Stream key to filter on.</p>\n","type":"text/plain"},"key":"filter[key]","value":"<string>"}],"variable":[]}},"response":[{"id":"58f1cdec-21f2-4ab2-a720-3b35c3c20358","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys?page[cursor]=<string>&page[size]=<integer>&filter[key]=<string>","host":["https://platform.vertexvis.com"],"path":["stream-keys"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Stream key to filter on.","key":"filter[key]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"expiry\": \"<integer>\",\n        \"excludePrunedItems\": \"<boolean>\",\n        \"key\": \"<string>\",\n        \"sceneViewStateId\": \"<uuid>\",\n        \"sceneViewStateSuppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"scene\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"expiry\": \"<integer>\",\n        \"excludePrunedItems\": \"<boolean>\",\n        \"key\": \"<string>\",\n        \"sceneViewStateId\": \"<uuid>\",\n        \"sceneViewStateSuppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"scene\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"scene\"\n          }\n        }\n      },\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2da5f0ea-5b1c-4f7f-bcae-9cf07e92c149","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys?page[cursor]=<string>&page[size]=<integer>&filter[key]=<string>","host":["https://platform.vertexvis.com"],"path":["stream-keys"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Stream key to filter on.","key":"filter[key]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9ef89ebb-6f3a-41ca-bd43-b12e3383554c","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys?page[cursor]=<string>&page[size]=<integer>&filter[key]=<string>","host":["https://platform.vertexvis.com"],"path":["stream-keys"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Stream key to filter on.","key":"filter[key]","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"089f79e2-70bf-4df0-9a36-11be9dcc70eb"},{"name":"delete Stream Key","id":"52cd0c23-573f-45f0-b2de-b42b742255c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/stream-keys/:id","description":"<p>Delete a <code>stream-key</code>.</p>\n","urlObject":{"path":["stream-keys",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"d7d773b4-7825-4201-a3e5-410c29c31a90","description":{"content":"<p>(Required) The <code>stream-key</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"568f3172-10ef-427f-ac94-de1a77707570","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys/:id","host":["https://platform.vertexvis.com"],"path":["stream-keys",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `stream-key` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cef9c8e9-0ced-4c2e-ab6e-174f0fe60f1e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys/:id","host":["https://platform.vertexvis.com"],"path":["stream-keys",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `stream-key` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"68b1fa2d-69c7-46eb-bd08-eb95c3b2e947","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys/:id","host":["https://platform.vertexvis.com"],"path":["stream-keys",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `stream-key` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d2bf82d6-c6e7-4779-adfe-4a3c179799e0","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/stream-keys/:id","host":["https://platform.vertexvis.com"],"path":["stream-keys",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `stream-key` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"52cd0c23-573f-45f0-b2de-b42b742255c4"}],"id":"6388ba93-5c06-4094-bed2-ab1a646f3a0f","_postman_id":"6388ba93-5c06-4094-bed2-ab1a646f3a0f","description":""},{"name":"threads","item":[{"name":"create Thread","id":"12658532-7e7b-49c8-b5c6-3fc19104f260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"thread\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/collaboration-contexts/:id/threads","description":"<p>Create a <code>thread</code> belonging to a <code>collaboration-context</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateThreadRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateThreadRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ body</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ group</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ isDrafting</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ reference</td>\n<td>CreateSceneReference</td>\n<td>false</td>\n<td>A reference to a scene to be created for a thread.</td>\n</tr>\n<tr>\n<td>▹▹▹ position</td>\n<td>Vector3</td>\n<td>false</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ z</td>\n<td>number</td>\n<td>true</td>\n<td>z-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹ sceneId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(scene-reference)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ withSceneViewState</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>WithSceneViewId</td>\n<td>false</td>\n<td>A sceneViewId to be associated as a reference.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ sceneViewId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-view-id)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ withCanvas</td>\n<td>WithCanvas</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ document</td>\n<td>CanvasDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ items</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>LineItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ endPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ x</td>\n<td>number</td>\n<td>true</td>\n<td>x-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ y</td>\n<td>number</td>\n<td>true</td>\n<td>y-axis coordinate.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ endShape</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>ArrowEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ filled</td>\n<td>boolean</td>\n<td>true</td>\n<td>Indicates if the arrow end should be filled.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(arrow-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ width</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CircleEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ diameter</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value for the diameter of the end.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ filled</td>\n<td>boolean</td>\n<td>true</td>\n<td>Indicates if the circle end should be filled.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(circle-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>DashEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(dash-end)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ width</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value indicating the width of the dash.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ color</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ a</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ b</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ g</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹▹ r</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td>Color value from 0 to 255.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ startPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ startShape</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>ArrowEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CircleEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>DashEndShape</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ color</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹▹ thickness</td>\n<td>number</td>\n<td>true</td>\n<td>A numerical floating-point value.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(line-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>OvalItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ bottomRight</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ topLeft</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(oval-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>FreeformItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ fill</td>\n<td>FillStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ positions</td>\n<td>[Vector2]</td>\n<td>true</td>\n<td>[2D Vector.]</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ stroke</td>\n<td>StrokeStyle</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(freeform-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>CalloutItem</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ accentColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ anchorPosition</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ primaryColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ textPosition</td>\n<td>Vector2</td>\n<td>true</td>\n<td>2D Vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(callout-item)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>PinItem2d</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ accentColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ position</td>\n<td>Vector3</td>\n<td>true</td>\n<td>3D vector.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ primaryColor</td>\n<td>RGBA</td>\n<td>true</td>\n<td>a color with red, green, blue and alpha channels.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ sceneItemId</td>\n<td>string(uuid)</td>\n<td>false</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹▹ type</td>\n<td>enum(pin-item-2d)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ type</td>\n<td>enum(canvas-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(with-canvas)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ <em>anonymous</em></td>\n<td>WithSceneViewStateId</td>\n<td>false</td>\n<td>A sceneViewStateId to be associated as a reference.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ sceneViewStateId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(scene-view-state-id)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ status</td>\n<td>ThreadStatus</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ title</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ type</td>\n<td>ThreadType</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ withBodyDocument</td>\n<td>WithBodyDocument</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ document</td>\n<td>TextDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ root</td>\n<td>RootNode</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of paragraph nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>TextNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(text-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MentionNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(mention-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ userId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(paragraph-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(root-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(text-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(with-body-document)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(thread)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["collaboration-contexts",":id","threads"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"85b2101d-4893-4ac0-96e2-0e36d63de27d","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f073260d-2754-4659-afd0-340cd16540bc","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"thread\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/threads","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","threads"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"isDrafting\": \"<boolean>\",\n      \"mentions\": [\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        },\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        }\n      ],\n      \"modifiedAt\": \"<dateTime>\",\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"bodyDocument\": {\n        \"root\": {\n          \"content\": [\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            },\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            }\n          ],\n          \"type\": \"root-node\"\n        },\n        \"type\": \"text-document-v1\"\n      },\n      \"editedAt\": \"<dateTime>\",\n      \"group\": \"<string>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ],\n        \"type\": \"scene-reference\",\n        \"canvasId\": \"<uuid>\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"sceneViewStateId\": \"<uuid>\"\n      },\n      \"replyCount\": \"<integer>\",\n      \"title\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"collaborationContext\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"collaboration-context\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"user\"\n        }\n      }\n    },\n    \"type\": \"thread\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"bedd5ade-6a59-4ee9-a567-678e08b1fd58","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"thread\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/threads","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","threads"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2980cc6f-3b28-4581-b552-9e814152e9fa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"thread\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/threads","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","threads"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"e42b7b73-b952-4fd6-836d-6b7698227376","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"type\": \"scene-reference\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"withSceneViewState\": {\n          \"sceneViewId\": \"<uuid>\",\n          \"type\": \"scene-view-id\",\n          \"withCanvas\": {\n            \"document\": {\n              \"items\": [\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                },\n                {\n                  \"endPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"fill\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    }\n                  },\n                  \"startPosition\": {\n                    \"x\": \"<number>\",\n                    \"y\": \"<number>\"\n                  },\n                  \"stroke\": {\n                    \"color\": {\n                      \"a\": \"<integer>\",\n                      \"b\": \"<integer>\",\n                      \"g\": \"<integer>\",\n                      \"r\": \"<integer>\"\n                    },\n                    \"thickness\": \"<number>\"\n                  },\n                  \"type\": \"line-item-2d\",\n                  \"endShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  },\n                  \"startShape\": {\n                    \"filled\": \"<boolean>\",\n                    \"type\": \"arrow-end\",\n                    \"width\": \"<number>\"\n                  }\n                }\n              ],\n              \"type\": \"canvas-document-v1\"\n            },\n            \"type\": \"with-canvas\",\n            \"suppliedId\": \"<string>\"\n          }\n        }\n      },\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"thread\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/collaboration-contexts/:id/threads","host":["https://platform.vertexvis.com"],"path":["collaboration-contexts",":id","threads"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `collaboration-context` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"12658532-7e7b-49c8-b5c6-3fc19104f260"},{"name":"get Threads","id":"e76c53e3-2f92-4eea-81c9-26e588dac4ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/threads?fields[thread]=<string>&filter[collaborationContextId]=<uuid>&filter[collaborationContextId]=<uuid>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,resolved&filter[group]=<string>,<string>","description":"<p>Get a page of <code>thread</code>s.</p>\n","urlObject":{"path":["threads"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[thread]","value":"<string>"},{"description":{"content":"<p>Collaboration contexts to filter on.</p>\n","type":"text/plain"},"key":"filter[collaborationContextId]","value":"<uuid>"},{"description":{"content":"<p>Collaboration contexts to filter on.</p>\n","type":"text/plain"},"key":"filter[collaborationContextId]","value":"<uuid>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.</p>\n","type":"text/plain"},"key":"filter[status]","value":"resolved,resolved"},{"description":{"content":"<p>The group prefixes to filter threads by. Send as a CSV list, e.g. file:123,file:456.</p>\n","type":"text/plain"},"key":"filter[group]","value":"<string>,<string>"}],"variable":[]}},"response":[{"id":"dca9d3a5-f234-4942-89cb-b221c4e4ef74","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads?fields[thread]=<string>&filter[collaborationContextId]=<uuid>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,resolved&filter[group]=<string>,<string>","host":["https://platform.vertexvis.com"],"path":["threads"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Collaboration contexts to filter on.","key":"filter[collaborationContextId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.\n","key":"filter[status]","value":"resolved,resolved"},{"description":"The group prefixes to filter threads by. Send as a CSV list, e.g. file:123,file:456.\n","key":"filter[group]","value":"<string>,<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"isDrafting\": \"<boolean>\",\n        \"mentions\": [\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          },\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          }\n        ],\n        \"modifiedAt\": \"<dateTime>\",\n        \"status\": \"open\",\n        \"type\": \"comment\",\n        \"body\": \"<string>\",\n        \"bodyDocument\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"editedAt\": \"<dateTime>\",\n        \"group\": \"<string>\",\n        \"reference\": {\n          \"sceneId\": \"<uuid>\",\n          \"thumbnails\": [\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            },\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            }\n          ],\n          \"type\": \"scene-reference\",\n          \"canvasId\": \"<uuid>\",\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"sceneItemId\": \"<uuid>\",\n          \"sceneViewStateId\": \"<uuid>\"\n        },\n        \"replyCount\": \"<integer>\",\n        \"title\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"collaborationContext\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"collaboration-context\"\n          }\n        },\n        \"user\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"user\"\n          }\n        }\n      },\n      \"type\": \"thread\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"isDrafting\": \"<boolean>\",\n        \"mentions\": [\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          },\n          {\n            \"email\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"idpId\": \"<string>\",\n            \"type\": \"known-user\"\n          }\n        ],\n        \"modifiedAt\": \"<dateTime>\",\n        \"status\": \"resolved\",\n        \"type\": \"issue\",\n        \"body\": \"<string>\",\n        \"bodyDocument\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"editedAt\": \"<dateTime>\",\n        \"group\": \"<string>\",\n        \"reference\": {\n          \"sceneId\": \"<uuid>\",\n          \"thumbnails\": [\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            },\n            {\n              \"height\": \"<integer>\",\n              \"uri\": \"<string>\",\n              \"width\": \"<integer>\"\n            }\n          ],\n          \"type\": \"scene-reference\",\n          \"canvasId\": \"<uuid>\",\n          \"position\": {\n            \"x\": \"<number>\",\n            \"y\": \"<number>\",\n            \"z\": \"<number>\"\n          },\n          \"sceneItemId\": \"<uuid>\",\n          \"sceneViewStateId\": \"<uuid>\"\n        },\n        \"replyCount\": \"<integer>\",\n        \"title\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"collaborationContext\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"collaboration-context\"\n          }\n        },\n        \"user\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"user\"\n          }\n        }\n      },\n      \"type\": \"thread\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"a968c3aa-c6bb-4a1f-bde6-a3881d885eeb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads?fields[thread]=<string>&filter[collaborationContextId]=<uuid>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,resolved&filter[group]=<string>,<string>","host":["https://platform.vertexvis.com"],"path":["threads"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Collaboration contexts to filter on.","key":"filter[collaborationContextId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.\n","key":"filter[status]","value":"resolved,resolved"},{"description":"The group prefixes to filter threads by. Send as a CSV list, e.g. file:123,file:456.\n","key":"filter[group]","value":"<string>,<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8d7a6b3a-60f4-45d1-9510-06b5aa5fea11","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads?fields[thread]=<string>&filter[collaborationContextId]=<uuid>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,resolved&filter[group]=<string>,<string>","host":["https://platform.vertexvis.com"],"path":["threads"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Collaboration contexts to filter on.","key":"filter[collaborationContextId]","value":"<uuid>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"},{"description":"The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.\n","key":"filter[status]","value":"resolved,resolved"},{"description":"The group prefixes to filter threads by. Send as a CSV list, e.g. file:123,file:456.\n","key":"filter[group]","value":"<string>,<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e76c53e3-2f92-4eea-81c9-26e588dac4ad"},{"name":"delete Thread","id":"7837adf5-afb3-4ceb-a8d7-7c4a8bc8fa7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/threads/:id","description":"<p>Remove a thread.</p>\n","urlObject":{"path":["threads",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"c0966beb-aa65-4619-ae80-869df622ca56","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a74adf14-d113-4a90-ad9a-d22f8f4bfdc5","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bcbf3715-5ab4-48cf-ad9b-abb3e5f64e29","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"108b8837-bc2b-4e2e-8aa9-6c731f0c6caf","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"7837adf5-afb3-4ceb-a8d7-7c4a8bc8fa7b"},{"name":"get Thread","id":"549f6761-b3d1-462b-a3f5-30002370b8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/threads/:id?fields[thread]=<string>&include=<string>","description":"<p>Get a <code>thread</code>.</p>\n","urlObject":{"path":["threads",":id"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.</p>\n","type":"text/plain"},"key":"fields[thread]","value":"<string>"},{"description":{"content":"<p>Comma-separated list of relationships to include in response.</p>\n","type":"text/plain"},"key":"include","value":"<string>"}],"variable":[{"id":"6774098e-fb37-4036-9240-a5212d281082","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"93b3d0d5-1e41-4318-a235-6f7d381afe9e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id?fields[thread]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"isDrafting\": \"<boolean>\",\n      \"mentions\": [\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        },\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        }\n      ],\n      \"modifiedAt\": \"<dateTime>\",\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"bodyDocument\": {\n        \"root\": {\n          \"content\": [\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            },\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            }\n          ],\n          \"type\": \"root-node\"\n        },\n        \"type\": \"text-document-v1\"\n      },\n      \"editedAt\": \"<dateTime>\",\n      \"group\": \"<string>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ],\n        \"type\": \"scene-reference\",\n        \"canvasId\": \"<uuid>\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"sceneViewStateId\": \"<uuid>\"\n      },\n      \"replyCount\": \"<integer>\",\n      \"title\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"collaborationContext\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"collaboration-context\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"user\"\n        }\n      }\n    },\n    \"type\": \"thread\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"8ad52c21-5468-4a62-98ce-cd9d0f63fad7","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id?fields[thread]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1b93ae01-1ecd-48f5-b4e8-cfba68bac899","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id?fields[thread]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2f378d06-524d-42f8-aa03-5f39d906728e","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id?fields[thread]=<string>&include=<string>","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"query":[{"description":"Comma-separated list of fields to return in response. An empty value returns no fields. Due to its potential size, metadata is only returned if explicitly requested.","key":"fields[thread]","value":"<string>"},{"description":"Comma-separated list of relationships to include in response.","key":"include","value":"<string>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"549f6761-b3d1-462b-a3f5-30002370b8a4"},{"name":"update Thread","id":"fc74b03f-4b9d-4c4e-8b53-215516981153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"status\": \"open\",\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/threads/:id","description":"<p>Update a <code>thread</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateThreadRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateThreadRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ body</td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ group</td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ isDrafting</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ status</td>\n<td>ThreadStatus</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ title</td>\n<td>string¦null</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ withBodyDocument</td>\n<td>WithBodyDocument</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ document</td>\n<td>TextDocument</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ root</td>\n<td>RootNode</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ content</td>\n<td>[oneOf]</td>\n<td>true</td>\n<td>List of paragraph nodes</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>TextNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ text</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(text-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>MentionNode</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ type</td>\n<td>enum(mention-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹▹▹ userId</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(paragraph-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(root-node)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(text-document-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ type</td>\n<td>enum(with-body-document)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["threads",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"2f3a57ee-7d28-4ecd-a584-3a75aaabdcb5","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"78d4a521-93d0-4525-8ad0-0a2ea7befabe","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"status\": \"open\",\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"isDrafting\": \"<boolean>\",\n      \"mentions\": [\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        },\n        {\n          \"email\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"id\": \"<uuid>\",\n          \"idpId\": \"<string>\",\n          \"type\": \"known-user\"\n        }\n      ],\n      \"modifiedAt\": \"<dateTime>\",\n      \"status\": \"resolved\",\n      \"type\": \"issue\",\n      \"body\": \"<string>\",\n      \"bodyDocument\": {\n        \"root\": {\n          \"content\": [\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            },\n            {\n              \"content\": [\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                },\n                {\n                  \"text\": \"<string>\",\n                  \"type\": \"text-node\"\n                }\n              ],\n              \"type\": \"paragraph-node\"\n            }\n          ],\n          \"type\": \"root-node\"\n        },\n        \"type\": \"text-document-v1\"\n      },\n      \"editedAt\": \"<dateTime>\",\n      \"group\": \"<string>\",\n      \"reference\": {\n        \"sceneId\": \"<uuid>\",\n        \"thumbnails\": [\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          {\n            \"height\": \"<integer>\",\n            \"uri\": \"<string>\",\n            \"width\": \"<integer>\"\n          }\n        ],\n        \"type\": \"scene-reference\",\n        \"canvasId\": \"<uuid>\",\n        \"position\": {\n          \"x\": \"<number>\",\n          \"y\": \"<number>\",\n          \"z\": \"<number>\"\n        },\n        \"sceneItemId\": \"<uuid>\",\n        \"sceneViewStateId\": \"<uuid>\"\n      },\n      \"replyCount\": \"<integer>\",\n      \"title\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"relationships\": {\n      \"collaborationContext\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"collaboration-context\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"user\"\n        }\n      }\n    },\n    \"type\": \"thread\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"3843d1f4-85ed-47a0-b1d1-0305fdf58fca","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"status\": \"open\",\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ec629dd6-8412-431e-bcee-099317e3b5a1","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"status\": \"open\",\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2329d130-a54e-4fc8-9942-f28f505ff881","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"body\": \"<string>\",\n      \"group\": \"<string>\",\n      \"isDrafting\": \"<boolean>\",\n      \"status\": \"open\",\n      \"title\": \"<string>\",\n      \"withBodyDocument\": {\n        \"document\": {\n          \"root\": {\n            \"content\": [\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              },\n              {\n                \"content\": [\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  },\n                  {\n                    \"text\": \"<string>\",\n                    \"type\": \"text-node\"\n                  }\n                ],\n                \"type\": \"paragraph-node\"\n              }\n            ],\n            \"type\": \"root-node\"\n          },\n          \"type\": \"text-document-v1\"\n        },\n        \"type\": \"with-body-document\"\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/threads/:id","host":["https://platform.vertexvis.com"],"path":["threads",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"fc74b03f-4b9d-4c4e-8b53-215516981153"},{"name":"get Thread Participants","id":"6e31add9-61fa-4925-9b78-823c1cbb853c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/threads/:id/users","description":"<p>Get a <code>thread</code>s <code>user</code>s.</p>\n","urlObject":{"path":["threads",":id","users"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"d884d6a8-da93-4b0c-ae4e-e086fc500a75","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f7462b83-3b45-4837-b388-b797d1d255e7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id/users","host":["https://platform.vertexvis.com"],"path":["threads",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ea79e510-2a3b-419e-9a86-3e3e5f8fb3b3","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id/users","host":["https://platform.vertexvis.com"],"path":["threads",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0d26e486-68de-46a4-b96c-b11a55ff8f39","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id/users","host":["https://platform.vertexvis.com"],"path":["threads",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1af30fad-899f-4902-88fa-5c8ad600d745","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/threads/:id/users","host":["https://platform.vertexvis.com"],"path":["threads",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `thread` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"6e31add9-61fa-4925-9b78-823c1cbb853c"}],"id":"e349fe7d-36ca-471f-adc7-fb7c46362931","description":"<p>Requires Engage Module</p>\n","_postman_id":"e349fe7d-36ca-471f-adc7-fb7c46362931"},{"name":"translation-inspections","item":[{"name":"post Query Translation Jobs","id":"e44822ba-431b-48c9-a1ff-06e8e31b2f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"filter\": {\n    \"jobId\": [\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/query-translation-jobs","description":"<p>Get all the specified translation jobs.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter</td>\n<td>QueryTranslationJobs_filter</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ jobId</td>\n<td>[string]</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["query-translation-jobs"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"eb597742-bfc7-43b5-936d-ca7e88822ebe","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"filter\": {\n    \"jobId\": [\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/query-translation-jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"data\": {\n        \"attributes\": {\n          \"created\": \"<dateTime>\",\n          \"status\": \"<string>\",\n          \"completed\": \"<dateTime>\",\n          \"errors\": [\n            {\n              \"code\": \"<string>\",\n              \"detail\": \"<string>\",\n              \"id\": \"<string>\",\n              \"links\": {\n                \"key_0\": {\n                  \"href\": \"<string>\"\n                },\n                \"key_1\": {\n                  \"href\": \"<string>\"\n                }\n              },\n              \"meta\": {\n                \"key_0\": \"<string>\"\n              },\n              \"source\": {\n                \"parameter\": \"<string>\",\n                \"pointer\": \"<string>\"\n              },\n              \"status\": \"<string>\",\n              \"title\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"detail\": \"<string>\",\n              \"id\": \"<string>\",\n              \"links\": {\n                \"key_0\": {\n                  \"href\": \"<string>\"\n                }\n              },\n              \"meta\": {\n                \"key_0\": \"<string>\",\n                \"key_1\": \"<string>\",\n                \"key_2\": \"<string>\"\n              },\n              \"source\": {\n                \"parameter\": \"<string>\",\n                \"pointer\": \"<string>\"\n              },\n              \"status\": \"<string>\",\n              \"title\": \"<string>\"\n            }\n          ]\n        },\n        \"id\": \"<uuid>\",\n        \"type\": \"<string>\",\n        \"links\": {\n          \"key_0\": {\n            \"href\": \"<string>\"\n          },\n          \"key_1\": {\n            \"href\": \"<string>\"\n          }\n        },\n        \"relationships\": {\n          \"geometrySet\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          },\n          \"partRendition\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"part-rendition\"\n            }\n          },\n          \"partRevision\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"part-revision\"\n            }\n          }\n        }\n      },\n      \"included\": [\n        {\n          \"attributes\": {\n            \"created\": \"<dateTime>\"\n          },\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            },\n            \"key_3\": {\n              \"href\": \"<string>\"\n            }\n          }\n        },\n        {\n          \"attributes\": {\n            \"created\": \"<dateTime>\"\n          },\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          }\n        }\n      ],\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"attributes\": {\n          \"created\": \"<dateTime>\",\n          \"status\": \"<string>\",\n          \"completed\": \"<dateTime>\",\n          \"errors\": [\n            {\n              \"code\": \"<string>\",\n              \"detail\": \"<string>\",\n              \"id\": \"<string>\",\n              \"links\": {\n                \"key_0\": {\n                  \"href\": \"<string>\"\n                }\n              },\n              \"meta\": {\n                \"key_0\": \"<string>\",\n                \"key_1\": \"<string>\",\n                \"key_2\": \"<string>\",\n                \"key_3\": \"<string>\"\n              },\n              \"source\": {\n                \"parameter\": \"<string>\",\n                \"pointer\": \"<string>\"\n              },\n              \"status\": \"<string>\",\n              \"title\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"detail\": \"<string>\",\n              \"id\": \"<string>\",\n              \"links\": {\n                \"key_0\": {\n                  \"href\": \"<string>\"\n                }\n              },\n              \"meta\": {\n                \"key_0\": \"<string>\",\n                \"key_1\": \"<string>\"\n              },\n              \"source\": {\n                \"parameter\": \"<string>\",\n                \"pointer\": \"<string>\"\n              },\n              \"status\": \"<string>\",\n              \"title\": \"<string>\"\n            }\n          ]\n        },\n        \"id\": \"<uuid>\",\n        \"type\": \"<string>\",\n        \"links\": {\n          \"key_0\": {\n            \"href\": \"<string>\"\n          },\n          \"key_1\": {\n            \"href\": \"<string>\"\n          },\n          \"key_2\": {\n            \"href\": \"<string>\"\n          },\n          \"key_3\": {\n            \"href\": \"<string>\"\n          }\n        },\n        \"relationships\": {\n          \"geometrySet\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"geometry-set\"\n            }\n          },\n          \"partRendition\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"part-rendition\"\n            }\n          },\n          \"partRevision\": {\n            \"data\": {\n              \"id\": \"<uuid>\",\n              \"type\": \"part-revision\"\n            }\n          }\n        }\n      },\n      \"included\": [\n        {\n          \"attributes\": {\n            \"created\": \"<dateTime>\"\n          },\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            }\n          }\n        },\n        {\n          \"attributes\": {\n            \"created\": \"<dateTime>\"\n          },\n          \"id\": \"<uuid>\",\n          \"type\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            },\n            \"key_3\": {\n              \"href\": \"<string>\"\n            }\n          }\n        }\n      ],\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"af5a3ace-a40b-4e47-8ca4-1da7358739e7","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"filter\": {\n    \"jobId\": [\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/query-translation-jobs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"29bd1ad8-0c16-4f2e-8ac8-91c5214302b1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"filter\": {\n    \"jobId\": [\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/query-translation-jobs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d510bd47-9720-4e9e-9b0a-0d738480eeeb","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"filter\": {\n    \"jobId\": [\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/query-translation-jobs"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"b754de18-26e3-4614-9bda-2f7f0ad1dbc8","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"filter\": {\n    \"jobId\": [\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/query-translation-jobs"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"e44822ba-431b-48c9-a1ff-06e8e31b2f25"},{"name":"get Queued Translation Jobs","id":"cad587ae-bdd0-42d1-9677-5704acd0e8bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-translation-jobs?page[cursor]=<string>&page[size]=<integer>&sort=<string>&filter[status]=<string>&contains=<string>&eq=<string>&gt=<string>&gte=<string>&lt=<string>&lte=<string>&neq=<string>","description":"<p>Get all current translation jobs in progress.</p>\n","urlObject":{"path":["queued-translation-jobs"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Status to filter on.</p>\n","type":"text/plain"},"key":"filter[status]","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"contains","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"eq","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"gt","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"gte","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"lt","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"lte","value":"<string>"},{"description":{"content":"<p>The completion date and time to filter on.</p>\n","type":"text/plain"},"key":"neq","value":"<string>"}],"variable":[]}},"response":[{"id":"6f330bc3-311a-4072-a19c-923765aec821","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs?page[cursor]=<string>&page[size]=<integer>&sort=<string>&filter[status]=<string>&contains=<string>&eq=<string>&gt=<string>&gte=<string>&lt=<string>&lte=<string>&neq=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"},{"description":"The completion date and time to filter on.","key":"contains","value":"<string>"},{"description":"The completion date and time to filter on.","key":"eq","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"neq","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"status\": \"<string>\",\n        \"errors\": [\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\",\n              \"key_1\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"status\": \"<string>\",\n        \"errors\": [\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              },\n              \"key_2\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\",\n              \"key_1\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"55b7a86b-430f-4435-a8b9-ad1ed4852632","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs?page[cursor]=<string>&page[size]=<integer>&sort=<string>&filter[status]=<string>&contains=<string>&eq=<string>&gt=<string>&gte=<string>&lt=<string>&lte=<string>&neq=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"},{"description":"The completion date and time to filter on.","key":"contains","value":"<string>"},{"description":"The completion date and time to filter on.","key":"eq","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"neq","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ae03be97-031f-4949-8e57-046815c8ddb6","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs?page[cursor]=<string>&page[size]=<integer>&sort=<string>&filter[status]=<string>&contains=<string>&eq=<string>&gt=<string>&gte=<string>&lt=<string>&lte=<string>&neq=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"},{"description":"The completion date and time to filter on.","key":"contains","value":"<string>"},{"description":"The completion date and time to filter on.","key":"eq","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"neq","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0bf96173-1e20-4be4-afb0-c023c3d023de","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs?page[cursor]=<string>&page[size]=<integer>&sort=<string>&filter[status]=<string>&contains=<string>&eq=<string>&gt=<string>&gte=<string>&lt=<string>&lte=<string>&neq=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"A sort to apply to the collection. A \"minus\" prefixed before the field name is used to specify descending sort order.","key":"sort","value":"<string>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"},{"description":"The completion date and time to filter on.","key":"contains","value":"<string>"},{"description":"The completion date and time to filter on.","key":"eq","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"gte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lt","value":"<string>"},{"description":"The completion date and time to filter on.","key":"lte","value":"<string>"},{"description":"The completion date and time to filter on.","key":"neq","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"cad587ae-bdd0-42d1-9677-5704acd0e8bd"},{"name":"get Queued Translation Job","id":"67ad108f-1219-4057-ad05-26569d4f9216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-translation-jobs/:id","description":"<p>Get a <code>queued-translation-job</code>. The response is either the status if <code>running</code> or <code>error</code> or, upon completion, the <code>part-revision</code> that was created. Once created, create scenes via the createScene API. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/render-static-scenes\">Render static scenes</a> guide.</p>\n","urlObject":{"path":["queued-translation-jobs",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"a98dcc84-7fdb-40cd-9ca6-fb8dc5160285","description":{"content":"<p>(Required) The <code>queued-translation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"dd652045-b280-4b3e-ba60-669ed3d89aa8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs/:id","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"completed\": \"<dateTime>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            },\n            \"key_3\": {\n              \"href\": \"<string>\"\n            },\n            \"key_4\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    },\n    \"relationships\": {\n      \"geometrySet\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"geometry-set\"\n        }\n      },\n      \"partRendition\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-rendition\"\n        }\n      },\n      \"partRevision\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"part-revision\"\n        }\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"3eb4276a-4545-4750-b35f-42d22480d008","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs/:id","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c281969e-3da7-43a0-b564-90e5592fd397","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs/:id","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"33f2ed25-a00f-4c0d-abe2-a114dc89a429","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs/:id","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"4b465738-1fbf-4712-b6be-3b6d34fd2cf2","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translation-jobs/:id","host":["https://platform.vertexvis.com"],"path":["queued-translation-jobs",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"67ad108f-1219-4057-ad05-26569d4f9216"},{"name":"get Queued Translations","id":"a254f8b2-94f7-4ec9-81b8-de48f45840de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-translations?page[cursor]=<string>&page[size]=<integer>&filter[status]=<string>","description":"<p>This has been deprecated and replaced by <strong>queued-translation-jobs</strong> - Get <code>queued-translation</code>s.</p>\n","urlObject":{"path":["queued-translations"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"},{"description":{"content":"<p>Status to filter on.</p>\n","type":"text/plain"},"key":"filter[status]","value":"<string>"}],"variable":[]}},"response":[{"id":"46df9db8-fa62-4265-bb79-fe0ca54ceb3a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations?page[cursor]=<string>&page[size]=<integer>&filter[status]=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translations"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"status\": \"<string>\",\n        \"errors\": [\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\",\n              \"key_1\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"status\": \"<string>\",\n        \"errors\": [\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              },\n              \"key_2\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\",\n              \"key_1\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"code\": \"<string>\",\n            \"detail\": \"<string>\",\n            \"id\": \"<string>\",\n            \"links\": {\n              \"key_0\": {\n                \"href\": \"<string>\"\n              },\n              \"key_1\": {\n                \"href\": \"<string>\"\n              }\n            },\n            \"meta\": {\n              \"key_0\": \"<string>\"\n            },\n            \"source\": {\n              \"parameter\": \"<string>\",\n              \"pointer\": \"<string>\"\n            },\n            \"status\": \"<string>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"850f8d82-5c73-46cd-bf77-1936e27a4bbf","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations?page[cursor]=<string>&page[size]=<integer>&filter[status]=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translations"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a056ef7c-7c77-4e4c-8e2a-7162182d7e23","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations?page[cursor]=<string>&page[size]=<integer>&filter[status]=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translations"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"65eb654c-5335-4b05-97fc-88855952872a","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations?page[cursor]=<string>&page[size]=<integer>&filter[status]=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translations"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d27abbd7-c950-4419-a123-b6ec1945aebb","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations?page[cursor]=<string>&page[size]=<integer>&filter[status]=<string>","host":["https://platform.vertexvis.com"],"path":["queued-translations"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"},{"description":"Status to filter on.","key":"filter[status]","value":"<string>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"a254f8b2-94f7-4ec9-81b8-de48f45840de"},{"name":"get Queued Translation","id":"f4dc32ef-82a8-4af1-ad9c-133f8fe719d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/queued-translations/:id","description":"<p>This has been deprecated and replaced by <strong>queued-translation-jobs/{id}</strong> - Get a <code>queued-translation</code>. The response is either the status if <code>running</code> or <code>error</code> or, upon completion, redirects to the created <code>part-revision</code>. Once created, create scenes via the createScene API. For details, see our <a href=\"https://developer.vertexvis.com/docs/guides/render-static-scenes\">Render static scenes</a> guide.</p>\n","urlObject":{"path":["queued-translations",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"99c0f1c3-9a7a-4833-8ddc-943c61003fce","description":{"content":"<p>(Required) The <code>queued-translation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6e5414e2-8c94-4f78-b2b1-3a6b56460409","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations/:id","host":["https://platform.vertexvis.com"],"path":["queued-translations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"<string>\",\n      \"errors\": [\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"detail\": \"<string>\",\n          \"id\": \"<string>\",\n          \"links\": {\n            \"key_0\": {\n              \"href\": \"<string>\"\n            },\n            \"key_1\": {\n              \"href\": \"<string>\"\n            },\n            \"key_2\": {\n              \"href\": \"<string>\"\n            }\n          },\n          \"meta\": {\n            \"key_0\": \"<string>\",\n            \"key_1\": \"<string>\",\n            \"key_2\": \"<string>\"\n          },\n          \"source\": {\n            \"parameter\": \"<string>\",\n            \"pointer\": \"<string>\"\n          },\n          \"status\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ]\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"08fe2b37-c14b-4f89-98e8-362112ed6dd3","name":"Moved Permanently","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations/:id","host":["https://platform.vertexvis.com"],"path":["queued-translations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Moved Permanently","code":301,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"05098a44-5289-44fa-b594-eda18206eb74","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations/:id","host":["https://platform.vertexvis.com"],"path":["queued-translations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"bfe74633-f529-4f5e-b5a6-a4b52ad06404","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations/:id","host":["https://platform.vertexvis.com"],"path":["queued-translations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0cfecd9d-bfd7-4ab9-9641-5ad50bc64621","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/queued-translations/:id","host":["https://platform.vertexvis.com"],"path":["queued-translations",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `queued-translation` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"f4dc32ef-82a8-4af1-ad9c-133f8fe719d9"},{"name":"create Translation Inspection","id":"9985e013-73ca-4113-86c4-bef7174a95e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/translation-inspections","description":"<p>Create a <code>translation-inspection</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateTranslationInspectionRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ relationships</td>\n<td>CreateGeometrySetRequest_data_relationships</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ source</td>\n<td>FileRelationship</td>\n<td>true</td>\n<td>Relationship to a <code>file</code>.</td>\n</tr>\n<tr>\n<td>▹▹▹ data</td>\n<td>FileRelationshipData</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ type</td>\n<td>enum(file)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["translation-inspections"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"bdf6993e-0e56-4a7b-a211-27a6f3fb3081","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/translation-inspections"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"missing\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"95eba235-2c90-4f84-8951-e62db70b562f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/translation-inspections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cc2195c4-5477-4dc5-bcd5-734d43055d65","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/translation-inspections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7a3b9ecb-c64c-4461-b309-96a80141bcec","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"relationships\": {\n      \"source\": {\n        \"data\": {\n          \"id\": \"<uuid>\",\n          \"type\": \"file\"\n        }\n      }\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/translation-inspections"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9985e013-73ca-4113-86c4-bef7174a95e6"},{"name":"get Inspection Job","id":"4d5b72b5-0633-47cd-8c99-0b537efd72bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/translation-inspections/:id","description":"<p>Get a <code>translation-inspection</code> by ID.</p>\n","urlObject":{"path":["translation-inspections",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"80aa3527-c5eb-4a5b-a6dd-ad6905d473d8","description":{"content":"<p>(Required) The <code>translation-inspection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cb59df16-232b-4f37-92c8-e71cd73ae5a8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/translation-inspections/:id","host":["https://platform.vertexvis.com"],"path":["translation-inspections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `translation-inspection` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"missing\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"status\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7cb87090-419b-4596-8d6d-6a9dfab7051f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/translation-inspections/:id","host":["https://platform.vertexvis.com"],"path":["translation-inspections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `translation-inspection` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"acabea60-7656-4975-be57-20df85bb996d","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/translation-inspections/:id","host":["https://platform.vertexvis.com"],"path":["translation-inspections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `translation-inspection` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"89d59153-b8bf-41e9-b54f-225c33a78c2e","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/translation-inspections/:id","host":["https://platform.vertexvis.com"],"path":["translation-inspections",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `translation-inspection` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"4d5b72b5-0633-47cd-8c99-0b537efd72bc"}],"id":"639669f8-b608-4c68-abe0-d342b141dbb6","_postman_id":"639669f8-b608-4c68-abe0-d342b141dbb6","description":""},{"name":"users","item":[{"name":"list Users","id":"f087d678-2537-4ebf-8a7c-7c2e941baaeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/users?filter[idpId]=<string>&page[cursor]=<string>&page[size]=<integer>","description":"<p>List <code>user</code>s.</p>\n","urlObject":{"path":["users"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>Id from the idpProvider.</p>\n","type":"text/plain"},"key":"filter[idpId]","value":"<string>"},{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"1edd6b83-9e01-4ddc-9fbd-2898b823e5ec","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users?filter[idpId]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users"],"query":[{"description":"Id from the idpProvider.","key":"filter[idpId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"idpId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"c12bc415-cad3-44f6-acd2-5459ba80e059","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users?filter[idpId]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users"],"query":[{"description":"Id from the idpProvider.","key":"filter[idpId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"1639892a-c572-4c63-baaf-592a6f5d9029","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users?filter[idpId]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users"],"query":[{"description":"Id from the idpProvider.","key":"filter[idpId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ad75de84-9f11-4c3a-ae0c-966b4097c2dc","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users?filter[idpId]=<string>&page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users"],"query":[{"description":"Id from the idpProvider.","key":"filter[idpId]","value":"<string>"},{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"f087d678-2537-4ebf-8a7c-7c2e941baaeb"},{"name":"create User","id":"3d446f03-3caa-4b5a-8d45-8f1ff82a410a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"type\": \"user\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/users","description":"<p>Create a <code>user</code></p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateUserRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateUserRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ email</td>\n<td>string</td>\n<td>true</td>\n<td>Email of the user</td>\n</tr>\n<tr>\n<td>▹▹ fullName</td>\n<td>string</td>\n<td>true</td>\n<td>Full name of the user.</td>\n</tr>\n<tr>\n<td>▹▹ idpId</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(user)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["users"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"a3773351-e402-4dc2-94cd-e59f09479e75","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"type\": \"user\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"5fd26b1d-825b-4023-bbeb-7705b7a0d2c2","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"type\": \"user\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"cc38c1df-d1c7-4113-84b9-10dc20af27b3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"type\": \"user\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"56b01dd7-32a6-4161-84c8-062e8043bfb7","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"type\": \"user\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"3d446f03-3caa-4b5a-8d45-8f1ff82a410a"},{"name":"get User","id":"28b6911b-f8dc-49d4-a800-acb7d50a8dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/users/:id","description":"<p>Get a <code>user</code>.</p>\n","urlObject":{"path":["users",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"09247f4f-ccdc-4859-a6b5-605d209ccda3","description":{"content":"<p>(Required) The <code>user</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7af4d288-95e0-48ef-a073-ba60b5ac8973","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id","host":["https://platform.vertexvis.com"],"path":["users",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"email\": \"<string>\",\n      \"fullName\": \"<string>\",\n      \"idpId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7721bca2-648f-42d5-8cf4-307479e7761d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id","host":["https://platform.vertexvis.com"],"path":["users",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"8f28497d-87da-4322-b05c-8cd44106b9ae","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id","host":["https://platform.vertexvis.com"],"path":["users",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6bc6e330-81d5-4ac3-96e3-8a7762ef61d1","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id","host":["https://platform.vertexvis.com"],"path":["users",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"28b6911b-f8dc-49d4-a800-acb7d50a8dcb"},{"name":"get User Groups For User","id":"c39dd188-a1b9-4ff2-bcbf-1c5879cbe160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/users/:id/user-groups?page[cursor]=<string>&page[size]=<integer>","description":"<p>Get <code>user-group</code>s.</p>\n","urlObject":{"path":["users",":id","user-groups"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[{"id":"e981b11c-0627-43ed-8d94-92f2b5013cea","description":{"content":"<p>(Required) The <code>user</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"9539b116-10db-44c1-9a6a-bd08bdd5fd5c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id/user-groups?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users",":id","user-groups"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"name\": \"<string>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"98c5365c-936f-42bc-9fba-f8b9b78c5d34","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id/user-groups?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users",":id","user-groups"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"55cb0747-540d-4a7f-b50a-f2c9d77fb94a","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id/user-groups?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users",":id","user-groups"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"2dc669ef-bba3-4827-8a8c-f0f9067e9c09","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/users/:id/user-groups?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["users",":id","user-groups"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c39dd188-a1b9-4ff2-bcbf-1c5879cbe160"}],"id":"5d03de4a-1227-4f3d-9cc1-c32228707119","_postman_id":"5d03de4a-1227-4f3d-9cc1-c32228707119","description":""},{"name":"user-groups","item":[{"name":"create User Group","id":"96c4d71c-6fcc-4281-9bfc-73c731f56867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"user-group\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/user-groups","description":"<p>Create a <code>user-group</code></p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateUserGroupRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateUserGroupRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ name</td>\n<td>string</td>\n<td>true</td>\n<td>Name of the user group.</td>\n</tr>\n<tr>\n<td>▹▹ suppliedId</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(user-group)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user-groups"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"30aaf5fe-7095-41eb-b7da-0713304b06b4","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"user-group\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/user-groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"createdAt\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"5e24b5f0-ad0f-4677-a3db-09100ee830e0","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"user-group\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/user-groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"0096794a-bb86-4cbe-9ef0-c0a2d23dfebf","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"user-group\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/user-groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"d8e6619e-6a12-45d0-adc8-85d21dd9d61e","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"user-group\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/user-groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"96c4d71c-6fcc-4281-9bfc-73c731f56867"},{"name":"get User Group","id":"5a4d08d4-7054-4b6b-8d4c-feeb6d6f59d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/user-groups/:id","description":"<p>Get a <code>user-group</code>.</p>\n","urlObject":{"path":["user-groups",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"9f969596-4b2d-4fff-95e4-146843855b0c","description":{"content":"<p>(Required) The <code>user-group</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"06e89cdb-7c96-444d-9548-46cf8e6c17ca","name":"No Content","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/user-groups/:id","host":["https://platform.vertexvis.com"],"path":["user-groups",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user-group` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c92b119e-7d31-436b-92ce-b7d2e35e0e1e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/user-groups/:id","host":["https://platform.vertexvis.com"],"path":["user-groups",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user-group` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"93774f5e-a9ea-4947-b08b-f316d249b87f","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/user-groups/:id","host":["https://platform.vertexvis.com"],"path":["user-groups",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user-group` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"17c595d7-f3ab-49d7-8864-18bdf2167394","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/user-groups/:id","host":["https://platform.vertexvis.com"],"path":["user-groups",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `user-group` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"5a4d08d4-7054-4b6b-8d4c-feeb6d6f59d7"},{"name":"add Users To User Group","id":"c8c54280-5aad-4c4e-8dac-b5e6b4c8f0d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/user-groups/:id/users","description":"<p>Add a <code>user</code> to a <code>user-group</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>[UserId]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ id</td>\n<td>string(uuid)</td>\n<td>true</td>\n<td>ID of the resource.</td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>enum(user)</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user-groups",":id","users"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"f57a8b48-cb9e-495a-8ed3-3a34c4cc12f8","description":{"content":"<p>(Required) A <code>user-group</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"fadbdf7c-18c1-4136-93bc-4f208b997e69","name":"No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/user-groups/:id/users","host":["https://platform.vertexvis.com"],"path":["user-groups",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) A `user-group` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3e473156-488a-4949-b5b3-82ffbbd90f6d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/user-groups/:id/users","host":["https://platform.vertexvis.com"],"path":["user-groups",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) A `user-group` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"121ac5c5-cdaf-41b4-9967-4a6d96df8454","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/user-groups/:id/users","host":["https://platform.vertexvis.com"],"path":["user-groups",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) A `user-group` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"a95d849f-97d0-44b2-b39a-2733928d0c7a","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"type\": \"user\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/user-groups/:id/users","host":["https://platform.vertexvis.com"],"path":["user-groups",":id","users"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) A `user-group` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c8c54280-5aad-4c4e-8dac-b5e6b4c8f0d7"}],"id":"85d310b2-d947-4570-ac13-0215e6541d99","_postman_id":"85d310b2-d947-4570-ac13-0215e6541d99","description":""},{"name":"webhook-subscriptions","item":[{"name":"get Webhook Subscriptions","id":"9a7604c4-138b-4616-bafd-c4a146e5fa36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/webhook-subscriptions?page[cursor]=<string>&page[size]=<integer>","description":"<p>Get <code>webhook-subscription</code>s.</p>\n","urlObject":{"path":["webhook-subscriptions"],"host":["https://platform.vertexvis.com"],"query":[{"description":{"content":"<p>The cursor for the next page of items.</p>\n","type":"text/plain"},"key":"page[cursor]","value":"<string>"},{"description":{"content":"<p>The number of items to return.</p>\n","type":"text/plain"},"key":"page[size]","value":"<integer>"}],"variable":[]}},"response":[{"id":"206319ef-51e6-4f80-826c-5c023c65e19d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"status\": \"paused\",\n        \"topics\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"url\": \"<string>\",\n        \"secret\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        },\n        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"attributes\": {\n        \"created\": \"<dateTime>\",\n        \"status\": \"active\",\n        \"topics\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"url\": \"<string>\",\n        \"secret\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"a4ad3a9f-5e68-47a6-b78d-c7c1d020d5aa","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"ca460cee-3d33-495a-abf1-63c6b629edfc","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions?page[cursor]=<string>&page[size]=<integer>","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions"],"query":[{"description":"The cursor for the next page of items.","key":"page[cursor]","value":"<string>"},{"description":"The number of items to return.","key":"page[size]","value":"<integer>"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"9a7604c4-138b-4616-bafd-c4a146e5fa36"},{"name":"create Webhook Subscription","id":"ea72fa8e-50ad-44ef-a1d6-0c9198e72553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/webhook-subscriptions","description":"<p>Create a <code>webhook-subscription</code></p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>CreateWebhookSubscriptionRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateWebhookSubscriptionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ topics</td>\n<td>[NonEmptyString]</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ url</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webhook-subscriptions"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"fa92cc06-128d-4769-acfc-564c51c02539","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/webhook-subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"location","value":""}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"paused\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\",\n      \"secret\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"acf4ef9b-4b71-4407-9aa3-0efdf003d6c2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/webhook-subscriptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"33a942e2-a51d-49d1-be80-62c77d220ce8","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/webhook-subscriptions"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"ea72fa8e-50ad-44ef-a1d6-0c9198e72553"},{"name":"delete Webhook Subscription","id":"caef7996-1204-4587-b22a-fe96c5b6f10d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/webhook-subscriptions/:id","description":"<p>Delete a <code>webhook-subscription</code>.</p>\n","urlObject":{"path":["webhook-subscriptions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"e91151fd-2917-407f-acee-f19205ba7e53","description":{"content":"<p>(Required) The <code>webhook-subscription</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"66b40916-765e-4ede-a71a-85c32fe0c259","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a92d59f7-3137-4c89-a133-85e736252542","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7fc81723-337d-475b-a372-e02afc138cd1","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6bf8221f-cad7-461d-95f1-8c21655f8d56","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"caef7996-1204-4587-b22a-fe96c5b6f10d"},{"name":"get Webhook Subscription","id":"7e7d138b-f5d8-4590-8949-dabf9809d389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/webhook-subscriptions/:id","description":"<p>Get a <code>webhook-subscription</code>.</p>\n","urlObject":{"path":["webhook-subscriptions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"a0fb7025-6144-4b95-a5ed-997c790aa59b","description":{"content":"<p>(Required) The <code>webhook-subscription</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"0fef3215-9977-431d-ba32-7f227ebeb0c7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"paused\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\",\n      \"secret\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"91bec688-b9c8-4b61-a985-edda7351dea1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"04c99207-98b6-488a-a2ac-9c7d249b715c","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"7ae458cc-63d7-4ba0-8a9f-46160159893a","name":"Unsupported Media Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"7e7d138b-f5d8-4590-8949-dabf9809d389"},{"name":"update Webhook Subscription","id":"c40275d7-e5ab-4498-b6c3-222d7112acf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"active\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/webhook-subscriptions/:id","description":"<p>Update a <code>webhook-subscription</code>.</p>\n<h6 id=\"body-params\">Body Params</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>UpdateWebhookSubscriptionRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>UpdateWebhookSubscriptionRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ status</td>\n<td>enum(active, paused)</td>\n<td>false</td>\n<td>Status of subscription.</td>\n</tr>\n<tr>\n<td>▹▹ topics</td>\n<td>[NonEmptyString]</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ url</td>\n<td>string</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ type</td>\n<td>string</td>\n<td>true</td>\n<td>Resource object type.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webhook-subscriptions",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"8a86d90e-5a5a-471b-acf1-d5da969eb280","description":{"content":"<p>(Required) The <code>webhook-subscription</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e1871d4c-dcb6-47c8-a282-00727d21f7dd","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"active\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"created\": \"<dateTime>\",\n      \"status\": \"paused\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\",\n      \"secret\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"links\": {\n      \"key_0\": {\n        \"href\": \"<string>\"\n      },\n      \"key_1\": {\n        \"href\": \"<string>\"\n      }\n    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"57552072-ccf5-4b35-a6ed-827ca2798627","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"active\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"6cf00a26-c43b-439c-a48b-c95d6fcae79d","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"active\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"9147ba55-b0fc-4ce0-8646-cd9101ea011c","name":"Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"active\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"},{"id":"58f99933-0897-47fa-abdd-783d3cc1ad28","name":"Unsupported Media Type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"active\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"url\": \"<string>\"\n    },\n    \"type\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://platform.vertexvis.com/webhook-subscriptions/:id","host":["https://platform.vertexvis.com"],"path":["webhook-subscriptions",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `webhook-subscription` ID."}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"detail\": \"<string>\",\n      \"id\": \"<string>\",\n      \"links\": {\n        \"key_0\": {\n          \"href\": \"<string>\"\n        }\n      },\n      \"meta\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\",\n        \"key_3\": \"<string>\"\n      },\n      \"source\": {\n        \"parameter\": \"<string>\",\n        \"pointer\": \"<string>\"\n      },\n      \"status\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    },\n    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}"}],"_postman_id":"c40275d7-e5ab-4498-b6c3-222d7112acf3"}],"id":"4c364c85-c236-42cb-9819-882a5f3a966c","_postman_id":"4c364c85-c236-42cb-9819-882a5f3a966c","description":""}],"variable":[{"key":"baseUrl","value":"https://platform.vertexvis.com"}]}