{"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":"1e77cb86-cb57-4aed-851c-35e955fba0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"dfc2d1f7-a263-4c56-b559-a4cda4124f99","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  }\n}"},{"id":"2af0c18a-7d36-4ee9-8c77-3534f39e3150","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5da657ed-a9cc-4cc9-a7c3-1815b0d73aca","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e27cccef-ebc5-4316-88e9-fd4d21af6cad","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"1e77cb86-cb57-4aed-851c-35e955fba0da"},{"name":"delete Account","id":"0aced8dd-4db9-4830-9b9e-646aa89570f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"1b27970a-1cab-471d-89a8-d404c2902c97","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"42777503-d755-480c-9519-9d3cb823b939","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":"ba1178bf-cb96-4d40-b086-dac9eec5772b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"65608478-7604-4f68-be20-ef18d20df6e3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a1602e61-04fa-455b-a8ae-64d181ccf6e4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"0aced8dd-4db9-4830-9b9e-646aa89570f7"},{"name":"get Account","id":"6121d94f-5fff-46da-83ef-aae5a7684f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"cc21709a-6f37-4f09-a59e-fbc151b82565","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"983f9401-3f1f-4848-bafe-b6cc504ca0c8","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  }\n}"},{"id":"032ffb7b-a763-4342-9cf2-5c18e46e78cf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d398b3f2-1e44-49a4-a098-dd7a5d6be3ab","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c36cd7db-5fa4-4b27-938b-ba653fb19ead","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6121d94f-5fff-46da-83ef-aae5a7684f5f"},{"name":"update Account","id":"e0258b07-e82b-484d-ad65-f80116a2dc0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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\": \"disabled\"\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":"58bbd570-4681-40dd-8e4a-fb33dba037d3","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"443c5822-185d-4114-ab98-72312c9f40c2","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\": \"disabled\"\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  }\n}"},{"id":"11a22e86-c591-4440-a85f-27b4d8a8ffe0","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\": \"disabled\"\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"89b19768-5ff1-4cbb-882d-7003c7e9572f","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\": \"disabled\"\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7ffcea7d-0d00-4a9c-9be9-5d2f854dd6ca","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\": \"disabled\"\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"598183f7-8e9f-4710-9707-85f715c8a0bd","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\": \"disabled\"\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"e0258b07-e82b-484d-ad65-f80116a2dc0e"},{"name":"create Application For Account","id":"2a4d5211-461a-4932-8182-21324657d722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"5f02b6af-3df3-44c3-bc5f-68360376a987","description":{"content":"<p>(Required) The <code>account</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b9e46e53-7a2d-4686-af46-b5875627c119","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":"9f8f300e-06a1-4569-b4e5-be299d60c19b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"70235de6-aadd-4c8a-b016-a24e94bf2c06","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"338c336d-3e36-464f-85a3-868bb40694e1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"90e3a1ff-bca9-4712-b224-3db63719f162","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"2a4d5211-461a-4932-8182-21324657d722"}],"id":"c2861934-c78f-440a-a41e-be038a0b7504","_postman_id":"c2861934-c78f-440a-a41e-be038a0b7504","description":""},{"name":"applications","item":[{"name":"get Applications","id":"188370be-6736-47b4-ab27-cecf828111da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"06c04610-e601-4b21-83ba-6719a474d4fb","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        \"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        \"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        \"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    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"92f1ba7e-b261-4ee7-9f55-f57244a990a2","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4d853dc4-78d2-4593-a8bc-a45f9b85f807","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"188370be-6736-47b4-ab27-cecf828111da"},{"name":"create Application","id":"88f36837-4a3d-494a-ae15-07ac0b504cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"b0ed5f76-a31d-4b87-8dd5-ef37acc77b2b","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":"7bee4d10-6247-4e53-b400-94ecf869c4f3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f67c58a8-201d-4dc0-a9e8-fb735097f832","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1a22e0fb-7dc6-4ab3-b8c9-2aabccd0c335","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"88f36837-4a3d-494a-ae15-07ac0b504cd7"},{"name":"delete Application","id":"f9eb1185-fb56-4247-a826-7d5e3f9861c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"7152c28d-146f-4767-adee-7324870e89de","description":{"content":"<p>(Required) The <code>application</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"21dbd505-96be-42b4-9f4d-50cb890e8445","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":"6993336b-090c-4717-81fa-26bc95889918","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"01abe591-cc02-4903-ae5a-9966165a60fa","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"9b2d47be-85e1-4c93-9598-62c70736ebbd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"f9eb1185-fb56-4247-a826-7d5e3f9861c0"},{"name":"get Application","id":"bbccf5fc-83c0-4241-b806-29ecf222a09a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"ef8329dd-086b-4ad3-ab2e-0e142d330c5d","description":{"content":"<p>(Required) The <code>application</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"36dc3be7-d163-47a4-a0e3-5616ac94c70d","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      \"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":"0003c3d0-0921-4671-96d3-eba2e90a84f3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e37a3f0a-23c0-43f3-a1e1-aa4d619de7c8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d3e5c449-799f-4f4d-b21b-fa849bec4fd8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"bbccf5fc-83c0-4241-b806-29ecf222a09a"},{"name":"update Application","id":"861425ed-8485-4ecb-a62c-45ed22dc2d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"fde19416-9693-4045-ba97-3c014d5e02f9","description":{"content":"<p>(Required) The <code>application</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"79bc9c42-404a-4501-a64f-ccb5059d77fc","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      \"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":"4e25a8e7-879f-4c0e-bcb9-b3eed33761d8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"cf417885-da7c-408d-b3d8-c2924956a10d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2f6a68fa-b9a1-44ad-b8f9-eaeb725c3960","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"bfdd0c21-e1c1-4e16-98d4-f109f3848873","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"861425ed-8485-4ecb-a62c-45ed22dc2d9d"}],"id":"4936f003-682a-4e3d-bfa9-15d126bc247d","_postman_id":"4936f003-682a-4e3d-bfa9-15d126bc247d","description":""},{"name":"attachments","item":[{"name":"list Attachments","id":"217c2333-1383-4654-91c9-5d66e1c37dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"63fc66d3-f11f-41aa-9838-a6df51334501","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\": \"string\"\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\": true\n      },\n      \"id\": \"<uuid>\",\n      \"relationships\": {\n        \"relationship\": {\n          \"data\": {\n            \"id\": \"<uuid>\",\n            \"type\": \"reply\"\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  }\n}"},{"id":"416aa765-770f-48f8-a928-7988a7f8af1f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ece9b10c-639d-4be0-9fe9-0b61b44e4948","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"bcf14ff1-38fc-45a1-a70a-d84c1ab2e521","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"217c2333-1383-4654-91c9-5d66e1c37dac"},{"name":"create Attachment","id":"8165e784-d24b-4104-b8d5-fb5976f542dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"117d7b8b-a638-430d-be62-9f9d42bbb0a9","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\": false\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    \"key_1\": {\n      \"href\": \"<string>\"\n    },\n    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"8521ddaf-52d9-4d1d-9559-9775c072e85d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"78dc45de-0c61-4405-83bb-682f26f106bc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"71da80cc-5d78-48b9-b740-38dd6d6d20bf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"8165e784-d24b-4104-b8d5-fb5976f542dc"},{"name":"create Attachment Download Url","id":"c3f59f27-c6e0-46e6-87f3-8bfb9613497a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"cdc8e357-8720-42ed-a459-4d0eb6b79638","description":{"content":"<p>(Required) The <code>attachment</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2d7b4ab1-2213-414f-a007-820f4658d3b9","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    }\n  },\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":"653982ef-5c5c-410b-9119-50c78ac4ac6f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"92dc038e-7557-458b-8528-f86af00d18dd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"48feecaa-031f-4011-9b7f-f80d59526e27","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"c3f59f27-c6e0-46e6-87f3-8bfb9613497a"},{"name":"create Attachment Upload Url","id":"4e13f0f3-2d74-462d-8112-96f1fdeb86ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"d604d128-2b92-47f3-9ca7-1f343e06467f","description":{"content":"<p>(Required) The <code>attachment</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"bbffcea9-69e6-4440-8cc9-c65607272092","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    }\n  },\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":"04b146ae-4ed3-433f-a7dc-fa2943493a19","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f78aa213-785f-4609-b991-177e54c5dafc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"553ebce4-508f-481e-a164-091473fa6977","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"4e13f0f3-2d74-462d-8112-96f1fdeb86ef"}],"id":"6ed56b45-9b69-4d3a-84de-70c6a700cb18","description":"<p>Requires Engage Module</p>\n","_postman_id":"6ed56b45-9b69-4d3a-84de-70c6a700cb18"},{"name":"batches","item":[{"name":"create Batch","id":"c50180e2-b517-4e8a-b3eb-84077afc4b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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\": \"as-specified\",\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\": \"add\",\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-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      \"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":"7da6cfd5-73a2-40cd-98a7-9d49bc8d9a81","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\": \"as-specified\",\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\": \"add\",\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-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      \"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          },\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  \"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":"541ccd08-0510-45b9-8dfb-016e12d557aa","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\": \"as-specified\",\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\": \"add\",\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-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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"0a98c8e2-f8cb-4d72-82e7-3a346ed185d8","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\": \"as-specified\",\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\": \"add\",\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-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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"dd49927d-149b-47fd-bf8d-2fac71102635","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\": \"as-specified\",\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\": \"add\",\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-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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"c50180e2-b517-4e8a-b3eb-84077afc4b64"},{"name":"get Batch","id":"d76dab3d-b236-412d-801e-3649561546bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a1ee4fdf-fa51-4713-b1ad-42ce8aa94be5","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"02901b54-2f80-4299-ba02-3cb4affd6a7a","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":"0dddebda-5330-473a-a6ba-d5a353f17715","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"53ccdaee-0311-40ac-98be-ae220f93fa6f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2d3b1361-51a3-48ad-b712-205395a29444","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d76dab3d-b236-412d-801e-3649561546bf"},{"name":"get Queued Batch","id":"52e77a7f-a683-48a6-a41a-496000a4e6c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"77d6f0e3-3263-4453-a069-8fdbcc7175af","description":{"content":"<p>(Required) The <code>queued-batch</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"414bca4e-1d51-4be3-b1ac-04198ca2eab9","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          },\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  \"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":"bca7822e-9920-465e-85a6-69d9b98d4156","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":"b9b1410b-003e-4067-8da3-72e08880ec09","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c11336d4-dba0-42ff-a69e-d097c0140542","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d7077e35-5270-400b-8ae1-9f5ac8d3e292","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"52e77a7f-a683-48a6-a41a-496000a4e6c8"}],"id":"6ac0da22-9cec-4b98-9d06-2900ad7b0b3b","_postman_id":"6ac0da22-9cec-4b98-9d06-2900ad7b0b3b","description":""},{"name":"canvases","item":[],"id":"3a8d4e8d-4ddd-43b1-963b-d8b910edf84e","_postman_id":"3a8d4e8d-4ddd-43b1-963b-d8b910edf84e","description":""},{"name":"collaboration-contexts","item":[{"name":"list Collaboration Contexts","id":"dcf198c2-3248-4a8b-acea-b134fcdf400d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"7104603c-9536-4b28-89b9-aa6e8205a46a","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        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\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      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ed4be3d4-0350-4ff5-941e-f648673af243","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5d0eaf1c-0711-4d35-af27-44a1a0b0fca5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"108c19d1-4387-4c80-b8a3-b975fc349ad6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"dcf198c2-3248-4a8b-acea-b134fcdf400d"},{"name":"create Collaboration Context","id":"92176f93-197a-4a7b-96fd-84b54b1fc7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"d0795573-1fd3-4255-bd3f-f7265b64d34a","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      \"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":"8f55114b-5d6b-43f3-9d79-2b97505a9055","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"47fd52ce-0873-47de-b0cb-19c337424670","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a1b829a6-afd7-4b9c-890e-4f6ab8507c88","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"92176f93-197a-4a7b-96fd-84b54b1fc7fa"},{"name":"delete Collaboration Context","id":"5fd9f952-80c2-4e4d-9cba-a189db8627ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"3c646161-3f3e-443a-a1bc-d122da921a36","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"33bbe6c3-baee-4013-94c0-0df517f09ddb","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":"9503d516-b1cc-46ff-96d2-57f77ee234a9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ecfd85bb-5ef9-48a4-80b6-9a54d278c2fa","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5fd9f952-80c2-4e4d-9cba-a189db8627ae"},{"name":"get Collaboration Context","id":"4f1fec1e-9c18-4799-9c8e-7ebfa768ec99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"57e742e5-82f1-4276-95ad-3d0c4ea66e9d","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f00793e1-599e-4dc8-9a02-7113f67328ca","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      \"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":"5ba05a5f-a02a-4f9b-bbf8-b4076eb00a04","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b8e650e0-87b7-484e-be13-bed936cf10ba","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"98f5eb69-2075-48fc-9e58-45f5a4fad5b3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"4f1fec1e-9c18-4799-9c8e-7ebfa768ec99"},{"name":"add Collaboration Context User Groups","id":"ca5da7a1-ed5a-4747-816b-8a19219eb70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"782668ee-528a-4dac-a2e6-e6fbf154752b","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"635aca8b-6704-440e-a8cb-a5f8686d1bad","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":"d22307bd-082b-45ad-9a4e-551b3316ac90","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c491143b-e3a2-45a5-8ef3-58c1fd5eee2c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"249e0fe8-b8e6-4563-aaa7-f46374b3a276","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"ca5da7a1-ed5a-4747-816b-8a19219eb70e"},{"name":"get Users For Collaboration Context","id":"6667f7c8-54c3-4959-b59f-3fc44bf1abd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"fcf6d34e-1fe8-4fff-a67d-02a18634033e","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2f0a3806-72e5-4c7e-bbf0-a7b92a7cfcb9","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        \"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  }\n}"},{"id":"5b97815b-16c5-4648-9a85-61d009e9b703","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a6183273-8e04-4cab-9c3a-f0164e861e98","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fc94c862-9aa0-43db-a9b5-0a9ce02c445e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6667f7c8-54c3-4959-b59f-3fc44bf1abd6"}],"id":"3644ec3d-fe93-4574-9c0c-56f8a2e06ab3","description":"<p>Requires Engage Module</p>\n","_postman_id":"3644ec3d-fe93-4574-9c0c-56f8a2e06ab3"},{"name":"documents","item":[{"name":"get Documents","id":"f1be55a2-cb03-4984-bc66-00d3dca59db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/documents?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","description":"<p>Get <code>documents</code>.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n","urlObject":{"path":["documents"],"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":"8440e656-b4e7-46f0-9879-e2ffccff9dd5","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/documents?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["documents"],"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        \"createdAt\": \"<dateTime>\",\n        \"documentType\": \"PDF\",\n        \"fileId\": \"<uuid>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"document\"\n    },\n    {\n      \"attributes\": {\n        \"createdAt\": \"<dateTime>\",\n        \"documentType\": \"PDF\",\n        \"fileId\": \"<uuid>\",\n        \"suppliedId\": \"<string>\"\n      },\n      \"id\": \"<uuid>\",\n      \"type\": \"document\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"a8c56f4d-f44b-4097-bdee-cfa17bbfc69a","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/documents?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["documents"],"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"af2cfd83-5c9e-4d19-868d-4a2392f8617b","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/documents?page[cursor]=<string>&page[size]=<integer>&filter[suppliedId]=<string>","host":["https://platform.vertexvis.com"],"path":["documents"],"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"f1be55a2-cb03-4984-bc66-00d3dca59db5"},{"name":"create Document","id":"f2f388fe-bd5a-43d1-9a44-c2e8ac655d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"document\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/documents","description":"<p>Creates a document.\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>CreateDocumentRequest_data</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹ attributes</td>\n<td>CreateDocumentRequest_data_attributes</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ fileId</td>\n<td>string(uuid)</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(document)</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["documents"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[]}},"response":[{"id":"ab96b100-4a23-437b-83e4-2d36f0d59c25","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      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"document\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/documents"},"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      \"documentType\": \"PDF\",\n      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"document\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"72f60189-49c0-424a-acc8-754993e8c3bf","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      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"document\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/documents"},"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f74c5997-c5cb-412f-b52b-23d8ba83b5c0","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      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"document\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/documents"},"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c6c0fa2d-d4b1-4f9c-a454-25fee00960e0","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      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"type\": \"document\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://platform.vertexvis.com/documents"},"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"f2f388fe-bd5a-43d1-9a44-c2e8ac655d86"},{"name":"get Document","id":"aaac129a-f424-41f4-8658-d535efdac9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://platform.vertexvis.com/documents/:id","description":"<p>Get a <code>document</code> by ID.\n<strong>Preview:</strong> This is a preview API and is subject to change.</p>\n","urlObject":{"path":["documents",":id"],"host":["https://platform.vertexvis.com"],"query":[],"variable":[{"id":"391be4cc-79fa-419f-95fc-342a9392ca41","description":{"content":"<p>(Required) The <code>document</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e51682a7-e741-4bf9-9f9d-31b0624e4c06","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/documents/:id","host":["https://platform.vertexvis.com"],"path":["documents",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `document` 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      \"documentType\": \"PDF\",\n      \"fileId\": \"<uuid>\",\n      \"suppliedId\": \"<string>\"\n    },\n    \"id\": \"<uuid>\",\n    \"type\": \"document\"\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"1cd26415-e807-4874-93d5-d5ee4cd6cd6c","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/documents/:id","host":["https://platform.vertexvis.com"],"path":["documents",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `document` 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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5a123611-6eaa-476a-b94e-efaeed372d18","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/documents/:id","host":["https://platform.vertexvis.com"],"path":["documents",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `document` 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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"42507043-e3cd-4870-b0ec-c622468f389b","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/documents/:id","host":["https://platform.vertexvis.com"],"path":["documents",":id"],"variable":[{"key":"id","value":"<uuid>","description":"(Required) The `document` 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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"aaac129a-f424-41f4-8658-d535efdac9c6"}],"id":"c1857930-e404-4cdd-8c2d-48c68fa16940","_postman_id":"c1857930-e404-4cdd-8c2d-48c68fa16940","description":""},{"name":"exports","item":[{"name":"create Export","id":"72e5ba40-4b97-44ab-afbf-dd33bf86c8bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9c2428b4-7d10-4f20-a6af-10a0fbb808db","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          },\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  \"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":"3878d7e6-fe74-49ba-80fd-4025212f6502","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c350e082-7fa3-44fe-93be-2fb7fc80a921","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"22e05e80-89a2-4ffc-926a-d5f26bfd85df","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"72e5ba40-4b97-44ab-afbf-dd33bf86c8bc"},{"name":"get Export","id":"2596cc91-74bc-49ed-a9df-11588c1faa66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"77b02654-8887-49f9-b2c9-fa732b75f337","description":{"content":"<p>(Required) The <code>export</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7ae530c2-837e-4b98-8d37-a65a73dec8a2","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      \"key_1\": {\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  }\n}"},{"id":"cabd3224-2687-4dc5-b06c-e9d235f85f60","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"90b4f853-a618-4720-aabe-b0f3f2244888","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1161017e-2b22-4876-99ea-13361ca3c849","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"2596cc91-74bc-49ed-a9df-11588c1faa66"},{"name":"get Queued Export","id":"bd5a3238-2d5a-4e2c-94f6-4a4223a961e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"2e4b8168-3723-46e8-89fe-ea745870c6fe","description":{"content":"<p>(Required) The <code>queued-export</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2267d94e-9cb1-478a-ae91-f29c889a1996","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          },\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  \"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":"0f79d40e-22e3-4436-9739-36041777dd50","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":"ac1e6b18-a920-4fcc-bb4a-4c5d48980233","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"53dcb177-ef06-46df-b73c-bc8108f2c903","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"33f17479-452b-4db8-b39b-cbc562f5e0ed","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"bd5a3238-2d5a-4e2c-94f6-4a4223a961e7"}],"id":"f668cd9b-e514-451f-b9bb-23ca93d642c6","_postman_id":"f668cd9b-e514-451f-b9bb-23ca93d642c6","description":""},{"name":"files","item":[{"name":"get Files","id":"03920cbc-604f-481a-91ae-9b30f3c8b6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"6added81-1a6b-49e0-ab18-3ce7ac3b21ee","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        \"key_1\": {\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      }\n    }\n  ],\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":"522e4756-bf78-4bf3-a96f-ec4d2a36e298","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ffdf268f-f286-4a15-b8ad-c2e2bb462fb5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"03920cbc-604f-481a-91ae-9b30f3c8b6ce"},{"name":"create File","id":"92b26266-4413-43f6-840f-7af5df6dc35d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"key_4\": \"<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":"3b804854-2e75-499c-8391-0627bae45039","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        \"key_4\": \"<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        \"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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"202d7539-b3d4-4fc3-9eac-308fbd270131","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        \"key_4\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c02d1669-8bb9-48f5-a160-df400da2e1da","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        \"key_4\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8e170ead-28cb-41df-93d8-f6583f360417","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        \"key_4\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"92b26266-4413-43f6-840f-7af5df6dc35d"},{"name":"delete File","id":"02ec7399-9622-4582-b664-0de7e543f16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"cf3c1717-1de9-4bab-8d9c-4673dd499699","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"32975340-5753-4e9b-9c94-10fd34bfb319","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        \"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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"2e172bd2-fbaf-4c8a-9846-c3af6db4a497","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"679786be-8ea3-4108-950b-e24f85a6e7cf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"abe1ab57-b128-4404-aba9-d76d36f7b721","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"02ec7399-9622-4582-b664-0de7e543f16f"},{"name":"get File","id":"2cce13b9-7b3a-436e-973c-cebdee52cf73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"b7f005dc-d386-44ad-a2c7-7d75e17a28ab","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"d8907da9-b014-4547-826d-3f9e8924403f","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        \"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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"ea585ec5-3cf6-41da-9f66-40b55a9e46bc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"77943d6b-f3ca-4961-abba-79f597e98434","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"161ce61d-70cc-45fe-bde4-bdc39329261b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"2cce13b9-7b3a-436e-973c-cebdee52cf73"},{"name":"update File","id":"d497fb90-dbf8-4bd7-ac07-0b7c52f47231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"1e596c7a-7aa4-4b75-b81e-9bb05fbf674f","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"70e8b32a-b036-422e-9052-605c6c6dec77","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        \"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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"31d5a7dd-db4a-4ade-aceb-91332243609e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5a207fbc-ab39-41eb-a46c-cf720321bfa3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"433ffa11-b298-46f5-94b2-7e495c9d37e8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a309e3b7-4af2-4701-9349-bbae1f561b30","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d497fb90-dbf8-4bd7-ac07-0b7c52f47231"},{"name":"upload File","id":"e9ffded6-54bc-45a6-a8ea-933b19af83d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a8aabc44-66b8-4e04-8e6c-72148f318c99","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e08137d9-17f6-42c0-b5f8-f7c041526059","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":"da0c8736-622f-4dc7-8281-f4bf63866f12","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"da480815-998e-492e-aa65-fbdbe9dbf96f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7fe774f6-38ad-498e-82dc-4f6a103ab23f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fa44825a-b027-4691-b349-b22721669310","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"e9ffded6-54bc-45a6-a8ea-933b19af83d5"},{"name":"create Download Url","id":"22b146ac-7ff0-4a79-b629-794b82b7000a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"393311d8-9387-46cf-9ff9-84a1269c696d","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"9110ec3e-8bd2-472d-be89-c12ade799453","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    }\n  },\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"5563b8a4-1dfb-479e-b832-0fcde2079138","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6926afe5-2049-44ca-b429-e3549eee3f42","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a500333f-5029-4cf2-a561-f0b8b32cb352","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"22b146ac-7ff0-4a79-b629-794b82b7000a"},{"name":"create Upload Url","id":"4a114c6a-e711-4ec6-bed6-d8aa67006020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"3a4a495c-698f-4c15-b181-64ddc7ee2b77","description":{"content":"<p>(Required) The <code>file</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"3baa3188-6f26-4f6c-b8cb-36d01976c14a","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    }\n  },\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":"ff45c85c-2c09-4e47-a1e2-6f5c360691a3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"296c33ba-8abf-4a6b-9a7f-9c09c82c573b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"78b7f001-36cb-4ba2-ade8-3d4e668ffec0","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"4a114c6a-e711-4ec6-bed6-d8aa67006020"}],"id":"ba055f85-7d08-405d-a81b-76dafd1cd499","_postman_id":"ba055f85-7d08-405d-a81b-76dafd1cd499","description":""},{"name":"file-collections","item":[{"name":"list File Collections","id":"3cbac7f4-bd26-4d41-b496-b1026318b7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"de666725-970a-4901-bf66-8c1e4c483211","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  }\n}"},{"id":"157c99e0-394b-4a08-b357-c02f9a7fae13","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"3cbac7f4-bd26-4d41-b496-b1026318b7f2"},{"name":"create File Collection","id":"6d3dcc83-8289-481d-bfdf-4fba35ae8f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"key_2\": \"<string>\",\n        \"key_3\": \"<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":"a69fd5c9-7c02-485e-a4c5-9a7eed763297","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        \"key_2\": \"<string>\",\n        \"key_3\": \"<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        \"key_1\": \"<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":"0d5b4181-9731-4131-b033-014f9c4e57b3","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        \"key_2\": \"<string>\",\n        \"key_3\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c8f99d0c-6ac0-41db-845d-f96cf572c4d5","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        \"key_2\": \"<string>\",\n        \"key_3\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6d3dcc83-8289-481d-bfdf-4fba35ae8f87"},{"name":"delete File Collection","id":"688d81e4-792e-4fe3-88b9-513c953a4881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a22f81e4-71fe-4849-bcde-dbe4de7efc21","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"51746626-1804-4b31-b080-f9b24f1f351e","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":"d2f5f846-89ac-4843-a6c0-a0f9739699f7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b59ffe1e-18c2-411f-9427-9c37ae8556bf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"688d81e4-792e-4fe3-88b9-513c953a4881"},{"name":"get File Collection","id":"debe499d-a4e9-4b15-9c9b-16f7930ca440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"1100a765-9b85-4242-9c38-79ce877c397d","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c3d4e507-a5d7-40d8-8de7-769e1f2144bd","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        \"key_1\": \"<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":"201ba3ee-7248-4bd3-a0ac-01b482b75f7f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c5af8b70-f6c6-487e-a1e2-3a702bba5e22","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"debe499d-a4e9-4b15-9c9b-16f7930ca440"},{"name":"update File Collection","id":"db626288-7e93-483a-8330-e0ad2c8f288a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"key_1\": \"<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":"4ad4d144-fb6e-431d-89e0-cce10b2cfd36","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"d22ce523-1287-486a-9e80-beaf395bf7c7","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        \"key_1\": \"<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        \"key_1\": \"<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":"bb460c3d-e768-4f5d-9da9-28717abe1e17","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        \"key_1\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"72cc938f-a887-4b60-bb0a-6a09794f45da","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        \"key_1\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e70c2dfd-7178-4cf3-96fe-d78fbf635d63","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        \"key_1\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"db626288-7e93-483a-8330-e0ad2c8f288a"},{"name":"remove File Collection Files","id":"f554c57d-f67d-489e-a527-029bf44b4c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"d8010bcb-d648-4a81-b5a4-860267138195","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"465657a4-ec82-41bc-be4a-45f7880cbbda","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":"d9c4196f-89a6-4205-b17e-19d5769bfc9a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2e398431-1751-4615-af80-15c62f7616a5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"f554c57d-f67d-489e-a527-029bf44b4c38"},{"name":"list File Collection Files","id":"12f6743e-b9b7-44be-b390-a1c62e861ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"112a8d4e-4f34-4880-83e9-3536512f0b61","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"650871d3-ed55-4a87-baf9-49db833265e4","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        \"key_1\": {\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      }\n    }\n  ],\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":"ba90f3b2-61f2-42c4-b75e-17d05856c3b1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fb1be79e-4828-4d72-b73c-3647e6c1c24b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"12f6743e-b9b7-44be-b390-a1c62e861ece"},{"name":"add File Collection Files","id":"0f59cb70-1645-4ed6-a52e-5cf9d679aee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"2522f85c-ea22-479f-8ec9-aa848d859cc8","description":{"content":"<p>(Required) The <code>file-collection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"97dc448d-ca58-4a65-ba5a-a70f00afedf9","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        \"key_1\": \"<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":"1b2cfad2-4c93-433c-b625-88143bb1a3e7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"237007c8-946a-44dc-9a6d-5ae8e2de3f3c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4a20c223-b4eb-4edc-aab9-6dacb3f1d9d7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"0f59cb70-1645-4ed6-a52e-5cf9d679aee7"}],"id":"06cc4ba1-508b-4fa2-8212-8b7e3182db52","_postman_id":"06cc4ba1-508b-4fa2-8212-8b7e3182db52","description":""},{"name":"file-jobs","item":[{"name":"create File Job","id":"886c6c83-c459-49f5-996a-f0560103526c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"db9cb159-3291-4db6-94fd-30e0d9f46ae2","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          },\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  \"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":"8db35874-7c3b-4291-9a91-9579e8f63ebc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6a5eff93-f287-4f5f-8c03-1444183900dd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"886c6c83-c459-49f5-996a-f0560103526c"},{"name":"get File Job","id":"1d1c33fc-e6db-4001-a0a0-c590947acb02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"44480d8d-2676-4d1e-ad1c-6847e9a7713a","description":{"content":"<p>(Required) The ID of a file job.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"837d1b37-dc26-448f-92f8-542f3320e190","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          },\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  \"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":"b471b3a0-2260-4b9a-9562-f58592b053f5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f8917bd6-ecaf-4237-ba27-ca312099a458","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"039abc7f-47e6-46cb-96a8-f40d3d8c6996","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"1d1c33fc-e6db-4001-a0a0-c590947acb02"}],"id":"23bbb05d-3f3e-429f-a954-71f27821afba","_postman_id":"23bbb05d-3f3e-429f-a954-71f27821afba","description":""},{"name":"geometry-sets","item":[{"name":"get Geometry Sets","id":"74033f4c-9a21-4598-9c8a-fdf8864ec1f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"0802b691-f156-42c6-a423-28f205dc9e2e","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        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\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    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"3cc54bd2-1a6f-423b-aa0f-2796a63173d6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8908d6a1-8ca8-4e68-8fc0-2c852513a313","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"74033f4c-9a21-4598-9c8a-fdf8864ec1f1"},{"name":"create Geometry Set","id":"6c1941e5-2588-4c65-aa96-7390aa18a463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"5a1f7ed8-eee7-44b3-b1f3-14c9b06fb1a5","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          },\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  \"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":"01cc859c-c094-40ec-80c4-6af922c4c6b4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e81b7b78-2314-4bbe-8980-838a9a14940f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e51c23b5-f67a-4dc0-8917-f464f483b206","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6c1941e5-2588-4c65-aa96-7390aa18a463"},{"name":"get Geometry Set","id":"98c125e9-f6d5-4767-8a8d-d67071d41f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e387e4e2-f109-4990-bb35-c874af9f7d39","description":{"content":"<p>(Required) The <code>geometry-set</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b566d3fa-472f-4967-93df-be2effc33908","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":"d96f650e-eaac-48d0-a52a-c242d42ab397","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e4a648bd-910d-4d01-adab-445bf2ce2842","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f95a273b-49c0-4e82-af93-9568486a38f1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"98c125e9-f6d5-4767-8a8d-d67071d41f57"}],"id":"4eee31b9-858d-4b4f-aeed-e07cde6cbf35","_postman_id":"4eee31b9-858d-4b4f-aeed-e07cde6cbf35","description":""},{"name":"hits","item":[{"name":"create Scene View Hit","id":"92736a57-919d-40fe-87e3-f8558afe48f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"f4d97144-3f0b-4f0c-99d7-b8b6765bea1c","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c5e8821e-c549-4879-8ce5-dd7a0fac3c0b","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":"3c2bc552-d564-416e-a7ba-d33e30f7be4c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d68f6de9-992a-4388-89fe-ec6152253ae8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"23049c36-774a-4636-af29-aacfbc51bd9d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b75b23b2-a50e-4f55-b4ff-b0b5527fdf70","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"92736a57-919d-40fe-87e3-f8558afe48f2"},{"name":"create Scene Hit","id":"b3db4239-f007-47eb-a684-01fc279800b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9cebf2b6-e010-409d-9c90-e7b2baf72e88","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"071ba4c3-c8ef-4e6a-85d5-9e729693d99f","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":"ad52c134-2903-401a-9c4f-989b89a4766f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c6b415a5-9465-470e-8244-129bcdc7b750","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"784666a5-f29a-4996-a763-85e65109a640","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c926506d-887d-48d7-af1a-8c57ce588333","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"b3db4239-f007-47eb-a684-01fc279800b3"}],"id":"1a44330f-72fb-4a67-baa7-0eb6cad9a580","_postman_id":"1a44330f-72fb-4a67-baa7-0eb6cad9a580","description":""},{"name":"model-views","item":[{"name":"get Model View","id":"1e1d8654-6e2c-4b69-8a97-ff73d2dc3865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9322d2bd-68b6-40c1-99b4-02594e3e0d4e","description":{"content":"<p>(Required) The <code>model-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b6d78975-3225-4f43-ac53-c2dc66704d38","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      \"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    \"key_4\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"b4b3ee28-d66e-4395-96eb-90f05b771334","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1ae6b2bc-36a6-4050-9e15-66b1b9e21d7d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d081dbf3-11e5-47bc-8eaa-fb27e9f86999","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"1e1d8654-6e2c-4b69-8a97-ff73d2dc3865"},{"name":"get Part Revision Model Views","id":"17d5edeb-1168-45b7-9f60-267755dd4fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"2cca0188-a854-4e4b-9498-bab881a29102","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7c98853e-4218-48c7-91a6-e297b2654a39","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        \"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":"8dac9f32-fc2b-4550-b603-34612efac75e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"3d7694d0-02dc-4f3a-aac5-2da01ddf2427","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a1741425-bb0d-4bcb-8105-705781c14f39","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"17d5edeb-1168-45b7-9f60-267755dd4fc8"},{"name":"get Scene Item Model Views","id":"e2e77b9a-62d7-4904-92e4-234c34b71af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"ee679ec9-a04d-4092-9bee-246c6496b95b","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"9b9e4cc5-bd44-4e1e-9385-66d70bf31283","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        \"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":"95f2ff1e-3836-49d9-a5d4-2719e190fdbb","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2e40c383-a5e0-4161-b9d5-a20bb22f9702","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"bc87c371-92d9-41ea-9880-ea1906f62cfd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"e2e77b9a-62d7-4904-92e4-234c34b71af8"}],"id":"71a9b108-19c2-403f-a96b-f56b277189cf","_postman_id":"71a9b108-19c2-403f-a96b-f56b277189cf","description":""},{"name":"oauth2","item":[{"name":"admin Accept Consent","id":"eb96e816-5bd6-45f0-bbe1-9d5f10ecd9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"ef6de6eb-f05e-44c3-8a0a-815e7ed66d46","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":"20900595-a8a7-4e27-8279-f7078fefed9e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d5fcc223-0a31-4952-b966-b89640af0b00","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"eb96e816-5bd6-45f0-bbe1-9d5f10ecd9e8"},{"name":"admin Accept Login","id":"a5ce5cc4-e8fd-4b8c-a670-85f120a65574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"327e77a0-9e87-4430-9073-ff6094200de3","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":"c75b6b76-c65f-4ff1-93a3-27aeb68bd06e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"cc66c4f1-3509-4789-a20f-75b3d83c5c80","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"a5ce5cc4-e8fd-4b8c-a670-85f120a65574"},{"name":"revoke Token","id":"a6f6a2ac-49f2-4c3d-af64-1f73fa983ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{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":"8f00ac2e-c655-4e77-a2ce-aa008c867961","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":"a6f6a2ac-49f2-4c3d-af64-1f73fa983ee5"},{"name":"create Token","id":"db4f4380-7360-48f1-8fac-5f83994271c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{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":"7c068b34-66c5-4455-9bca-ad9f60522a98","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":"1903660b-708d-4729-804b-5da6aba78aa3","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":"db4f4380-7360-48f1-8fac-5f83994271c8"}],"id":"cdaf312f-8b04-4095-b522-ba3c4efa850b","_postman_id":"cdaf312f-8b04-4095-b522-ba3c4efa850b","description":""},{"name":"part-renditions","item":[{"name":"get Part Renditions","id":"085c358d-255e-402d-b6ab-42f6e241080c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a01be642-50e3-433d-8507-0976378a07c0","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        \"key_1\": {\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        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"d7d4ad4c-43c4-4e31-bd5c-d415e33115c7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fb81e90a-ce8d-418d-8562-5069fafcb2bd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"085c358d-255e-402d-b6ab-42f6e241080c"},{"name":"get Part Rendition","id":"477529e5-ac06-4abb-bdab-a1e2f06e57d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"73e6f257-9d92-4e3e-81a8-eb5bee40b4d5","description":{"content":"<p>(Required) The <code>part-rendition</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5b425425-2d95-4580-aaf1-4fb9ed08c014","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      \"key_3\": {\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":"2988ba44-d905-4455-bd6d-84dd90830bd8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"26b9ec34-225a-464a-91c6-fdab7d5c0310","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"75118b0f-03f9-4c52-881c-0f2a95b22791","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"477529e5-ac06-4abb-bdab-a1e2f06e57d6"},{"name":"create Part Rendition","id":"8071f93e-883a-4186-8ff2-f75a0c3f1e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"8f24dea2-c694-4b5c-8114-6388eda6e8fc","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"423ac927-553c-49de-9226-6b783e823e07","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      \"key_3\": {\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":"2d18f035-7d14-4f1b-b6ae-cbb8b98bd9f7","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          },\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  \"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":"4cd3bd9c-0237-4172-bef6-ed28fb42de8b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"dbfe9743-2ae0-46d5-8ed2-e8ee8a1e6519","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b3704703-ece3-4005-b7db-b6dc5762c36e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"3ad907af-fa03-49eb-ba71-198d38f2933e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"8071f93e-883a-4186-8ff2-f75a0c3f1e35"}],"id":"4f88193a-4f62-4ced-9c7c-b64f083d4c7a","_postman_id":"4f88193a-4f62-4ced-9c7c-b64f083d4c7a","description":""},{"name":"part-revisions","item":[{"name":"delete Part Revision","id":"6739a0fa-59b6-4f7d-b41e-fab0a704579b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a808fda1-1c50-494c-8327-b80f0e6b3072","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a8e71019-0a30-4e27-b89e-3ddadae56877","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          },\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  \"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":"563a633a-2489-4a1d-b404-a96ad3c94f21","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"46cc03d0-b2f6-4377-b038-753b6cfd682a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"72e80297-2c8b-4516-b4c1-5a11f2abf495","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6739a0fa-59b6-4f7d-b41e-fab0a704579b"},{"name":"get Part Revision","id":"16aea82e-7703-482a-80fd-b594c2a64baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"64551fed-2b63-44c9-859d-87bc0aa16469","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5d3837ee-4797-4d60-8049-879baf8bd2a6","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        \"key_1\": {\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":"297c0105-f592-43c9-a368-0ca60e9b36a9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"35ea14c9-0818-48c7-9a70-8d766860c6ff","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7f5649be-f040-4ac4-8ac6-926188e25310","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"16aea82e-7703-482a-80fd-b594c2a64baa"},{"name":"update Part Revision","id":"011aa00b-9b3a-40f4-8a82-7360db64e180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      },\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":"fbdc748d-57b2-4da9-a606-80a88c8dcf66","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"063f4fe4-c2d1-4d23-a867-002e4d09bb46","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      },\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        \"key_1\": {\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":"f2ef6031-68c7-4a87-8ab4-088b823fffc1","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      },\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          },\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  \"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":"07f7a6d6-f5c5-4a2d-ac52-fba5a011f79f","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      },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"815bccdb-efa7-4eae-9946-964424fb8e79","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      },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d4c71a39-29aa-444c-88c5-d7866c9eea86","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      },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"41650ffe-9926-4aef-a208-5fa87c363b57","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      },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"011aa00b-9b3a-40f4-8a82-7360db64e180"},{"name":"render Part Revision","id":"151c3fd9-72ac-4ab9-914d-a17178fac39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"918e3fdf-7271-48f7-92fa-84ddb205cd72","description":{"content":"<p>(Required) The <code>part-revision</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"da45603a-4c58-4293-8d12-b30e7258963d","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":"6d24195e-2eeb-4656-ae9e-949b821f9635","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"18285b51-d85e-49fa-8b92-9b6ef3ae458f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"87c918b7-ea79-4558-a708-83c988b3ce88","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"76ec592a-0584-4983-bd6b-d2e61bb2c640","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"151c3fd9-72ac-4ab9-914d-a17178fac39e"},{"name":"get Part Revisions","id":"37244075-9f93-464d-8015-e8e03148bc97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"2a80394a-9608-4de7-bce8-13debb0961ae","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2258ca62-4515-4873-becb-3f2a2886e9d5","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        },\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      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"6aca291e-958e-4893-80b2-87588f1522cc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"47a6999d-f722-4a39-a22f-27a01845a4a1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"0294b97f-04ea-4372-9f18-799605b4fd01","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"37244075-9f93-464d-8015-e8e03148bc97"},{"name":"get Queued Part Revision Deletion","id":"4e4b3ed2-103c-43b3-b2b7-c9952f6decb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9e8f885b-5531-4296-85be-65c1049ebc84","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":"320506bf-1513-4126-82cd-98973232b3c5","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          },\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  \"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":"e2204a2e-817b-487d-805f-2c182e6564f8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"bc5a0ea5-e495-4e86-819a-49dcb0deaf51","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e1004bd6-96bb-4c18-a6cd-d27783ab58f4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"4e4b3ed2-103c-43b3-b2b7-c9952f6decb1"}],"id":"58021c52-b1dd-41f9-96fb-cf972074f418","_postman_id":"58021c52-b1dd-41f9-96fb-cf972074f418","description":""},{"name":"part-revision-instances","item":[{"name":"get Part Revision Instance List","id":"080e1f96-97e8-4651-8140-c6200350ccae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"ac2c4d45-cfd8-4f98-a087-abb93f25c640","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    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"e7afe837-4a9a-4968-84e7-037bfac1fc2c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2c5b4b3a-bd92-48b6-8bd6-3cf8e54ab279","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a746e7ac-c606-4743-8bb0-cd5d57325691","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"57a1ac6c-21b0-4560-8b47-edf911b17c63","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"080e1f96-97e8-4651-8140-c6200350ccae"}],"id":"e2f1e4ee-c309-4012-836e-cb040ac812a1","_postman_id":"e2f1e4ee-c309-4012-836e-cb040ac812a1","description":""},{"name":"parts","item":[{"name":"get Parts","id":"781c5b75-2ba3-4960-a8cf-713f4e8010ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"68a0c1a5-5042-4769-9393-d5a52b899402","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        \"key_2\": {\n          \"href\": \"<string>\"\n        },\n        \"key_3\": {\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        \"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  \"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":"2a704b63-3c50-42ba-b967-73781dd3e6bf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ebecfa27-e86a-47b6-bded-fb3f16b173e4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"781c5b75-2ba3-4960-a8cf-713f4e8010ae"},{"name":"create Part","id":"9d0173f5-9b4a-4f60-9904-0bfcf5d3fd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\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":"6e93f311-a0e1-4f23-8253-e378aa7ffe97","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        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\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    },\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        },\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      }\n    },\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      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"adfc94a8-ab70-4928-864b-cf5682b8b947","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        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\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          },\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  \"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":"93355b62-303e-42a7-af6e-06fb250469e3","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        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c1686cc5-75eb-4777-a62f-8a5ed15d2ea7","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        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"24ad17d6-ea86-49c1-8440-7d4d896d39a0","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        \"key_1\": {\n          \"type\": \"<string>\",\n          \"value\": \"<long>\"\n        },\n        \"key_2\": {\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"9d0173f5-9b4a-4f60-9904-0bfcf5d3fd62"},{"name":"delete Part","id":"62417609-1e04-442f-8e57-0c71b2ac43f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"64c46c1a-253f-4c08-b884-106c9d7b78c4","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cb2d35b8-b2d7-4f33-bcbd-20ffda2364f7","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          },\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  \"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":"4d42b1f5-19cd-4fa4-a837-721d4bdee130","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a64f6415-e904-41b3-98a1-8cc581e36ce2","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7f2a0381-86af-40da-b5af-2bef0502853c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"62417609-1e04-442f-8e57-0c71b2ac43f4"},{"name":"get Part","id":"3290547e-4849-4843-8342-171aba4d7fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"36fc320a-a4f0-4ade-ad01-aa2f87b44c6f","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5ed96766-dffd-4a88-872f-70894559402b","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    },\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        },\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      }\n    },\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      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"c71f28a1-a45a-47cc-9fe3-aa549fd4c4ee","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"36018889-15ff-4e04-aa0c-514e1c994384","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"77847c16-1919-411c-955a-36ca05d1eca4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"3290547e-4849-4843-8342-171aba4d7fad"},{"name":"update Part","id":"490c2abb-e167-4b15-91ca-073301998076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9963061f-bf70-451c-b1b3-057b945fa046","description":{"content":"<p>(Required) The <code>part</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ebb271b5-d4c9-46b4-adc3-8fb9f52d83c4","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":"d92dd0f2-b742-43c2-a327-7cf6f11d02fa","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1ea42ff2-1cc3-44f5-8448-326e798add61","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"dab8137b-6866-404d-94fa-8e1a9366d6ae","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"490c2abb-e167-4b15-91ca-073301998076"},{"name":"get Queued Part Deletion","id":"9cbb10d6-19f7-4d30-a902-0e4fb4e87cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"0137a04d-7215-42a4-8135-31110d8ce458","description":{"content":"<p>(Required) The <code>queued-part-deletion</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a59fcb62-3445-4edb-ab52-e9cfe2779635","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          },\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  \"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":"6d43cdee-0d39-42d3-9643-808ac5f41810","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"229b7fc0-a52a-4d62-8af0-23aa5e123e01","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4fc45ba4-9c93-4ab4-9297-062b5113e978","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"9cbb10d6-19f7-4d30-a902-0e4fb4e87cf1"}],"id":"44271665-ba58-4822-967b-84bdc830b7a9","_postman_id":"44271665-ba58-4822-967b-84bdc830b7a9","description":""},{"name":"permission-grants","item":[{"name":"List all permission grants","id":"621be14f-fdf4-4759-a27f-26a9b2c58581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"516ddb14-f568-41f8-bc83-2661f9ec6c3c","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        \"key_2\": {\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  }\n}"},{"id":"a89f9935-29c9-4435-9183-5c4dcd30150f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"621be14f-fdf4-4759-a27f-26a9b2c58581"},{"name":"Create a permission grant for a grantee to a subject resource","id":"ea57b185-e1c1-4328-bd1f-f27cf208d805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"f8655053-3837-4f50-8053-28f05521f30a","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    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"46513372-6e56-4148-b2ef-974800ee5878","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5dee496f-6297-46cc-8539-b647895fe5de","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c003add8-951f-424f-9365-a60881268149","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"ea57b185-e1c1-4328-bd1f-f27cf208d805"},{"name":"Remove a permission grant by ID","id":"3495b1bd-669c-4472-a116-9030f61e7a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"476f8a01-a77f-445e-8b1d-80b4dddd9586","description":{"content":"<p>(Required) The permission grant ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"bae8fd3d-f109-4cc1-800f-59edf3ce76d6","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":"e9660f04-1de3-421a-8a43-835d2ddaee2c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ee8a2462-840e-4d28-b60f-16f20931cab4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"3495b1bd-669c-4472-a116-9030f61e7a17"},{"name":"Get a permission grant by ID","id":"7c57d90a-b9f4-4fea-95b5-2fac429279c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"7ab80e86-604f-49d2-9d48-852649a6e9cb","description":{"content":"<p>(Required) The permission grant ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c6c17732-e284-47a7-b935-3fa84484acef","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    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"de0de2e8-728b-47da-ade5-e32045c6cb3f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f9747a3f-cae9-496b-b703-6717c7658012","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"7c57d90a-b9f4-4fea-95b5-2fac429279c7"}],"id":"ca11f75f-a080-4caa-b853-7715008f6ce9","_postman_id":"ca11f75f-a080-4caa-b853-7715008f6ce9","description":""},{"name":"pmi","item":[{"name":"get Pmi Annotations","id":"e90dd103-0b29-4d92-b2e7-82c7f69d7e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e565fed9-8a8b-49cc-a164-8002cffae75c","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  }\n}"},{"id":"2e1c4759-fcb2-4519-8cd8-40f424c9237a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"eea80d1d-f81c-4f2d-847d-43f6ca19a9a3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"077f3a90-f305-4b2c-beee-088a0e725ed0","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"e90dd103-0b29-4d92-b2e7-82c7f69d7e9f"}],"id":"10c167c4-f1d5-4092-903f-9bb592f041a5","description":"<p>Requires Engage Module</p>\n","_postman_id":"10c167c4-f1d5-4092-903f-9bb592f041a5"},{"name":"property-entries","item":[{"name":"get Property Entries","id":"ae9f8ee3-03b2-4ca0-aff3-cd09302f0ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"13712227-5384-48de-9d7a-d4ad9ca94cc0","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\": \"string\"\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\": 4720\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":"40466d57-c3ad-4a47-8d43-c228514e284b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7b44866e-f939-4404-a09f-106c16a29933","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"ae9f8ee3-03b2-4ca0-aff3-cd09302f0ea4"},{"name":"upsert Property Entries","id":"52cde082-dbea-471c-8307-1b05238e6fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      }\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":"4f058e26-10ca-415e-99ee-3aa9a3e7a121","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      }\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":"5d84ecdd-0443-471e-b9b4-59879d12afed","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      }\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fc529463-6426-4f30-967b-fb60d5ba5617","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      }\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"353b8217-c141-413e-9a76-cb2d0c9542fc","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      }\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"52cde082-dbea-471c-8307-1b05238e6fa6"}],"id":"899ff05f-53f6-4dec-8276-0289e41befc1","_postman_id":"899ff05f-53f6-4dec-8276-0289e41befc1","description":""},{"name":"replies","item":[{"name":"list Replies","id":"3467d8ce-80eb-4f9b-b02b-3c5e30a3f70b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"97b34226-6b62-4a9f-9889-0325e7a438eb","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      }\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      }\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        \"key_3\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"80361a4c-5057-481e-ba62-0ae43258a6dc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"94100342-9ad4-467c-b190-0587601c3bb6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b88c26c7-4b07-48c7-87ae-b4e274d40648","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"3467d8ce-80eb-4f9b-b02b-3c5e30a3f70b"},{"name":"delete Reply","id":"cfe85392-3cac-41e9-a986-7d1afcd4634d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"bafd636d-ccf6-47fc-9039-90ade45f3a68","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"3a1a54f2-32cf-43a0-915c-a2cd6aa09cef","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":"b5dbc90f-751d-4236-adfa-9a99b4e303f9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"36af0209-275f-4e22-82f4-e7c2077a93a3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"cfe85392-3cac-41e9-a986-7d1afcd4634d"},{"name":"get Reply","id":"b8ba6584-4a0b-4057-af79-78788a62dfb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"78296748-428f-4e99-954b-19f19a27afcd","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b2d7280b-d467-48b6-aeb2-03cacd6c1bb6","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      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      },\n      \"key_4\": {\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      }\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  }\n}"},{"id":"be4b16a0-2d48-48b7-98e2-1f610fe4055f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b9363cfc-83b7-46a3-b84d-dd658048c28c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"aa5b6a7a-ec90-4d2b-bcaf-df74bd5001f9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"b8ba6584-4a0b-4057-af79-78788a62dfb3"},{"name":"update Reply","id":"aba148cd-dbcc-482d-ac8a-4928c29fd047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      \"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>▹▹ 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":"23b43886-4c73-414c-84a3-14a25d0537e5","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"efa69360-5a2a-4881-b02e-13517447e705","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      \"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      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      },\n      \"key_4\": {\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      }\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  }\n}"},{"id":"08fcb1ab-fcbc-4792-8f33-b9acd861d2e7","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"464399c6-a59a-45ae-bf58-7a0350fc0e4d","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"635b9d54-c6b8-48f5-bffb-857d938293fc","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"aba148cd-dbcc-482d-ac8a-4928c29fd047"},{"name":"create Reply","id":"5cef319c-0890-456d-a98e-be534c06fca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      \"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>▹▹ isDrafting</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹ reference</td>\n<td>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></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-3d-v1, 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>▹▹▹ <em>anonymous</em></td>\n<td>CreateDocumentReference</td>\n<td>false</td>\n<td>A reference to a document to be created for a thread or reply.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ documentAnnotation</td>\n<td>CreateDocumentAnnotation</td>\n<td>false</td>\n<td>Document annotation used when creating a document reference.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ content</td>\n<td>PdfMarkup</td>\n<td>true</td>\n<td>The content of the document annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ canvas</td>\n<td>CanvasDocument2d</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>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>OvalItem2d</td>\n<td>false</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>▹▹▹▹▹▹▹ type</td>\n<td>enum(canvas-document-2d-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ pageNumber</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(pdf-markup)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(document-annotation)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ documentId</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(document-reference)</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":"c150c8ca-2984-4dcf-89dc-443bb634de7f","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b7d1683e-cf60-433c-9ef2-2e11f2d8a765","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      \"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      \"key_2\": {\n        \"href\": \"<string>\"\n      },\n      \"key_3\": {\n        \"href\": \"<string>\"\n      },\n      \"key_4\": {\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      }\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  }\n}"},{"id":"1ddc4f0f-3d7f-4416-9b76-ed3111520e3a","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"66ec6796-da31-4c2b-82ab-534c50ff7d14","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a1f58e5d-1a91-4932-ac0e-8e9895317afa","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5cef319c-0890-456d-a98e-be534c06fca3"}],"id":"271ea891-9058-4f39-aa4d-38f3a7374f22","description":"<p>Requires Engage Module</p>\n","_postman_id":"271ea891-9058-4f39-aa4d-38f3a7374f22"},{"name":"scene-alterations","item":[{"name":"get Queued Scene Alteration","id":"1bc1c0db-4430-4d36-81bb-563b294969ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"d292383b-3228-4186-aa3d-3f797f4fd5e5","description":{"content":"<p>(Required) The <code>queued-scene-alteration</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"74cd92f1-b461-44e0-bf3f-406eb0753c35","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          },\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  \"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":"4a043ded-1fda-490e-88ae-eed8cc515710","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":"9e09f994-f934-4aac-855a-6006d8813409","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b34cb112-72e6-48af-b23e-f199eddf3ddf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"186fa59a-db1e-4dbd-977e-ae1c53df8baf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"1bc1c0db-4430-4d36-81bb-563b294969ac"},{"name":"get Scene Alteration","id":"3670d57a-6973-483e-982a-b6a4642b888a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"32608390-87a2-4a60-8bcb-7d45c78d428d","description":{"content":"<p>(Required) The <code>scene-alteration</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c7eaebb5-70f4-48f4-bbf9-75b2fcc93452","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    }\n  },\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":"f47f6e56-8bbe-42a4-b704-9cdcf4eb06d6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e9cc002e-2371-4b60-ba97-fa5093db90e9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f5251842-3f8c-42c6-acf8-e323363096e4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"3670d57a-6973-483e-982a-b6a4642b888a"},{"name":"get Scene Alterations","id":"f433697a-2419-4327-8f0f-7d1053240195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e5aefc3b-0b4c-4cb0-a3a7-91686be7d81e","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"b5ff5d7e-8c93-44ed-a0a9-8fdd2614a61f","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        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\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      }\n    }\n  ],\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":"0665b6e2-5dbb-4831-82e9-ad08dff09bbd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"cc319060-4feb-41f8-ab15-e468370e698e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"745c82ff-b7a1-469b-9c93-faf04c3f0f4e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"f433697a-2419-4327-8f0f-7d1053240195"},{"name":"create Scene Alteration","id":"554c80ad-73a2-4110-b2b2-a001cf32c715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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\": \"id\",\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":"b86e4283-b9db-45a7-b750-96a22566157d","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"72108dd9-4999-4573-aafe-33d6d9956459","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\": \"id\",\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          },\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  \"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":"ecfcaa88-5a36-445a-8acb-47f1c7b4d681","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\": \"id\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f3f7311f-86d2-414d-8ee8-57da9893a82a","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\": \"id\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"29297c70-f0db-4ce7-b48d-e4fd7194d122","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\": \"id\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"19caa18d-c4f6-423a-a588-5b0cb6793438","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\": \"id\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"554c80ad-73a2-4110-b2b2-a001cf32c715"}],"id":"fa57b7c3-e5e7-42d3-9e84-a534c0f7e18d","_postman_id":"fa57b7c3-e5e7-42d3-9e84-a534c0f7e18d","description":""},{"name":"scene-annotations","item":[{"name":"create Scene Annotation","id":"b795951b-b504-4457-ab0b-8e020a7f578b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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\": \"#4dDAb0\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#A9Fb14\"\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":"b52d5949-f42b-4359-b301-f825b3e0c260","description":{"content":"<p>(Required) The <code>scene-annotation-set</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"3db2908f-12a2-4ab7-8335-0eb5a372432b","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\": \"#4dDAb0\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#A9Fb14\"\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\": \"#e5b4AA\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#e7ED8F\"\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  }\n}"},{"id":"77179f41-ab59-484b-9090-7b4c7afd1620","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\": \"#4dDAb0\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#A9Fb14\"\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"b795951b-b504-4457-ab0b-8e020a7f578b"},{"name":"delete Scene Annotation","id":"4ad7b3b3-f3c1-4b7e-b69b-3154491cc7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e3a7646f-51a9-4ef1-9f4a-ae5abcb83837","description":{"content":"<p>(Required) The <code>scene-annotation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"09667977-9ec9-4c56-845e-3c48cc8da01e","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":"9dd1d841-b496-4691-8f82-0d5e198c7bc6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4cefe82e-4f10-461d-8f8e-a06749c66caf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ddb11250-e280-4356-b8da-39676f81dc99","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"4ad7b3b3-f3c1-4b7e-b69b-3154491cc7bf"},{"name":"update Scene Annotation","id":"c349d0b4-f041-4ace-a49d-ffc5e57ca027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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\": \"#c6DcCe\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#cEeDD5\"\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":"56d21d4e-0ae1-45ab-95a2-204060b49e06","description":{"content":"<p>(Required) The <code>scene-annotation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2528ab1d-dc15-48be-8855-4ff1e64152b5","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\": \"#c6DcCe\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#cEeDD5\"\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\": \"#e5b4AA\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#e7ED8F\"\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  }\n}"},{"id":"eee85ea1-c1b5-496d-9209-ad04d9b40ad1","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\": \"#c6DcCe\",\n        \"icon\": \"<string>\",\n        \"primaryColor\": \"#cEeDD5\"\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"c349d0b4-f041-4ace-a49d-ffc5e57ca027"},{"name":"get Scene Annotation Sets","id":"d9483fe3-b730-4239-880e-fb84778fbb59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"08349023-bc3d-4b6a-b5e2-da85a4d4ca5b","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6e1ad774-14c6-44d2-ba3d-39f99e198cee","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        \"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  }\n}"},{"id":"a4dc0b37-a341-468b-a3c8-f3d3e57c52d4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"cb252f3c-9927-47c3-9bbb-91713252c678","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"353aa326-189d-4bc7-a2ea-f72239c659fb","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d9483fe3-b730-4239-880e-fb84778fbb59"},{"name":"create Scene Annotation Set","id":"ba2e6ccf-bd39-499a-bc60-e38e3fdb8d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"140ab10f-6fb3-4ddb-bb80-1db85e1a8ae4","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"cf92fe95-aee7-45a4-be11-d30a22f25c85","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":"06c97037-97a8-45a6-b2c4-7a335fc5333f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"ba2e6ccf-bd39-499a-bc60-e38e3fdb8d10"}],"id":"410a7131-2d2a-472d-ba2d-1c13ae7a105e","_postman_id":"410a7131-2d2a-472d-ba2d-1c13ae7a105e","description":""},{"name":"scene-item-overrides","item":[{"name":"delete Scene Item Override","id":"8ad7dfa3-e6cb-40e4-9da8-f200ff80c581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a2eda8f6-f390-4150-b5da-e154524f35db","description":{"content":"<p>(Required) The <code>scene-item-override</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"590f4798-5aeb-42d7-ae5d-16a6e15a8ca6","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":"03b3c52d-90cd-47c3-bf3c-f3e22c871ddc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fdaf1113-df74-4676-860c-d8224171efb8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"17279c19-6588-4c80-83a2-5c092f46f2ab","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"8ad7dfa3-e6cb-40e4-9da8-f200ff80c581"},{"name":"update Scene Item Override","id":"ae8ab3d0-2984-485b-945e-c3d0013ad1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"c3adbb8f-3ba3-4848-8d54-adc41bfbd5cb","description":{"content":"<p>(Required) The <code>scene-item-override</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"1d81d79c-9490-473b-81bb-62c940591ca7","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      \"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":"f34c66d4-3f15-4507-928b-2facfc6554b8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"98765976-d329-46cb-ae3d-2995c3c0d757","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"066f8667-87db-468e-9a80-f250f8bf03ec","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"83d99c0a-f508-4e70-a6de-8a2b579acfba","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"ae8ab3d0-2984-485b-945e-c3d0013ad1af"},{"name":"get Scene Item Overrides","id":"51303328-e8c8-4373-9ab5-5019d58a09e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e264be51-5395-4e7a-88d6-9eed64b3a24b","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"43aaacf0-61b5-4ff5-88cb-8006d2a68ae2","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        \"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":"bb166f8e-39e1-4c85-aba5-825c6b64f502","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d3cec288-70b0-4b84-99cd-2c4a8b172774","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ee900426-0b80-499c-94e0-7375c5bbaa23","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"51303328-e8c8-4373-9ab5-5019d58a09e1"},{"name":"create Scene Item Override","id":"33fbf39a-3dc7-4849-84fc-5c715af3a66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"20c53d29-c185-4bf1-b137-8bed791cf1ad","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4f8c2c9a-c442-4de1-912a-ce9e13407e2d","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      \"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":"1a2f5fbc-f339-431f-a728-3e01079d34f1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"09e1892f-71ab-43d5-9913-aab35699ed30","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"cc32d94d-e19e-4f6f-8aea-67c6da35e612","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"9db338c6-e5e0-4b71-b8b8-afd789f57d27","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"33fbf39a-3dc7-4849-84fc-5c715af3a66d"}],"id":"50cd0e42-7206-4d80-9d87-19a19e207a12","_postman_id":"50cd0e42-7206-4d80-9d87-19a19e207a12","description":""},{"name":"scene-items","item":[{"name":"get Queued Scene Item Deletion","id":"a488bf41-4fb2-4106-8590-3670efcc436d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"899bedc3-478e-4956-bf86-0b1080f06ea5","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":"d334bd9b-17b2-4aff-aec3-7dc328bc7579","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          },\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  \"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":"2d309a78-ec80-4a0b-b97c-fa42e34c20ca","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"78f390f4-4e21-49f2-b580-81c2865299d8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a6965bcd-eb9c-40b8-b123-6c1374cefc03","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"a488bf41-4fb2-4106-8590-3670efcc436d"},{"name":"get Queued Scene Item","id":"a9a5470c-1f71-41e3-a22b-20159a383c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a0e67594-5e41-42b3-a3f1-db78e0f022dd","description":{"content":"<p>(Required) The <code>queued-scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"c892d4ee-c6d0-4f48-a691-7a7bfee0e996","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          },\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  \"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":"5db5fbd5-3fe5-44ce-9e58-fd230a6e6623","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":"cea0a379-0d27-457a-9b8f-f53ce85321a9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fa763d30-252b-4a30-9eaa-4fdccd8734fa","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"22a5619c-ca7f-495a-832e-eac48c02cfb0","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"a9a5470c-1f71-41e3-a22b-20159a383c72"},{"name":"delete Scene Item","id":"c3648435-e309-4b85-8768-4c14a96843df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9f155111-3ad8-4c61-8e9d-960dc264b2d6","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6ccad45e-6990-424c-8549-29b4924b628b","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":"d9a4dbe0-e7bb-4db9-a88d-407b1e5977f2","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"78ffc09f-8ea7-429e-a99d-48bddddd7f9d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5c2e314c-3435-454e-9914-da8e530db667","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"c3648435-e309-4b85-8768-4c14a96843df"},{"name":"get Scene Item","id":"128f8835-a1b2-44ee-a031-07b846f0b8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"52cfc863-3d44-46f8-aca7-60fce6f6b6d6","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"bc36c7a6-3d79-4ba1-b23b-46adb1e392b6","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        \"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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"cc6e17a9-c955-47f6-b534-e7e38a49d092","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5b9b828c-1b65-459f-9243-85d205725e0a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"33d7c58b-e294-4fbb-a04d-0d66fc198128","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"128f8835-a1b2-44ee-a031-07b846f0b8ca"},{"name":"update Scene Item","id":"6504b535-b55f-4f0f-8e2a-c65494ff098c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"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    },\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":"34e9c6a4-acf4-4981-8be1-d1b1a181df83","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"68579206-30d4-4a45-8d2d-1684870d79c7","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        \"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    },\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          },\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  \"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":"90dbe002-0fdc-4191-be14-0c67eaded8df","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        \"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    },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"029c75ff-cc96-4ea1-8bca-c93e03abff7b","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        \"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    },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"aa86ee24-d14c-4a59-a2a9-ec24b0a1fa75","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        \"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    },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"cddb2d35-bb45-40d9-8254-dd9e2e23d610","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        \"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    },\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6504b535-b55f-4f0f-8e2a-c65494ff098c"},{"name":"get Scene Items","id":"3ca39219-090c-4570-9e61-590b08f86385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"856df98c-3816-4992-83d1-83a417a69b36","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"994c92c0-dc2f-493e-ab9c-d10a1d9c8f7a","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          \"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    {\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4515fefc-b428-469b-a4d1-401ae39d5546","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"676a6384-e401-49ca-9cdc-fad9d9a69724","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d910ebe7-41f8-4630-ae44-85e77d92cfa8","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"3ca39219-090c-4570-9e61-590b08f86385"},{"name":"create Scene Item","id":"47d664d6-1a91-4829-9151-b96e56319ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"key_2\": {\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\": \"as-specified\",\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":"7cef8603-98ad-47fe-a7d2-57ca09316385","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"eaff93de-6098-4690-a956-f47982de5e89","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        \"key_2\": {\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\": \"as-specified\",\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          },\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  \"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":"ee152cc3-6614-4f8b-825c-7676019438ea","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        \"key_2\": {\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\": \"as-specified\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e5cf9b59-db2b-46bd-89d1-8e6bb3832319","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        \"key_2\": {\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\": \"as-specified\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4648ee23-408c-4ccb-9f32-df345fdd0868","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        \"key_2\": {\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\": \"as-specified\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"019fd058-578e-49fc-9146-6f92d5cf903b","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        \"key_2\": {\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\": \"as-specified\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d853f485-bf06-4083-8995-e07e815ce600","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        \"key_2\": {\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\": \"as-specified\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"47d664d6-1a91-4829-9151-b96e56319ff4"}],"id":"206cc6ed-4cf6-4254-a810-bcc77904ceb9","_postman_id":"206cc6ed-4cf6-4254-a810-bcc77904ceb9","description":""},{"name":"scene-synchronizations","item":[{"name":"get Queued Scene Sync","id":"7f3c2ec8-ca1a-496b-9c0e-8ecadc563e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"3aeee0fc-659b-4557-a484-2d70b6219fd5","description":{"content":"<p>(Required) The <code>queued-scene-sync</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e696d366-7214-4f8d-8b3e-8d8679083437","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          },\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  \"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":"ff3aa667-d704-4819-a6fb-7052cebdef13","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"eec8e9d8-a54f-4509-bab0-673f7ee54475","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4e9abb9e-da35-4a53-a3cd-4db2b5c5e291","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"7f3c2ec8-ca1a-496b-9c0e-8ecadc563e59"},{"name":"get Scene Sync","id":"5816c82b-7560-4179-90a9-53c1adcc0091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"0f2b222e-9461-4c9a-8216-48426be9e5b5","description":{"content":"<p>(Required) The <code>scene-sync</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ccc08476-b7b8-43e5-8f3a-d703174fb1b1","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":"6ce87ad8-93df-4c5e-9a59-db6ffed92b83","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b0600218-7dfb-48c3-9354-4db56adc16f7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8a02a903-b99c-4ed1-9af4-b7316110fbe0","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5816c82b-7560-4179-90a9-53c1adcc0091"},{"name":"get Scene Sync Item Results","id":"904fbb31-1d1e-47cb-bfce-ed268533ccf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9254aa3a-301a-4514-b4fa-63a526d62976","description":{"content":"<p>(Required) The <code>scene-sync</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5d319d41-10d8-4f95-b516-da7fc828fed5","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            \"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      \"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      }\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          },\n          \"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      }\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          \"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    {\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    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"dfa899f1-ace5-44bf-9e46-cd7f0449966d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"54a8cd5f-8ecb-4200-a6f1-436912593808","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b130b6a9-a79c-41f0-82f6-38f4a8d9d2e2","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"904fbb31-1d1e-47cb-bfce-ed268533ccf6"},{"name":"create Scene Sync","id":"5590e8fd-1a12-46ce-b053-a510d2488382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"b5fe51aa-a98d-4d38-a948-175ba45a6a3a","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"951f6269-35b3-4672-ace2-5ba58d9421aa","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          },\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  \"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":"c2389a93-c146-4bcf-891f-f1afabe1747a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5590e8fd-1a12-46ce-b053-a510d2488382"}],"id":"2ea38ad5-ac14-4cba-a483-5488d12b0df6","_postman_id":"2ea38ad5-ac14-4cba-a483-5488d12b0df6","description":""},{"name":"scene-views","item":[{"name":"delete Scene View","id":"eacc7b8c-fa1c-4589-9cd8-4a4755c0f334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"5f7a8bbd-83e2-4248-856b-f191cdb4c0d7","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7de948a1-abfe-4446-a9e3-19c7ff8d5209","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":"246dc8f9-a2ca-4c01-9a33-3fa75b509722","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"930d275e-ba3c-4e0a-839b-deb68e85e601","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"36598c06-02a9-4792-99e9-c3b588c86776","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"eacc7b8c-fa1c-4589-9cd8-4a4755c0f334"},{"name":"get Scene View","id":"126a7987-5cec-4b62-bdd5-27eca8a7b963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"636f5066-eb19-42b3-8754-597d99aca47e","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"1feae11c-9dc9-4964-8c6a-59fd716c702d","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":"f5ab5fa5-312f-4210-986a-57636127ac73","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c2e8a741-5398-4456-bba3-39f16a8f5539","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"80808137-8731-4714-bc77-998e3faec0fd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"126a7987-5cec-4b62-bdd5-27eca8a7b963"},{"name":"update Scene View","id":"4846184c-056c-4a4d-a056-973ca244c4e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"2af25d17-7db9-4aff-a0a3-aa07dcb2f408","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"3beb31b4-fafd-450d-a6ae-0d0b77a9f8f4","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":"0f9fefe4-dbb0-4588-8f56-8e410c059783","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c9e02677-a592-45ea-918b-c952a4bd96ff","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c92eaac1-e616-4ce2-a4cc-37cc9d234739","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"57d48789-87ad-4392-adaf-579f94762bc6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"4846184c-056c-4a4d-a056-973ca244c4e8"},{"name":"render Scene View","id":"006294d2-a460-45f3-a1c3-7b4bcbed57c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a1c74178-a80f-447e-8de4-fdde5194733f","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"5d390745-b1ad-42c6-aedb-1e1149efca5f","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":"46def6c2-89a6-43cd-8d71-1b8b34e7b308","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"487ae1be-f407-4731-9c0e-f1f890266912","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"afe4e634-975f-4d52-9664-0dc7468b042c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a25a052d-7582-4432-bdf5-bad82e363332","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"006294d2-a460-45f3-a1c3-7b4bcbed57c7"},{"name":"get View Scene Item","id":"2a90c74b-794c-4344-a082-4a32c55b35c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"117e211d-226b-4dc6-9c98-a85aac28c1cb","description":{"content":"<p>(Required) The <code>scene-view</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"},{"id":"87681c8b-0832-4689-adf2-38f81a2f3bac","description":{"content":"<p>(Required) The <code>scene-item</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"itemId"}]}},"response":[{"id":"b7c9d6d0-64a7-44e7-bf3a-86279aa91dab","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      },\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  \"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        \"key_1\": {\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        \"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    \"key_3\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"0e8da93f-a329-4e34-ba75-0ad628b7872b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"361d2854-110d-4ced-8dd6-843ece7ef798","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"9c34b718-0dd0-4019-8416-783d6f4e0816","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"2a90c74b-794c-4344-a082-4a32c55b35c0"},{"name":"get Scene Views","id":"092b3690-2d81-4f08-8e5e-20b1a92dd755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"1349efac-ee2b-4b06-87a5-ad8eafb481f2","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"d29ded2e-e5ba-4b80-93e1-02db19cffb56","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    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"66d6930a-df88-4bea-aaec-57bb19a93b07","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fb5ce233-9e43-45de-bf03-dc39d112e1bf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"092b3690-2d81-4f08-8e5e-20b1a92dd755"},{"name":"create Scene View","id":"221d90e5-6387-4be0-a003-70b88dca2be5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"0cd03680-15ec-42b8-a944-b2b0f291a108","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"f8f6764a-adab-4a46-8864-16818b6b974b","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":"94591420-2a6f-4bb3-9596-9003ed43f460","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"be65c14e-a4e8-4df2-95fd-106eb8ecf33f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"563ad9e9-e9ff-4d15-b219-1a0aabf17ad9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6521c48f-32aa-4c8d-b7a4-1e1762937417","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"221d90e5-6387-4be0-a003-70b88dca2be5"}],"id":"13d1125f-d02d-49f0-9c17-8198cd4a2d24","_postman_id":"13d1125f-d02d-49f0-9c17-8198cd4a2d24","description":""},{"name":"scenes","item":[{"name":"get Queued Scene","id":"74ad8727-e896-402f-a44c-03312c354648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"19d4cf87-5809-4744-8f12-bbd90831b7f8","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"2eb44bb2-3d78-4aa2-bf54-9bf98f330403","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          },\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  \"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":"40f3d6b1-13d0-45c2-995f-d70b7ac9b834","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":"0aaad246-6d3d-4394-bbf1-9a4356f5b100","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"963f5eed-e181-451e-8e54-20c461d1ad4c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"0766179e-0fb8-4d88-ba7a-00beda5134f1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"74ad8727-e896-402f-a44c-03312c354648"},{"name":"get Scenes","id":"df4cc4fb-d358-45cd-a2ea-cbf5f98c0972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"25990099-b535-4bf9-8341-69ffa99616a7","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          \"key_2\": \"<string>\",\n          \"key_3\": \"<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      \"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          \"key_2\": \"<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":"c1b25695-6c9e-4577-a89d-b14a355d608b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"38339cdd-cac9-49d6-95b9-1e7fc63d6169","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"df4cc4fb-d358-45cd-a2ea-cbf5f98c0972"},{"name":"create Scene","id":"d9e7430b-8eda-4cb2-b74d-84be4dc8c478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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        \"key_2\": \"<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":"43b2ab32-6510-47e1-a8d1-c5ed8b990fb2","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        \"key_2\": \"<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        \"key_2\": \"<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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"08e3c5b1-46a6-4f35-b6c0-90c74012beca","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        \"key_2\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1718b8e6-472c-461b-a584-03c5c7a2cd41","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        \"key_2\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"35c9f910-26ff-4578-b6ac-d7982a005471","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        \"key_2\": \"<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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d9e7430b-8eda-4cb2-b74d-84be4dc8c478"},{"name":"delete Scene","id":"d24a601d-4188-4bb0-8d96-a8bafd27a303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"3b280eec-b70a-4fa4-ba7c-3041c0c4400b","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a7108926-0d42-4b04-93c3-ab0a58f0f3eb","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":"c2c3b648-1662-4776-8695-9463e1da951e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e5c4f392-e035-44a8-ac2f-18de1eda2ada","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"421f4bc4-0c1c-4d6a-9db2-6c0563563d78","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d24a601d-4188-4bb0-8d96-a8bafd27a303"},{"name":"get Scene","id":"53fc8e20-8424-4d39-a589-29bf46cb7cd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"4186473d-8975-4902-a762-e9d5978b908e","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6fd4bdbb-665b-4099-9eba-1a8e81b7bfb1","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        \"key_2\": \"<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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"749ff031-be70-493e-bb68-c228b0401fe4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"23e4c416-7998-41a4-885e-1e73aa56752a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c7174869-985e-4688-9281-fbbfaf647289","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"53fc8e20-8424-4d39-a589-29bf46cb7cd2"},{"name":"update Scene","id":"5c2bbe9c-25fc-4f9f-b577-6e171d5c9326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      },\n      \"name\": \"<string>\",\n      \"state\": \"commit\",\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":"f9aafe04-098e-4d23-8d54-0fedc1c50b09","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"19900838-ad96-46b2-8a7c-5e58b2aad5dc","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      },\n      \"name\": \"<string>\",\n      \"state\": \"commit\",\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        \"key_2\": \"<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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"f26692ab-e1b5-41eb-b2ac-2d7db3628260","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      },\n      \"name\": \"<string>\",\n      \"state\": \"commit\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8e73a6aa-4430-4ef4-8fd6-8dc1a0b01531","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      },\n      \"name\": \"<string>\",\n      \"state\": \"commit\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a5f65e67-47d2-496b-b4ce-c03eb622241c","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      },\n      \"name\": \"<string>\",\n      \"state\": \"commit\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8643abf0-6568-4a0a-a265-1c339b7fad13","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      },\n      \"name\": \"<string>\",\n      \"state\": \"commit\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5c2bbe9c-25fc-4f9f-b577-6e171d5c9326"},{"name":"render Scene","id":"9e18bd90-4424-481a-8e6a-93b0279872ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e3753119-be16-485a-8f5a-854eb8ae4902","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"e773c13f-a856-4268-8d67-93af917a301b","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":"33f1676f-11bf-4550-9dbc-579f80157e71","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7da4077d-18c4-4823-8624-e8cd44678f30","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6074a951-3358-468e-9976-1f34e006265a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1e75daa9-dde2-425f-9a02-69ab0272005a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"9e18bd90-4424-481a-8e6a-93b0279872ec"}],"id":"7d408d90-ffe4-4811-af03-897328e0abc0","_postman_id":"7d408d90-ffe4-4811-af03-897328e0abc0","description":""},{"name":"scene-view-states","item":[{"name":"delete Scene View State","id":"87e42c63-efb5-4315-9e32-b183a30c6960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"f8fbfe31-bf24-4623-88f6-4b542f7f6cd1","description":{"content":"<p>(Required) The <code>scene-view-state</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"538ad1eb-35a2-4128-9dc0-cdb9284b1fe1","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":"edcf2050-5562-4704-97ab-a284ad0000d5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4c27db71-5ea4-4b66-82ef-9395e663ac1b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"935b5721-c766-4743-94ed-747c937cf669","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"87e42c63-efb5-4315-9e32-b183a30c6960"},{"name":"get Scene View State","id":"8945b5a1-9a43-41b0-85fe-0d052a0cc1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"61996922-e683-439f-8058-70fc2cb75239","description":{"content":"<p>(Required) The <code>scene-view-state</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"725e1914-43ca-4336-9495-e8ce3786f7ee","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    },\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  }\n}"},{"id":"7576c5cb-57fa-4378-95a3-3c3af499a6f7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7b5bd930-695e-4fc4-8650-f91bafe6b0a3","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6c36de4f-a86c-48f9-a89d-e514d060496d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"8945b5a1-9a43-41b0-85fe-0d052a0cc1a4"},{"name":"update Scene View State","id":"b38ca46d-a310-447e-b578-0b257508a02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"e46fcc7a-b0db-48a9-bbc3-85013b4a900d","description":{"content":"<p>(Required) The <code>scene-view-state</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"724ba149-11f9-470b-baed-1861314aeba4","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    },\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  }\n}"},{"id":"f8164586-f5ee-4d53-9c7c-bdb0618bddce","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"054db140-cfea-4bf5-a50a-f14684a0797c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7c6a3e51-74e1-49df-9211-c23d2e9566e5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"dddc28c6-fc60-4507-adbc-940301cb6bfe","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"b38ca46d-a310-447e-b578-0b257508a02f"},{"name":"get Scene View States","id":"54181bf2-b217-45f3-bd09-0da7234cabb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"97b0bbfe-3b42-462d-87ae-99d6142a85da","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"69ee5019-91fc-4d93-a298-c0555b35bffe","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        \"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      \"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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"4f5a9f10-b334-47f8-abc6-855adf8b15bb","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d847601a-df37-4b57-a4ec-1f98a57433a7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"54181bf2-b217-45f3-bd09-0da7234cabb8"},{"name":"create Scene View State","id":"e76449fc-718b-47d2-abd3-4893cfd91831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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-3d-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-3d-v1, 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":"e316a750-1f1f-43eb-b1ad-58971dda35e0","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"767fd494-0ee1-4396-8067-c7b4f5086671","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-3d-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    },\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  }\n}"},{"id":"eff3f7b3-d380-4b59-899c-d76cddf62577","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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8358e999-4cc7-4eb6-b2c3-eab4dae48cd3","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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"0d057733-ec4d-46cf-8519-20dc19543ebc","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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2983a3b2-15b8-4b0c-a6f3-1b185e38fd36","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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"e76449fc-718b-47d2-abd3-4893cfd91831"}],"id":"993eb84e-f4cf-44a9-aa9a-67fb71291d6d","_postman_id":"993eb84e-f4cf-44a9-aa9a-67fb71291d6d","description":""},{"name":"search-sessions","item":[{"name":"create Search Session","id":"5dfad730-58e6-4833-877a-7fa42d511617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"2b41d2af-3309-44c0-abc9-3a5221745142","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      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\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    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"95e602cb-2bbe-48d3-81c9-72bb757e1ad1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"1675c498-6903-4823-be23-8f644eb7021b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5dfad730-58e6-4833-877a-7fa42d511617"},{"name":"get Search Session","id":"5380c042-c5f1-472f-b8ad-594f3e7b8cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"968573c5-a717-4f78-86cf-340ca14dcd6a","description":{"content":"<p>(Required) The <code>search-session</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"073f26cb-a3a3-4f06-9779-d31fd7f6232e","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      \"key_1\": {\n        \"href\": \"<string>\"\n      },\n      \"key_2\": {\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    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"224806bc-84f5-4d23-ac4b-c2064805952f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"c044aa14-755f-4e49-956b-724865202a62","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"57e8e597-0606-4609-9269-a80c8cd36f4e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5380c042-c5f1-472f-b8ad-594f3e7b8cad"}],"id":"fada34d1-48bb-4e90-bf91-a0ac21b3e8d5","_postman_id":"fada34d1-48bb-4e90-bf91-a0ac21b3e8d5","description":""},{"name":"stream-keys","item":[{"name":"create Scene Stream Key","id":"8e720fc1-b0fb-4a38-9352-65cbc79e2dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"61ca33c8-e4e1-4790-9a8b-dc0a79c616a8","description":{"content":"<p>(Required) The <code>scene</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"a089b9e0-aa1e-4cb0-a559-c0656925ab88","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    \"key_2\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"316f41a7-ff33-4259-b07d-1c51b6c2b109","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"82c0ebbe-29b6-402b-8e0e-f9e74ff9ee97","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6b1092a5-8499-45a2-9d27-a5221cebf6ba","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"8e720fc1-b0fb-4a38-9352-65cbc79e2dda"},{"name":"get Stream Keys","id":"095a8e4e-2e7a-4649-8d5d-bbce91ecfd55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"9f783796-d4c5-45d2-80da-1fdbb4de21f6","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        \"key_1\": {\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        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"78f602e4-c54a-45f5-a938-509901dfa4db","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"8aaaf8ea-14de-4f9c-99b8-6a03350fceaa","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"095a8e4e-2e7a-4649-8d5d-bbce91ecfd55"},{"name":"delete Stream Key","id":"06c0bd80-6e72-4271-a662-f6f491642e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"6dab6d0d-b7e3-4d7e-a328-5c7282f5dcd7","description":{"content":"<p>(Required) The <code>stream-key</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"462171c7-71c4-46c5-a639-094460a8365d","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":"cf085b52-1690-4640-8d97-79c6b6430f04","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fd39498f-a726-4aaf-8656-5aca9b8a5af0","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"166f3c79-7bf6-4fdf-9de2-2e41a9373a10","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"06c0bd80-6e72-4271-a662-f6f491642e2c"}],"id":"c2116701-1488-49de-b0d9-81ccfaf5eca3","_postman_id":"c2116701-1488-49de-b0d9-81ccfaf5eca3","description":""},{"name":"threads","item":[{"name":"create Thread","id":"7a8d97ff-d931-48d4-8c4d-731686f9a8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      \"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-3d-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>▹▹ 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>any</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹ <em>anonymous</em></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-3d-v1, 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>▹▹▹ <em>anonymous</em></td>\n<td>CreateDocumentReference</td>\n<td>false</td>\n<td>A reference to a document to be created for a thread or reply.</td>\n</tr>\n<tr>\n<td>▹▹▹▹ documentAnnotation</td>\n<td>CreateDocumentAnnotation</td>\n<td>false</td>\n<td>Document annotation used when creating a document reference.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ content</td>\n<td>PdfMarkup</td>\n<td>true</td>\n<td>The content of the document annotation.</td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ canvas</td>\n<td>CanvasDocument2d</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>▹▹▹▹▹▹▹▹ <em>anonymous</em></td>\n<td>OvalItem2d</td>\n<td>false</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>▹▹▹▹▹▹▹ type</td>\n<td>enum(canvas-document-2d-v1)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ pageNumber</td>\n<td>integer(int32)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹▹ type</td>\n<td>enum(pdf-markup)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹▹ type</td>\n<td>enum(document-annotation)</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>▹▹▹▹ documentId</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(document-reference)</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":"0a4324a1-0b1c-4948-b451-1a64785c3dc1","description":{"content":"<p>(Required) The <code>collaboration-context</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"08bc08b7-fd3b-4c7c-89e8-40a6da0e81c7","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      \"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-3d-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\": \"open\",\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        \"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        \"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":"df14b2a0-4d3d-4250-8f97-648997c0db56","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      \"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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6a98a50d-9287-4f54-93a4-e045bbda57c2","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      \"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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f69002eb-dbf3-4783-a406-ccd97b5fc6a9","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      \"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-3d-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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"7a8d97ff-d931-48d4-8c4d-731686f9a8eb"},{"name":"get Threads","id":"9680d638-496e-421c-948c-84f2271b1287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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]=<string>&filter[collaborationContextId]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,open&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":"<string>"},{"description":{"content":"<p>Collaboration contexts to filter on.</p>\n","type":"text/plain"},"key":"filter[collaborationContextId]","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>"},{"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,open"},{"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":"e4fbc53a-aa34-4740-aa44-7beafda91b47","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]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,open&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":"<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>"},{"description":"The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.\n","key":"filter[status]","value":"resolved,open"},{"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\": \"resolved\",\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        \"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        \"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        \"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    \"key_3\": {\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      }\n    }\n  ]\n}"},{"id":"bbc7d8ba-3cf1-4edb-ac89-c8742b8e81fe","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]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,open&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":"<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>"},{"description":"The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.\n","key":"filter[status]","value":"resolved,open"},{"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2616802e-2c39-4e61-ac4c-9f027b32d860","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]=<string>&page[cursor]=<string>&page[size]=<integer>&include=<string>&filter[status]=resolved,open&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":"<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>"},{"description":"The statuses of a thread to filter by. Send as a CSV list, e.g. open,resolved.\n","key":"filter[status]","value":"resolved,open"},{"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"9680d638-496e-421c-948c-84f2271b1287"},{"name":"delete Thread","id":"5f367d37-e11a-43ed-80c5-4c75514b3917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"88b1c009-4d29-430a-8d65-c07ac5138f37","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6a955c02-b46d-404e-a51e-6cdf06e5d6a8","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":"fa5faf6d-1805-4f36-941c-85a209cd1af4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"51d9812d-37dd-4f64-946f-29e6ac644d5e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"5f367d37-e11a-43ed-80c5-4c75514b3917"},{"name":"get Thread","id":"fe36fc03-d057-476a-af4f-d9b0dbdbf7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"7fe3f4e0-d14e-4653-8a85-a55951852bc1","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"41963613-bc5e-4051-a9f4-197881bdd3fe","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\": \"open\",\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        \"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        \"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":"23663310-0ef9-44d3-85d8-64855e1ac2fb","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"607d3d54-0766-4a45-9e2c-19d979829fe6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d2ba8577-0987-472d-9d74-d5520b50919e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"fe36fc03-d057-476a-af4f-d9b0dbdbf7ab"},{"name":"update Thread","id":"d80d6b3e-3131-4fb8-96fb-716a7feae272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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      \"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>▹▹ 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":"23718875-a4ae-4bcd-b711-6c0ab1e70c87","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"7f2968cd-5472-47f7-82cd-3d79849fa8f3","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      \"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\": \"open\",\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        \"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        \"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":"262bd776-909c-4798-a033-1ad1b1d53cd6","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"255488cf-6f1b-4e6a-acc5-1cc9f907ad14","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fee4c3fe-29d1-4f92-8a68-be056f5edceb","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      \"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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d80d6b3e-3131-4fb8-96fb-716a7feae272"},{"name":"get Thread Participants","id":"1e83b7eb-5c95-4046-bb5b-af01a48c7de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"0245839d-9994-4c9d-adcf-11f92ae5ea4d","description":{"content":"<p>(Required) The <code>thread</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"ebc28e66-e010-4296-b98d-eb10f285b774","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        \"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  }\n}"},{"id":"65d5c8fe-3027-4465-b0e7-8d7ea083ee02","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"783f65dc-e84f-4faa-9104-cffe75d699b1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fa1e6d39-1b05-4332-ba7c-d56d951bc9ea","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"1e83b7eb-5c95-4046-bb5b-af01a48c7de9"}],"id":"be5e17cb-a30a-47db-9f0e-ffe636d8080e","description":"<p>Requires Engage Module</p>\n","_postman_id":"be5e17cb-a30a-47db-9f0e-ffe636d8080e"},{"name":"translation-inspections","item":[{"name":"post Query Translation Jobs","id":"cd7f936f-adbb-45a4-937b-cc669f53845c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"c9e1568b-9b49-48d4-9669-f9d9502d5702","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              },\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              \"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                \"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          \"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          }\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              },\n              \"source\": {\n                \"parameter\": \"<string>\",\n                \"pointer\": \"<string>\"\n              },\n              \"status\": \"<string>\",\n              \"title\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"detail\": \"<string>\",\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        },\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            \"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    }\n  ]\n}"},{"id":"ffbc23f4-d1c4-4220-a719-7db180edfe98","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4511ee02-04e3-48d1-b88c-816c1ce54ef4","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"762931c5-d08b-40a4-8502-4d7ae1e3ca39","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b8465764-71ed-4c25-8282-00d16dd838d2","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"cd7f936f-adbb-45a4-937b-cc669f53845c"},{"name":"get Queued Translation Jobs","id":"6a35fb33-5240-4f5c-876c-70848118303a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"f72f5663-c9ab-483e-adfb-6ef54b5eefae","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            },\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            },\n            \"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      }\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            },\n            \"meta\": {\n              \"key_0\": \"<string>\",\n              \"key_1\": \"<string>\",\n              \"key_2\": \"<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              \"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        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"db31ef4c-f32f-464a-925d-ab7f5c00039b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"18955ecd-4778-466d-80bc-0026048d5c67","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"871a5b06-cc53-47c8-b2a5-d067e4d0e15c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"6a35fb33-5240-4f5c-876c-70848118303a"},{"name":"get Queued Translation Job","id":"1ca0c8e5-335d-4294-9ae5-7d9f5ec4381e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"cdc1af8f-6d04-4740-bf34-9494186cdb28","description":{"content":"<p>(Required) The <code>queued-translation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"04513d65-447a-44a9-bb45-0e4deb23bd27","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          },\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          },\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      \"key_2\": {\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      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"eddce3d9-fd5f-46d9-973e-0d6afa395a40","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":"6327ffb3-722f-4df4-b5ce-9adace99f78e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"6d5b59f2-1880-40b4-9c70-fa6d1829b23f","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"356a2d8f-df0d-4629-b8a4-7f87e82a4300","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"1ca0c8e5-335d-4294-9ae5-7d9f5ec4381e"},{"name":"get Queued Translations","id":"39a1232a-f113-46fa-8822-778a8625fd92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"8da677fd-c857-4f83-a27a-79a86d226b8c","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            },\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            },\n            \"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      }\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            },\n            \"meta\": {\n              \"key_0\": \"<string>\",\n              \"key_1\": \"<string>\",\n              \"key_2\": \"<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              \"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        \"key_1\": {\n          \"href\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    }\n  }\n}"},{"id":"7e627745-b5f5-4c65-803d-796cb3713d98","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":"6f684f4c-e6eb-479b-bd6c-b51604921844","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"0a2520de-5254-4ba7-b0af-a011f7f472ba","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f0f0eee6-da44-4d0e-b47c-011823749749","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"39a1232a-f113-46fa-8822-778a8625fd92"},{"name":"get Queued Translation","id":"7c3f4aa4-d233-4683-857a-930ee2c4bf66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"30957144-d0b7-4a8e-970d-e29b5cc1a613","description":{"content":"<p>(Required) The <code>queued-translation</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"d537e62b-4219-44ab-bb04-c6dd06e1b657","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          },\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  \"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":"4a2663e4-1b14-4c08-b69b-07fce6d25927","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":"4e3d66a5-0f00-4d94-a662-22fdbed1e2e5","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"3afab845-4e74-4357-978f-6917815d31e2","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d56a33a2-0237-4676-9961-e3d18720bea9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"7c3f4aa4-d233-4683-857a-930ee2c4bf66"},{"name":"create Translation Inspection","id":"d048c7e4-2b5e-4f17-8a38-79fb571c9ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"400e4ea9-3397-4234-a7e1-e4e338dd8e5d","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":"204fe51c-38a9-4c6d-8151-4a87a9751107","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e41def4a-2078-4f25-afee-4e37ac7c1dc6","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"01737886-b431-4e27-9a7a-7c22195cf758","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d048c7e4-2b5e-4f17-8a38-79fb571c9ff2"},{"name":"get Inspection Job","id":"39e712da-a211-4425-bf27-075e9f8237d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"a236c63e-d452-4333-869e-8b9bf15b9d7c","description":{"content":"<p>(Required) The <code>translation-inspection</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6341c824-094e-40d2-8e50-8a877aca424a","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":"0a829f13-9a4a-4490-a5e5-500c9d6e7e0c","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"53287714-d72d-4335-adba-26db05df1b77","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d7921f9b-804a-4dca-a690-f6123c04ec8e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"39e712da-a211-4425-bf27-075e9f8237d5"}],"id":"d2591be6-2e90-4c96-ac19-ddf585670e72","_postman_id":"d2591be6-2e90-4c96-ac19-ddf585670e72","description":""},{"name":"users","item":[{"name":"list Users","id":"e65d7cad-d15e-49d5-942e-e22c97006549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"373a1175-5220-4381-b8c3-a613691d375c","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        \"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  }\n}"},{"id":"603de7ab-684b-42d7-a905-213f7f2f3003","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f56a985d-1524-45ff-bd72-28460cacd319","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"a362ee54-f8c4-43e6-8968-5e630893dafd","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"e65d7cad-d15e-49d5-942e-e22c97006549"},{"name":"create User","id":"7ad1b2c8-18e8-4e5e-96aa-00e696469f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"ab7a8653-f62d-4461-9d0a-744a2ffeb17e","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    }\n  },\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":"413d2f6a-6261-4a21-83ea-1b9c6e558e42","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"f377dad0-5fcd-4d08-afc0-a2d3e8c269cc","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"16ddd64f-7f79-41e5-b079-05749f11a72a","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"7ad1b2c8-18e8-4e5e-96aa-00e696469f41"},{"name":"get User","id":"2f40c413-eb9a-4af0-a2c6-8cdb2dcc405a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"26641dd1-c043-4267-a6e8-2a7c5f40c610","description":{"content":"<p>(Required) The <code>user</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"4dde9aba-4333-4657-9c92-83b784e8966d","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    }\n  },\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":"8e01c1f5-0bf3-4092-a5b9-819c986f76ec","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ca80baf9-d148-4694-8ec4-37b1d66d3442","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"b459b2aa-e311-4e0a-8720-d8d92f7e9882","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"2f40c413-eb9a-4af0-a2c6-8cdb2dcc405a"},{"name":"get User Groups For User","id":"66a12429-8d27-432d-abea-dd6c8da2b3dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"cb23bee1-43e3-4b52-a26c-f2ed034733b4","description":{"content":"<p>(Required) The <code>user</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"6c0809a2-d9b0-4efb-838c-895390053e85","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        \"key_2\": {\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        \"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":"ce8caa4e-4672-478e-b97e-fa2af13eceda","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e6b064b1-3a3d-4303-955e-a36e40428303","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"284d9502-604b-4443-8347-1efbffaedeba","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"66a12429-8d27-432d-abea-dd6c8da2b3dc"}],"id":"b13de5d3-7741-440d-91b7-425a3df6be15","_postman_id":"b13de5d3-7741-440d-91b7-425a3df6be15","description":""},{"name":"user-groups","item":[{"name":"create User Group","id":"34ebc0b1-9ace-4adb-86e5-f3efcc09548c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"d704779c-8e21-49fd-801c-1b22a33326ad","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      \"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  }\n}"},{"id":"d95e4a05-9d0b-40f5-bf47-21b09d427b7b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4245036e-fa55-42dc-9c7e-3b211d356bfb","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"95407512-2fef-490b-a08c-5681d8ea164b","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"34ebc0b1-9ace-4adb-86e5-f3efcc09548c"},{"name":"get User Group","id":"0c142342-cb1f-4c68-82eb-6083d8c25f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"f56a6727-8f4d-44d3-85e2-ae923e4b08c0","description":{"content":"<p>(Required) The <code>user-group</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"3a4ba4a9-170a-486a-9f69-48ec979c3144","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":"42e93495-a3ff-4c2b-8acd-54a297e57faf","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"5c90d3af-1b90-46f3-897c-abf5e1a04a82","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"d73590be-b2a9-4efb-b2d3-84bc83260a9e","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"0c142342-cb1f-4c68-82eb-6083d8c25f08"},{"name":"add Users To User Group","id":"aca0a2fc-5011-4fa6-a8ba-43a807471c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"c27f4c77-8d25-45d5-9e90-b74d747dc9b8","description":{"content":"<p>(Required) A <code>user-group</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"58b2fdf2-1538-4136-bd03-749d90185574","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":"9f919f28-b764-417b-aa6c-58a03c651bed","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"45d17055-3ffa-4e81-93f1-7eec7cb12452","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"fa985a8b-70e0-4bdd-9bc2-e7fc2fe677d9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"aca0a2fc-5011-4fa6-a8ba-43a807471c8d"}],"id":"be9d64f7-d97e-4fd5-a574-21c1d9d0372c","_postman_id":"be9d64f7-d97e-4fd5-a574-21c1d9d0372c","description":""},{"name":"webhook-subscriptions","item":[{"name":"get Webhook Subscriptions","id":"d3621d53-b759-4f34-bc55-d7fba01a25db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"fadddee2-8af7-4537-a66e-7c4cf4a1fd7a","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\": \"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        \"key_1\": {\n          \"href\": \"<string>\"\n        },\n        \"key_2\": {\n          \"href\": \"<string>\"\n        }\n      }\n    },\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  \"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":"192cb253-04a8-432c-b47e-8b886b986d51","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"9993a2de-b2f7-4dcd-8ea8-3c85f3888836","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"d3621d53-b759-4f34-bc55-d7fba01a25db"},{"name":"create Webhook Subscription","id":"c5394e90-ac93-4fac-a3b5-9cf3981f77fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"52804a05-5da2-4ad7-b234-c79c854e7893","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\": \"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      \"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  }\n}"},{"id":"3dbbf751-acd2-4938-b25a-6bb141ce9013","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"e1fbff1f-7649-4103-a06e-979026f9f1c9","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"c5394e90-ac93-4fac-a3b5-9cf3981f77fb"},{"name":"delete Webhook Subscription","id":"2fc53415-81b8-4e13-ab3d-689588357a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"cdb7be0c-592e-4289-996e-251316db8e0d","description":{"content":"<p>(Required) The <code>webhook-subscription</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"13006834-5a4a-4617-ae5f-e7daf48c474c","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":"7fa144de-4a5c-45f1-8167-173bf816b002","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7d71ac9d-ee10-4726-b783-df09cc271f48","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"7ee827fc-a4e0-45cd-a733-a1329e1e44b1","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"2fc53415-81b8-4e13-ab3d-689588357a0a"},{"name":"get Webhook Subscription","id":"a95c566c-c394-4454-bdb5-02f848bbd087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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":"c01fb7bf-cfcd-4972-b945-867e584e1423","description":{"content":"<p>(Required) The <code>webhook-subscription</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"8f7c1e56-de42-4476-971e-03061bfcdaba","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\": \"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      \"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  }\n}"},{"id":"a5761cd6-0a18-47d8-963c-8f475dfaca8d","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"ed4864f6-425a-4efc-a978-ff196c37dd29","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"3cdfaad5-5d93-4e8d-94ac-6f1107594be7","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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"a95c566c-c394-4454-bdb5-02f848bbd087"},{"name":"update Webhook Subscription","id":"618654b6-f7d5-49d7-8b6c-6218f1095526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<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\": \"paused\",\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":"e2656c9c-6050-472a-8886-67c5749d06cf","description":{"content":"<p>(Required) The <code>webhook-subscription</code> ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"id"}]}},"response":[{"id":"075acb59-0c3b-4517-a2ea-8f8c9f3cee13","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\": \"paused\",\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\": \"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      \"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  }\n}"},{"id":"b65cae8b-13d8-492e-8636-4d5302fa2f18","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\": \"paused\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2fd419a7-c7c1-41cc-9e67-c15ce3db0852","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\": \"paused\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"4d40fff9-fd82-49fe-b5fa-b33cc7ef5709","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\": \"paused\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"},{"id":"2fb3d92d-ee5b-4ac6-b985-39d12e9edc1e","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\": \"paused\",\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        \"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      },\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  \"links\": {\n    \"key_0\": {\n      \"href\": \"<string>\"\n    },\n    \"key_1\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": \"<string>\"\n  }\n}"}],"_postman_id":"618654b6-f7d5-49d7-8b6c-6218f1095526"}],"id":"902efc95-0504-40c8-ab35-58df0ff4285f","_postman_id":"902efc95-0504-40c8-ab35-58df0ff4285f","description":""}],"variable":[{"key":"baseUrl","value":"https://platform.vertexvis.com"}]}