{"info":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","description":"<html><head></head><body><p><em>This Collection is a thorough overview on the implementation of the</em> <a href=\"https://api.graymeta.com/\">Curio APIs</a> <em>into your internal systems or workflows. The Curio engine can function as a stand-alone tool or can enrich and enhance the data of an existing system of record.</em></p>\n<p>Each section below are breakout sections for programmatically interacting with or creating Curio metadata.</p>\n<p>If using this primarily with Postman it's recommended to create an Environment and use variables as some of the calls make sense to utilize the same envars.</p>\n<h2 id=\"concepts\">Concepts</h2>\n<p>This document outlines the high-level concepts modeled in the GrayMeta Platform API.</p>\n<h3 id=\"how-curio-works\">How Curio works</h3>\n<p>The GrayMeta Platform <a href=\"https://api.graymeta.com/010__GrayMeta/Harvesting.html\">ingests content</a> from storage, extracting metadata and making it available via various <a href=\"https://api.graymeta.com/020__API_Reference/index.html\">APIs</a>.</p>\n<h3 id=\"storage\">Storage</h3>\n<p>Content is stored at <a href=\"https://api.graymeta.com/020__API_Reference/Locations_API.html\">Locations</a>, inside <a href=\"https://api.graymeta.com/020__API_Reference/Containers_API.html\">Containers</a>. Each file is called an <a href=\"https://api.graymeta.com/020__API_Reference/Item_Object.html\">Item</a>.</p>\n<ul>\n<li><em>Locations</em> may only contain <em>Containers</em>, not <em>Items</em></li>\n<li><em>Containers</em> contain <em>Items</em></li>\n<li>You can think of an <em>Item</em> as a single file</li>\n</ul>\n<p>For example, a connection to an Amazon S3 instance is a <em>Location</em>, and the buckets are <em>Containers</em>. The files inside the buckets are the <em>Items</em>.</p>\n<h3 id=\"data\">Data</h3>\n<p>Once analyzation has finished, you may access the metadata for an item by using the unique IDs assigned to it with the <a href=\"https://api.graymeta.com/020__API_Reference/Items_API.html\">Items API</a>, alternatively you can use the <a href=\"https://api.graymeta.com/030__Search\">Search API</a> to perform full-text queries, filters and aggregations against the metadata.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5226554","collectionId":"51ebd78d-1d7d-4632-be82-42ca6387b008","publishedId":"2s9YeBdDdz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-22T14:27:59.000Z"},"item":[{"name":"User Management","item":[{"name":"Get all Users","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fdae1a65-135a-47ea-933f-d65bd7e6932e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/users","description":"<p>List all Users and their unique ID within the Curio ecosystem.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1180aaa2-54c0-4c29-a7fd-d33438ae1dd5","name":"Get all Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"317"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:34:50 GMT"},{"key":"x-accepted-oauth-scopes","value":"user:manage"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"07980cc6-d309-44a1-ba0d-7a3821535354"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": \"6437bd43cbb9e624b3031054987e934d\",\n            \"email\": \"admin@graymeta.com\",\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"enabled\": true,\n            \"created_at\": \"2023-04-13T08:28:51.200155Z\",\n            \"updated_at\": \"2023-04-13T08:28:51.200155Z\",\n            \"groups\": {\n                \"count\": 0,\n                \"shortlist\": null\n            },\n            \"avatar\": \"\",\n            \"role_id\": \"root\",\n            \"company_uid\": \"\"\n        },\n        {\n            \"id\": \"6437fd4ed35f694afbc07cf34fbaa6ca\",\n            \"email\": \"jesse@graymeta.com\",\n            \"first_name\": \"Jesse\",\n            \"last_name\": \"Graham\",\n            \"enabled\": true,\n            \"created_at\": \"2023-04-13T13:02:06.666473Z\",\n            \"updated_at\": \"2023-04-13T13:02:06.666473Z\",\n            \"groups\": {\n                \"count\": 0,\n                \"shortlist\": null\n            },\n            \"avatar\": \"\",\n            \"role_id\": \"root\",\n            \"company_uid\": \"\"\n        }\n    ]\n}"}],"_postman_id":"fdae1a65-135a-47ea-933f-d65bd7e6932e"},{"name":"Create User","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6f8709e3-d85e-4d85-9f16-f338d636ddc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"{{user_first_name}}\",\n    \"last_name\": \"{{user_last_name}}\",\n    \"email\": \"{{user_email_address}}\",\n    \"password\": \"{{user_password}}\",\n    \"role_id\": \"{{role_id}}\",\n    \"group_ids\": [\n        \"{{group_id}}\"\n    ]\n}"},"url":"{{url}}/api/data/users","description":"<p>Programmatically create a new Curio User</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f19e9b8a-7313-48b0-a3fd-764321e14c77","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"{{user_first_name}}\",\n    \"last_name\": \"{{user_last_name}}\",\n    \"email\": \"{{user_email_address}}\",\n    \"password\": \"{{user_password}}\",\n    \"role_id\": \"{{role_id}}\",\n    \"group_ids\": [\n        \"{{group_id}}\"\n    ]\n}"},"url":"{{url}}/api/data/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"251"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:53:09 GMT"},{"key":"x-accepted-oauth-scopes","value":"user:manage"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"3b6d7758-7804-443a-a3af-f43537ea4bae"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"655e15d53463ca1416629fe40412a90f\",\n    \"email\": \"jesse@graymeta.com\",\n    \"first_name\": \"Jesse\",\n    \"last_name\": \"Graham\",\n    \"enabled\": true,\n    \"created_at\": \"2023-11-22T14:53:09.38216Z\",\n    \"updated_at\": \"2023-11-22T14:53:09.38216Z\",\n    \"groups\": {\n        \"count\": 0,\n        \"shortlist\": null\n    },\n    \"avatar\": \"\",\n    \"role_id\": \"655e159b7082b1322bc3ddb4accc602f\",\n    \"company_uid\": \"\"\n}"}],"_postman_id":"6f8709e3-d85e-4d85-9f16-f338d636ddc0"},{"name":"Get Individual User Data","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3e26a45c-7784-4e74-8f02-b1629dddfe25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/users/{{user_id}}","description":"<p>Inspect individual Curio User</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","users","{{user_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"26c459bc-7c3c-462f-bde6-374137941931","name":"Get Individual User Data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/users/{{user_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"251"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:54:35 GMT"},{"key":"x-accepted-oauth-scopes","value":"user:manage"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"979cb759-cb28-4d38-b5e8-2b903f4410a8"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"655e15d53463ca1416629fe40412a90f\",\n    \"email\": \"jesse@graymeta.com\",\n    \"first_name\": \"Jesse\",\n    \"last_name\": \"Graham\",\n    \"enabled\": true,\n    \"created_at\": \"2023-11-22T14:53:09.38216Z\",\n    \"updated_at\": \"2023-11-22T14:53:09.38216Z\",\n    \"groups\": {\n        \"count\": 0,\n        \"shortlist\": []\n    },\n    \"avatar\": \"\",\n    \"role_id\": \"655e159b7082b1322bc3ddb4accc602f\",\n    \"company_uid\": \"\"\n}"}],"_postman_id":"3e26a45c-7784-4e74-8f02-b1629dddfe25"},{"name":"Get User Bearer Token","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"05782c29-d47c-4376-bbfc-5656c225b24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/api-keys","description":"<p>List YOUR Bearer Tokens (Does not list other users API keys)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","api-keys"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cd371999-0b36-48a3-95d3-8be71bb2ef25","name":"Get User Bearer Token","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/api-keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:55:16 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"46dcf2e2-5f29-4305-a4e3-1d191d0034e0"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_keys\": [\n        {\n            \"id\": \"a35957be23d28ca29cccaef86052ffb17ab2a4236d8b1edcee1639dd0a115271\",\n            \"name\": \"JRG\",\n            \"user_id\": \"6437fd4ed35f694afbc07cf34fbaa6ca\",\n            \"jwt\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"created_at\": \"2023-04-15T22:16:39.54683Z\",\n            \"updated_at\": \"2023-11-14T14:09:07.170905Z\",\n            \"active\": true\n        }\n    ]\n}"}],"_postman_id":"05782c29-d47c-4376-bbfc-5656c225b24f"},{"name":"Create Bearer Token","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"213d0aa4-8863-4eda-a17a-b4a608d7b30c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{api_key_name}}\"\n}"},"url":"{{url}}/api/data/api-keys","description":"<p>Create an additional Bearer Token (tokens created include all access and functionality of the User who created them - Users with different scopes Bearer Tokens will only include the functionality of that individual user).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","api-keys"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7d953470-077c-4094-8a03-5a15558ef8a5","name":"Create Bearer Token (only logged in User can do this)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{api_key_name}}\"\n}"},"url":"{{url}}/api/data/api-keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"514"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:56:03 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"8d9738d1-2752-4595-a5e5-4346a579c9de"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"89a06914169a6f5cb2e60fef5a07e648ea5eaa8c04d2789f0e6e9dd3bc9ed183\",\n    \"name\": \"{{api_key_name}}\",\n    \"user_id\": \"6437fd4ed35f694afbc07cf34fbaa6ca\",\n    \"jwt\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"created_at\": \"2023-11-22T14:56:03.688961Z\",\n    \"updated_at\": \"2023-11-22T14:56:03.688961Z\",\n    \"active\": true\n}"}],"_postman_id":"213d0aa4-8863-4eda-a17a-b4a608d7b30c"},{"name":"Deactivate Bearer Token","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c77dad85-aabc-400a-8bf2-1616917026d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{api_key_name}}\",\n    \"active\": false\n}"},"url":"{{url}}/api/data/api-keys/{{api_key_id}}","description":"<p>Deactive selected Bearer Token</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","api-keys","{{api_key_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2ef9ab12-e273-4dce-86f7-5c404764993b","name":"Deactivate Bearer Token","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{api_key_name}}\",\n    \"active\": false\n}"},"url":"{{url}}/api/data/api-keys/{{api_key_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"523"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:57:32 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"cf8d8089-d9e1-422a-bb79-76c4ef8c27f9"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"89a06914169a6f5cb2e60fef5a07e648ea5eaa8c04d2789f0e6e9dd3bc9ed186\",\n    \"name\": \"Dead Key\",\n    \"user_id\": \"6437fd4ed35f694afbc07cf34fbaa6ca\",\n    \"jwt\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"created_at\": \"2023-11-22T14:56:03.688961Z\",\n    \"updated_at\": \"2023-11-22T14:57:32.371484Z\",\n    \"active\": false\n}"}],"_postman_id":"c77dad85-aabc-400a-8bf2-1616917026d3"},{"name":"Delete Bearer Token","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6393c178-3a6c-46cb-9cd9-1b7594f73c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{api_key_name}}\",\n    \"active\": false\n}"},"url":"{{url}}/api/data/api-keys/{{api_key_id}}","description":"<p>Delete selected Bearer Token</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","api-keys","{{api_key_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f1b4a444-e87f-4fa5-a0ff-66b04d09ee7b","name":"Delete Bearer Token","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{api_key_name}}\",\n    \"active\": false\n}"},"url":"{{url}}/api/data/api-keys/{{api_key_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"40"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:58:22 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"ccc91b79-3af2-4fe1-bf5f-211bbbadd9c2"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"}],"_postman_id":"6393c178-3a6c-46cb-9cd9-1b7594f73c3f"},{"name":"Disable Individual User","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"03606f4a-bcd5-4916-a68b-d3389368d126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": false,\n    \"id\": \"{{user_id}}\"\n}"},"url":"{{url}}/api/data/users/{{user_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","users","{{user_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"44c4b231-e84c-4963-907b-c9569d092e11","name":"Disable Individual User","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": false,\n    \"id\": \"{{user_id}}\"\n}"},"url":"{{url}}/api/data/users/{{user_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"264"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 15:17:32 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"3e5c6d11-76e2-4501-a6df-c4ffbca9cd6e"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"655e15d53463ca1416629fe40412a90f\",\n    \"email\": \"jesse@graymeta.com\",\n    \"first_name\": \"Jesse\",\n    \"last_name\": \"Graham\",\n    \"enabled\": false,\n    \"created_at\": \"2023-11-22T14:53:09.38216Z\",\n    \"updated_at\": \"2023-11-22T15:17:32.282582Z\",\n    \"groups\": {\n        \"count\": 0,\n        \"shortlist\": null\n    },\n    \"avatar\": \"\",\n    \"role_id\": \"655e159b7082b1322bc3ddb4accc602f\",\n    \"company_uid\": \"\"\n}"}],"_postman_id":"03606f4a-bcd5-4916-a68b-d3389368d126"},{"name":"Get Available Roles","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cf7ce637-677a-4902-b031-6401b76b72d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","roles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"66ddd9f1-0599-466b-b29b-239a0048263c","name":"Get Available Roles","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"239"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:52:26 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"7de3f711-8e24-451e-b359-be8b98a84942"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"655e159b7082b1322bc3ddb4accc602f\",\n            \"name\": \"Custom User Role\",\n            \"description\": \"\"\n        },\n        {\n            \"id\": \"root\",\n            \"name\": \"Super User\",\n            \"description\": \"Access to all system features, functions and data\"\n        },\n        {\n            \"id\": \"default-user\",\n            \"name\": \"User\",\n            \"description\": \"Can view, edit and download content on allowed storage locations\"\n        }\n    ]\n}"}],"_postman_id":"cf7ce637-677a-4902-b031-6401b76b72d3"},{"name":"Get Role Details","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ccdf1650-5c6b-45ae-8842-a060d44534e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/roles/{{role_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","roles","{{role_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0d8d8498-6bc3-4db1-bc87-b2c32a6cbcf8","name":"Get Role Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/roles/{{role_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"151"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 15:17:45 GMT"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"99c9844f-d0b1-4cec-96d8-217d77748d05"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"655e159b7082b1322bc3ddb4accc602f\",\n    \"name\": \"Custom User Role\",\n    \"description\": \"\",\n    \"scopes\": [\n        \"people:write\",\n        \"storage:view\"\n    ]\n}"}],"_postman_id":"ccdf1650-5c6b-45ae-8842-a060d44534e8"},{"name":"Get Available Groups","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ab2cffe9-2a14-48c0-9a6e-2310c3a764ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/groups","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","groups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"58c042ab-c767-4efb-b682-f66fead9b280","name":"Get Available Groups","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"118"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 14:46:47 GMT"},{"key":"x-api-version","value":"v3"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"933d143f-07ae-4b04-a05a-20e6df072659"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": [\n        {\n            \"id\": \"655e145064f36fd603ccf29e508c8bed\",\n            \"name\": \"The GrayMetas\"\n        }\n    ]\n}"}],"_postman_id":"ab2cffe9-2a14-48c0-9a6e-2310c3a764ee"},{"name":"Get Group Details","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0060d1f3-27f0-491e-b12f-9aec94ca4555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/groups/{{group_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","groups","{{group_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6cff6d10-91c3-4271-8c90-c6d262dab730","name":"Get Group Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/groups/{{group_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"93"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 15:19:07 GMT"},{"key":"x-api-version","value":"v3"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"9a7816d1-99ca-4d62-85c3-4cf96e5fbe2f"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"655e145064f36fd603ccf29e508c8bed\",\n    \"name\": \"TheGrayMetas\"\n}"}],"_postman_id":"0060d1f3-27f0-491e-b12f-9aec94ca4555"}],"id":"5d8fc457-9f2d-4c50-a0d4-606675a88d58","description":"<p>This section include the ability to manage users within the Curio system. It is recommeded that Roles and Groups be created in the UI, but these functions are available programmatically as well.</p>\n","_postman_id":"5d8fc457-9f2d-4c50-a0d4-606675a88d58","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}}},{"name":"Content Analysis","item":[{"name":"1.) Put container in db/enable","id":"e45c23b7-dfbc-42ae-bbda-50b315acc869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{container_name}}\",\n\t\"location_id\": \"{{location_id}}\",\n    \"profile_id\": \"{{profile_id}}\",\n\t\"enabled\": true\n}"},"url":"{{url}}/api/data/containers","description":"<p><strong>Put container in db/enable</strong> - This step actually puts the new bucket into the database, if this step is skipped you will technically still be able to call a harvest against the bucket, but the proxies, etc. will not be indexed or searchable. This step also makes this bucket eligible/enabled to be walked during Live Harvest (if configured).</p>\n","urlObject":{"path":["api","data","containers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a5f5533-8090-4448-87db-437332f82d09","name":"1.) Put container in db/enable","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{container_name}}\",\n\t\"location_id\": \"{{location_id}}\",\n    \"profile_id\": \"{{profile_id}}\",\n\t\"enabled\": true\n}"},"url":"{{url}}/api/data/containers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"252"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 15:19:51 GMT"},{"key":"x-accepted-oauth-scopes","value":"storage:manage"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"4b7acda8-314e-453f-b1d9-7e94dc81bbbb"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"HashID\": \"c6dd252b4cbfee928d29f8cb8002da02\",\n    \"id\": \"MyBucket\",\n    \"name\": \"\",\n    \"location_id\": \"6437c203c1bd5da1db49bb5de3cf1f79\",\n    \"profile_id\": \"default\",\n    \"version\": 1,\n    \"enabled\": true,\n    \"last_harvested\": \"0001-01-01T00:00:00Z\",\n    \"request_id\": \"\",\n    \"harvest_success_count\": 0,\n    \"harvest_failure_count\": 0,\n    \"last_harvested_failure\": \"0001-01-01T00:00:00Z\",\n    \"groups\": null\n}"}],"_postman_id":"e45c23b7-dfbc-42ae-bbda-50b315acc869"},{"name":"2.) GET containers/enabled","id":"6a7d8c99-0119-4a30-adf7-4d91bd9174a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/data/containers/enabled","description":"<p><strong>GET containers/enabled</strong> - This is a simple GET request to confirm the success of step one, or can be used separately to audit the list of currently enabled containers across an instance.</p>\n","urlObject":{"path":["api","data","containers","enabled"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09e4a944-96de-4836-9541-008db0be9178","name":"2.) GET containers/enabled","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/data/containers/enabled"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1603"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 22 Nov 2023 15:20:41 GMT"},{"key":"x-accepted-oauth-scopes","value":"storage:view"},{"key":"x-api-version","value":"v2"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-http-request-id","value":"67625c46-55c4-4daf-8ea3-46807d27f776"},{"key":"x-oauth-scopes","value":"activity:create,activity:view,audit:create,audit:read,billing:admin,billing:aws,branding:set,cacheadmin,custom_tags:admin,custom_tags:label,edit:categories,edit:fielddata,edit:get,edit:item,edit:logos,edit:maturecontent,edit:ocr,edit:speechtotext,edit:tagsdescriptions,extractors,featureflags:update,fields:manage,groups:manage,harvest,index:create,index:delete,item:captions,item:delete,item:download,item:index,item:modify,keywords:modify,loadnstore,modeltraining:logos,modeltraining:people,people:write,reindex,reports:duplicate,roles:manage,settings:manage,storage:manage,storage:view,termprotection,user:hashedpassword,user:manage,user:sso"},{"key":"x-oauth-subject","value":"6437fd4ed35f694afbc07cf34fbaa6ca"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"HashID\": \"7d789f0c65c17ac55d23740d8a0a1d4c\",\n        \"id\": \"jrg-quick-test\",\n        \"name\": \"\",\n        \"location_id\": \"6437c203c1bd5da1db49bb5de3cf1f79\",\n        \"profile_id\": \"649ad01ca7b6e107b78cd0e30e371a72\",\n        \"version\": 2,\n        \"enabled\": true,\n        \"last_harvested\": \"2023-07-24T11:35:41.533968Z\",\n        \"request_id\": \"\",\n        \"harvest_success_count\": 0,\n        \"harvest_failure_count\": 0,\n        \"last_harvested_failure\": \"0001-01-01T00:00:00Z\",\n        \"groups\": null\n    },\n    {\n        \"HashID\": \"5c3d774bcf123be04ed9daf9fdc8dcba\",\n        \"id\": \"gm-curio-qa\",\n        \"name\": \"\",\n        \"location_id\": \"6437c203c1bd5da1db49bb5de3cf1f79\",\n        \"profile_id\": \"default\",\n        \"version\": 2,\n        \"enabled\": true,\n        \"last_harvested\": \"2023-07-24T11:35:05.814017Z\",\n        \"request_id\": \"\",\n        \"harvest_success_count\": 0,\n        \"harvest_failure_count\": 0,\n        \"last_harvested_failure\": \"0001-01-01T00:00:00Z\",\n        \"groups\": null\n    }\n]"}],"_postman_id":"6a7d8c99-0119-4a30-adf7-4d91bd9174a1"},{"name":"3.) Determine stow_url & gm_item_id","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b62e5aaf-a2bb-4bd6-91f9-deb732735cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"location_id\":\"{{location_id}}\",\n    \"container_id\":\"{{container_name}}\",\n    \"item_id\":\"{{file path beneath the container_name}}\"\n}"},"url":"{{url}}/api/control/item-id","description":"<p><strong>Determine stow_url &amp; gm_item_id</strong> - This step determines the <code>gm_item_id</code> (also referred to as <code>item_id</code> for certain calls) as well as translates item key into the full stow path Curio actually uses for individual file processing. The <code>gm_item_id</code> is for finding the item once processed, the <code>item_stow_url</code> output is necessary for step 4. <em><strong>note:</strong></em> Item key is not the full S3 path, only the portions after the location name.</p>\n","urlObject":{"path":["api","control","item-id"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b62e5aaf-a2bb-4bd6-91f9-deb732735cec"},{"name":"4.) Init harvest by stow_url","id":"b24e6971-7dd9-4207-bd43-8dcd18ccf4f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"location_id\": \"{{location_id}}\",\n    \"container_id\": \"{{container_id}}\",\n    \"item_stow_url\": \"{{stowUrl}}\",\n    \"profile_id\": \"default\",\n    \"override_extractors\": false,\n    \"force\": true,\n    \"priority\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/control/harvest","description":"<p><strong>Init harvest by stow_url</strong> - Step 4 takes the stow_url output from step 3 and uses it to specifically call a harvest on a previously unwalked item. This step also introduces the <code>profile_id</code>, which determines which extractor profile gets used in the harvest. <em>In order to get a list of eligible extractor_profiles make the following call:</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {{url}}/api/data/h2/extractor-profiles\n\n</code></pre><p>however, in order to confirm/adjust extractor profiles, you must log into the UI.</p>\n","urlObject":{"path":["api","control","harvest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b24e6971-7dd9-4207-bd43-8dcd18ccf4f8"},{"name":"5.) jobstatus - per request_id","id":"5cecfcd8-894a-47ac-944c-597a3594ffb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/data/v3/jobstatus/{{request_id}}","description":"<p><strong>jobstatus - per request_id</strong> - Once a harvest has been successfully initiated the response payload will include the <code>request_id</code>. Step 5 allows the user to monitor the status of the harvest. Since each harvest includes different content and possibly different configurations, the processing time will vary. Rather than provide a somewhat misleading processing percentage, we simplify it to walk vs. index. The <code>walked_count</code> is how many files we called to be harvested, the <code>indexed_count</code> is how many have been completed and indexed.</p>\n","urlObject":{"path":["api","data","v3","jobstatus","{{request_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cecfcd8-894a-47ac-944c-597a3594ffb2"},{"name":"5.5.) activity - file names per request_id","id":"05dc32ee-c26d-4ee5-87d6-a91242a9d5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/data/v3/activity/request/{{request_id}}/items","description":"<p>For harvests of more than a single item, or container harvests the above call will clarify which items are included in the request.</p>\n","urlObject":{"path":["api","data","v3","activity","request","{{request_id}}","items"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05dc32ee-c26d-4ee5-87d6-a91242a9d5d7"},{"name":"6.) activity - extractors errors per request_id","id":"793e54f9-372d-450f-86d5-5feecd4725cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/data/v3/activity/request/{{request_id}}/extractors","description":"<p><strong>activity - extractors errors per request_id</strong> Lists all extractors called per <code>request_id</code> and the payload response includes error count per extractor.</p>\n","urlObject":{"path":["api","data","v3","activity","request","{{request_id}}","extractors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"793e54f9-372d-450f-86d5-5feecd4725cb"},{"name":"7.) activity - errors per request_id/extractor","id":"3d55c3a4-2c3c-4ea4-aeed-247c3a96669b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/data/v3/activity/request/{{request_id}}/extractors/{{extractor}}","description":"<p><strong>activity - errors per request_id/extractor</strong> -<br />In the event of an error, this call will bring back details about the error.</p>\n","urlObject":{"path":["api","data","v3","activity","request","{{request_id}}","extractors","{{extractor}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d55c3a4-2c3c-4ea4-aeed-247c3a96669b"},{"name":"8.) activity - get item_ids with errors per extractor","id":"bdb01ff7-b60d-4aad-9184-a0ef89388893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/data/v3/activity/request/{{request_id}}/extractors/{{extractor}}/errors/{{error_hash}}/files","description":"<p><strong>activity - get item_ids with errors per extractor</strong> - This endpoint responds with the <code>item_id</code> and item name for every errored file by extractor.</p>\n","urlObject":{"path":["api","data","v3","activity","request","{{request_id}}","extractors","{{extractor}}","errors","{{error_hash}}","files"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb01ff7-b60d-4aad-9184-a0ef89388893"},{"name":"9.) activity - get extractor errors for multiple request_ids","id":"38ff6598-cdd2-40d5-8a72-d5a43720578a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jobs\": [\"{{request_id_1}}\", \"{{request_id}}\"]}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/v3/activity/bulk/extractors","description":"<p><strong>activity - get extractor errors for multiple request_ids</strong> - Extractor error count for multiple request_ids.</p>\n","urlObject":{"path":["api","data","v3","activity","bulk","extractors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38ff6598-cdd2-40d5-8a72-d5a43720578a"},{"name":"10.) container harvest","id":"8b31d9df-fcec-4739-a923-04ddeba441a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"location_id\": \"{{location_id}}\",\n\t\"container_id\": \"{{container_id}}\",\n\t\"extractors\": [\"{{extractor1}}\", \"{{extractor2}}\"],\n\t\"profile_id\": \"{{profile_id}}\", // if excluded from the call the default profile will be used.\n\t\"override_extractors\": {bool}, // (optional) if false remove the extractors line entirely\n\t\"new_extractors_only\": {bool}, // (optional)\n\t\"force\": true,  // I recommend always setting this to true if using API\n\t\"ignore_recently_walked\": {bool}, // (optional) \n\t\"priority\": {{priority}} // 5 is standard, 1 is fast-lane, 10 is deprioritized\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/control/harvest","description":"<p>Instead of individually ingesting files you're also able to call a container harvest which will ingest all files within an entire bucket.</p>\n","urlObject":{"path":["api","control","harvest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b31d9df-fcec-4739-a923-04ddeba441a5"},{"name":"11.) existing item harvest","id":"f2cae084-ce10-4fe5-8ad7-8eac5f95de1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item_id\": \"{{item_id}}\",\n\t\"extractors\": [\"{{extractor1}}\", \"{{extractor2}}\"],\n\t\"profile_id\": \"{{profile_id}}\", // if excluded from the call the default profile will be used.\n\t\"override_extractors\": {bool}, // (optional) if false remove the extractors line entirely\n\t\"new_extractors_only\": {bool}, // (optional)\n\t\"force\": true,  // I recommend always setting this to true if using API\n\t\"ignore_recently_walked\": {bool}, // (optional) \n\t\"priority\": {{priority}} // 5 is standard, 1 is fast-lane, 10 is deprioritized\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/control/harvest","description":"<p>Once an item has been ingested into Curio you may indivually trigger analyzation of a single file against a single service by using <strong>only</strong> it's Curio unique ID (<code>item_id</code>).</p>\n","urlObject":{"path":["api","control","harvest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2cae084-ce10-4fe5-8ad7-8eac5f95de1a"},{"name":"12.) Item Extractor History","id":"956dd5d4-1823-4468-95b8-501d8649a3da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/extractors","description":"<p>A simple method of determining which ML services have been run on an item-by-item basis.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","extractors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"956dd5d4-1823-4468-95b8-501d8649a3da"}],"id":"8c62eb9b-2bef-4bed-9d16-cb3255bce117","description":"<p><em>This is a step-by-step harvesting process for items via API once a location has been added. Remember, depending on the IAM policy a location may have permissions to more than one bucket.</em></p>\n<p>Steps 1 &amp; 2 will typically only per performed once and are sometimes easier through the UI. Step 2 does include data that will be necessary for every call though (location_id and container_id).</p>\n<p><strong>Steps 3 &amp; 4 are generally used when there is a large bucket with one specific item that must be processed immediately ahead of the next walk, or if live harvest is disabled and items are called individually programmatically by another system (typically a MAM/DAM workflow).</strong></p>\n","_postman_id":"8c62eb9b-2bef-4bed-9d16-cb3255bce117","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}}},{"name":"Search","item":[{"name":"Search, date range, video only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"36b97f46-8ea2-4a81-8285-f053f3e266ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [\n            {\n                \"field\": \"gm_item_type\",\n                \"value\": \"video\"\n            }\n        ],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": [\n            {\n                \"from\": \"2021-01-01T00:00:00Z\",\n                \"to\": \"2022-01-01T23:59:59Z\",\n                \"field\": \"last_harvested\"\n            }\n        ]\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform a search with a query + additional requirements like format or ingest date.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36b97f46-8ea2-4a81-8285-f053f3e266ef"},{"name":"Search audio files only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"61c97b60-018d-4988-acd8-4b6b9b0ad1fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [\n            {\n                \"field\": \"gm_item_type\",\n                \"value\": \"audio\"\n            }\n        ],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform a search to only return results that match a query and specific audio type files</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61c97b60-018d-4988-acd8-4b6b9b0ad1fa"},{"name":"Search image/raster files only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"96cc77c4-9bed-483c-b4a6-f1e4992511d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [\n            {\n                \"field\": \"gm_item_type\",\n                \"value\": \"image/raster\"\n            }\n        ],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform a search to only return results that match a query and specific image type files</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96cc77c4-9bed-483c-b4a6-f1e4992511d7"},{"name":"Search tags only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"478408af-81f9-420d-9f31-f8a5c230f07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [\n            {\n                \"field\": \"tag.raw\",\n                \"value\": \"dog\"\n            }\n        ],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Specifically search tag metadata only</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"478408af-81f9-420d-9f31-f8a5c230f07c"},{"name":"Search within category only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"aa193d6e-277f-44c3-a684-d46095bb4577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [\n            {\n                \"field\": \"categories.raw\",\n                \"value\": \"sports demo\"\n            }\n        ],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Search for only content that has been added to a specific category only</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa193d6e-277f-44c3-a684-d46095bb4577"},{"name":"Search person only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"03606f94-e75e-4080-9011-3325bf696b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [\n            {\n                \"field\": \"people.name.raw\",\n                \"value\": \"Brad Pitt\"\n            }\n        ],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform a top-level search for all content featuring a specific person's face.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"03606f94-e75e-4080-9011-3325bf696b47"},{"name":"Search logos only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"fbe3d405-7988-4b55-8820-79312978cccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [\n            {\n                \"field\": \"logos.logos.name.raw\",\n                \"value\": \"Gillette\"\n            }\n        ],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform a top-level search for all content featuring a specific brand logo.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbe3d405-7988-4b55-8820-79312978cccd"},{"name":"Search OCR only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"93391e66-1262-48a2-af76-638c1a9597d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [\n            {\n                \"field\": \"ocr_contents\",\n                \"value\": \"exit\"\n            }\n        ],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Specifically search OCR metadata only.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93391e66-1262-48a2-af76-638c1a9597d6"},{"name":"Search S2T only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"bddf8f06-8d69-4fe6-90e8-06ff479ef285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [\n            {\n                \"field\": \"speech_to_text.transcripts.transcript.text\",\n                \"value\": \"help me\"\n            }\n        ],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Specifically search speech-to-text metadata only (phrase or word).</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bddf8f06-8d69-4fe6-90e8-06ff479ef285"},{"name":"Search captions only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"6e011642-3210-46a5-83e2-c074f47c47b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [\n            {\n                \"field\": \"captions.captions.transcript.text\",\n                \"value\": \"You're a jerk, Thom\"\n            }\n        ],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Specifically search captions metadata only (phrase or word).</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e011642-3210-46a5-83e2-c074f47c47b0"},{"name":"Search custom data field only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"d42d11a8-34d9-4ed6-8b65-db187bc86761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [\n            {\n                \"field\": \"fielddata.{{custom_data_field_id}}\",\n                \"value\": \"true\"\n            }\n        ],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform top-level search by unique custom data fields only.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d42d11a8-34d9-4ed6-8b65-db187bc86761"},{"name":"Search file extension only","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"7e09d69e-0b44-435e-84f3-5406aa146a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [\n            {\n                \"field\": \"file_extension.raw\",\n                \"value\": \"mp4\"\n            }\n        ],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Specifically search by file extension only</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e09d69e-0b44-435e-84f3-5406aa146a43"},{"name":"Search keyword query [OR]","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"a663fbe5-79c4-45c2-bfb9-7fdea15e0686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"rocks OR tonic OR juice OR magic\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform top-level \"any of these words\" search.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a663fbe5-79c4-45c2-bfb9-7fdea15e0686"},{"name":"Search keyword query [AND]","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"35eb40b0-82e4-4edb-a843-12a64640cd20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"rocks AND tonic AND juice AND magic\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform top-level \"all of these words\" search.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35eb40b0-82e4-4edb-a843-12a64640cd20"},{"name":"Search keyword query [EXACT PHRASE]","event":[{"listen":"test","script":{"id":"961706ec-90a9-4ec7-b63e-dc1f24e6886a","exec":["// GO TO THE END OF THE TEST SCRIPT.","var template = `","<style>","        .fill,","body,","html {","  height: 100%","}","","#json_vl,",".td_head,",".td_row_even,",".td_row_odd {","  font-size: small","}","","#json_pnl,","#xxa,",".navbar-header,",".navbar-nav,",".navbar-nav>li,",".td_head {","  float: left","}","",".fill {","  min-height: 100%","}","","#json_vl {","  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace","}","","#widget {","  width: 100%","}","",".top_size {","  height: 51px","}","","#all_panels {","  height: 100%;","  min-height: 100%","}","","#aboutLnk {","  position: fixed;","  right: 10px;","  top: 15px","}","","#inner_text {","  display: block;","  position: absolute;","  height: auto;","  bottom: 0;","  top: 0;","  left: 0;","  right: 0;","  margin-top: 51px;","  margin-bottom: 0","}","","#json_pnl {","  background-color: #ccc;","  width: 33.3%","}","","#xxa {","  background-color: #E8E8E8;","  width: 66.7%","}","","#table_pnl,","#tree_pnl {","  background-color: #E8E8E8;","  float: left;","  width: 50%","}","","#sharethis {","  position: fixed;","  right: 80px;","  top: 10px","}","","#inner_tbl {","  padding-left: 2px","}","",".td_row_even {","  padding: 2px;","  background-color: #F6F4F0","}","",".td_row_odd {","  padding: 2px;","  background-color: #FFF","}","",".td_head {","  padding: 2px;","  font-weight: 700","}","","input,","p,","select,","td,","textarea,","th {","  font-size: 1em","}","","table,","td,","th {","  border: 1px solid gray","}","","textarea {","  -moz-box-sizing: border-box;","  -webkit-box-sizing: border-box;","  box-sizing: border-box;","  display: block;","  width: 100%;","  height: 100%;","  margin: 0;","  padding: 4px;","  border: 1px solid #333;","  overflow-y: auto;","  overflow-x: hidden","}","","*,","html {","  font-family: Verdana, Arial, Helvetica, sans-serif","}","","form,","h1,","h2,","h3,","h4,","h5,","li,","p,","ul {","  margin: 0;","  padding: 0","}","","img {","  border: none","}","","p {","  margin: 0 0 1em","}","","table {","  font-size: 100%;","  background-color: white;","}","","ol.tree {","  padding: 0 0 0 30px;","  width: 300px","}","","li {","  position: relative;","  margin-left: -15px;","  list-style: none","}","","li.file {","  margin-left: -1px !important","}","","li.file a {","  background: url(leaf.png)0 5px no-repeat;","  color: #000;","  padding-left: 12px;","  text-decoration: none;","  display: block;","  font-size: small","}","","li.file a[href$='.css'],","li.file a[href$='.js'],","li.file a[href*='.pdf'],","li.file a[href*='.html'] {","  background: url(http://www.thecssninja.com/demo/css_tree/document.png)no-repeat","}","","li input {","  position: absolute;","  left: 0;","  margin-left: 0;","  opacity: 0;","  z-index: 2;","  cursor: pointer;","  height: 1em;","  width: 1em;","  top: 0","}","","li input+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small-expand.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  height: 1em;","  padding: 1.563em 0 0 80px","}","","li label.lbl_array,","li label.lbl_obj {","  display: block;","  padding-left: 33px;","  margin-bottom: 2px","}","","li input+ol>li {","  display: none;","  margin-left: -14px !important;","  padding-left: 1px","}","","li label.lbl_obj {","  background: url(folder.png)15px 1px no-repeat;","  cursor: pointer","}","","li label.lbl_array {","  background: url(array.png)15px 1px no-repeat;","  cursor: pointer","}","","li input:checked+ol {","  background: url(http://www.thecssninja.com/demo/css_tree/toggle-small.png)40px -3px no-repeat;","  margin: -20px 0 0 -44px;","  padding: 1.563em 0 0 80px;","  height: auto","}","","li input:checked+ol>li {","  display: block;","  margin: 0 0 .125em","}","","li input:checked+ol>li:last-child {","  margin: 0 0 .063em","}","",".container {","  width: 970px;","  max-width: none !important","}","",".col-xs-4 {","  padding-top: 15px;","  padding-bottom: 15px;","  background-color: #eee;","  background-color: rgba(86, 61, 124, .15);","  border: 1px solid #ddd;","  border: 1px solid rgba(86, 61, 124, .2)","}","","    </style>","<div id=curio_logo>","<img src=\"https://warnerbroslab.cust.graymeta.com/api/data/branding/app-logo\" alt=\"curio data\" width=\"100\">","</div>","<div id=\"html\">","<input type=\"text\" id=\"json\">","<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>","<!--<script src=\"json2table.js\"></script>-->","<script>","$(function() {","    pm.getData((err, data) => {","        $(\"#json\").val(JSON.stringify(data.json));","        json2table(\"#html\");","    });","});","","function call(a) {","    $(\"#json\").val(JSON.stringify(a, void 0, 2));","    json2table()","}","","function json2table(selector) {","    $(selector).html(buildTable(getJsonVar()));","}","","function getJsonVar() {","    try {","        var a = $.parseJSON($(\"#json\").val());","        $(\"#json\").val(JSON.stringify(a, void 0, 2));","        return a","    } catch (e) {","        //return $(\"#error_msg\").text(e.message), $(\"#errorModal\").modal(\"show\"), {}","        alert(e);","    }","}","","function buildTable(a) {","    var e = document.createElement(\"table\"),","        d, b;","    if (isArray(a)) return buildArray(a);","    for (var c in a) \"object\" != typeof a[c] || isArray(a[c]) ? \"object\" == typeof a[c] && isArray(a[c]) ? (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildArray(a[c]), !1).html() + \"</table>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.innerHTML = \"<div class='td_head'>\" + encodeText(c) + \"</div>\", d = d.insertCell(-1), d.innerHTML = \"<div class='td_row_even'>\" +","        encodeText(a[c]) + \"</div>\") : (d = e.insertRow(-1), b = d.insertCell(-1), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\">' + encodeText(c) + '</div><table style=\"width:100%\">' + $(buildTable(a[c]), !1).html() + \"</table>\");","    return e","}","","function buildArray(a) {","    var e = document.createElement(\"table\"),","        d, b, c = !1,","        p = !1,","        m = {},","        h = -1,","        n = 0,","        l;","    l = \"\";","    if (0 == a.length) return \"<div></div>\";","    d = e.insertRow(-1);","    for (var f = 0; f < a.length; f++)","        if (\"object\" != typeof a[f] || isArray(a[f])) \"object\" == typeof a[f] && isArray(a[f]) ? (b = d.insertCell(h), b.colSpan = 2, b.innerHTML = '<div class=\"td_head\"></div><table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\", c = !0) : p || (h += 1, p = !0, b = d.insertCell(h), m.empty = h, b.innerHTML = \"<div class='td_head'>&nbsp;</div>\");","        else","            for (var k in a[f]) l =","                \"-\" + k, l in m || (c = !0, h += 1, b = d.insertCell(h), m[l] = h, b.innerHTML = \"<div class='td_head'>\" + encodeText(k) + \"</div>\");","    c || e.deleteRow(0);","    n = h + 1;","    for (f = 0; f < a.length; f++)","        if (d = e.insertRow(-1), td_class = isEven(f) ? \"td_row_even\" : \"td_row_odd\", \"object\" != typeof a[f] || isArray(a[f]))","            if (\"object\" == typeof a[f] && isArray(a[f]))","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, l = c == h ? '<table style=\"width:100%\">' + $(buildArray(a[f]), !1).html() + \"</table>\" : \" \", b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) +","                    \"</div>\";","            else","                for (h = m.empty, c = 0; c < n; c++) b = d.insertCell(c), l = c == h ? a[f] : \" \", b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>\" + encodeText(l) + \"</div>\";","    else {","        for (c = 0; c < n; c++) b = d.insertCell(c), b.className = td_class, b.innerHTML = \"<div class='\" + td_class + \"'>&nbsp;</div>\";","        for (k in a[f]) c = a[f], l = \"-\" + k, h = m[l], b = d.cells[h], b.className = td_class, \"object\" != typeof c[k] || isArray(c[k]) ? \"object\" == typeof c[k] && isArray(c[k]) ? b.innerHTML = '<table style=\"width:100%\">' + $(buildArray(c[k]), !1).html() + \"</table>\" : b.innerHTML =","            \"<div class='\" + td_class + \"'>\" + encodeText(c[k]) + \"</div>\" : b.innerHTML = '<table style=\"width:100%\">' + $(buildTable(c[k]), !1).html() + \"</table>\"","    }","    return e","}","","function encodeText(a) {","    return $(\"<div />\").text(a).html()","}","","function isArray(a) {","    return \"[object Array]\" === Object.prototype.toString.call(a)","}","","function isEven(a) {","    return 0 == a % 2","}","</script>`;","","","// In case you only want a specific property, change it here.","//","// Default: You can set the entire JSON response using pm.response.json()","let tableProps = {","    json: pm.response.json()","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript"}}],"id":"3b6e7baf-51ed-4af0-aa0b-4c1df6ac76f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": \"\\\"rocks tonic juice magic\\\"\",\n    \"filters\": {\n        \"full_text\": [],\n        \"full_text_phrase\": [],\n        \"exact_terms\": [],\n        \"multi_terms\": [],\n        \"exclude_terms\": [],\n        \"exists\": [],\n        \"not_exists\": [],\n        \"ranges\": []\n    },\n    \"sort_fields\": [],\n    \"page\": 0,\n    \"limit\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/data/search","description":"<p>Perform top-level \"exact phrase\" search.</p>\n","urlObject":{"path":["api","data","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b6e7baf-51ed-4af0-aa0b-4c1df6ac76f1"},{"name":"Search within single item (intra-asset search)","id":"9661f776-1dc5-4e04-a7e7-29095640f0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/search/item/{{item_id}}?q=smoke","description":"<p>Once you've found an asset that matches your top-level search criteria the asset level search will return all time and metadata type occurences of this search term within the item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","search","item","{{item_id}}"],"host":["{{url}}"],"query":[{"key":"q","value":"smoke"}],"variable":[]}},"response":[],"_postman_id":"9661f776-1dc5-4e04-a7e7-29095640f0cc"}],"id":"a58fa5d0-e483-4f09-ab19-fd0298c1bb08","description":"<p>The Curio search options via API are robust and have both filtering and aggregation functionality built it. For a full list of search options please reference the <a href=\"https://api.graymeta.com/030__Search/\">Curio Search API Docs</a>.</p>\n<p>Below please find some good examples of the standard search functionality.</p>\n","_postman_id":"a58fa5d0-e483-4f09-ab19-fd0298c1bb08","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}}},{"name":"Extract Data","item":[{"name":"logos (detailed)","id":"193dcda2-61d0-4b95-b48f-fd7d8af59c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/logos","description":"<p>Programmatically pull all logo data for a specific item including confidence scores and bounding box information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","logos"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"193dcda2-61d0-4b95-b48f-fd7d8af59c82"},{"name":"logos (simple)","id":"59649f7c-129f-4870-b462-4bbb034d1e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/logos","description":"<p>Programmatically pull all logo data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","logos"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59649f7c-129f-4870-b462-4bbb034d1e4a"},{"name":"ocrs","id":"c7b6e189-ea6d-47af-898e-0b54a94da0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/ocrs","description":"<p>Programmatically pull all OCR data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","ocrs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7b6e189-ea6d-47af-898e-0b54a94da0a1"},{"name":"S2T","id":"dee222f0-a4f7-49e6-a162-ad97e49fdf57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/speech-to-texts","description":"<p>Programmatically pull all S2T data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","speech-to-texts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dee222f0-a4f7-49e6-a162-ad97e49fdf57"},{"name":"tags","id":"071721a8-26f0-4b58-a9ea-f8ba0b4ea3c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/tags?all=true","description":"<p>Programmatically pull all tag data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","tags"],"host":["{{url}}"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"071721a8-26f0-4b58-a9ea-f8ba0b4ea3c8"},{"name":"technical data","id":"3971ce51-d0f8-4274-bc41-081dd303b1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/technical","description":"<p>Programmatically pull all technical file data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","technical"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3971ce51-d0f8-4274-bc41-081dd303b1e7"},{"name":"audio-classification","id":"87bcb502-4017-4047-9ccb-999c0ce618fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/audio","description":"<p>Programmatically pull all audio detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","audio"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87bcb502-4017-4047-9ccb-999c0ce618fa"},{"name":"Curio top level item data","id":"88fd2c08-c295-462d-971c-a6b3f6b55274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}","description":"<p>Programmatically pull all top level Curio item data for a specific item(includes ingest data, unique IDs for location, item, file paths, etc.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88fd2c08-c295-462d-971c-a6b3f6b55274"},{"name":"captions","id":"3b70fa53-e5a6-46d1-9d1b-7d1babc415dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/captions","description":"<p>Programmatically pull all caption data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","captions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b70fa53-e5a6-46d1-9d1b-7d1babc415dc"},{"name":"linked sidecar audios","id":"11b157c4-a010-463a-8b8e-f9bef40fd20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/sidecar-audio","description":"<p>Programmatically pull all associated side-car audio Curio items for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","sidecar-audio"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11b157c4-a010-463a-8b8e-f9bef40fd20c"},{"name":"descriptions","id":"753c876c-448b-4262-9f84-030e23f6ef6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/descriptions?all=true","description":"<p>Programmatically pull all scene description data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","descriptions"],"host":["{{url}}"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"753c876c-448b-4262-9f84-030e23f6ef6f"},{"name":"Item Assigned Custom Data","id":"7178cb5b-54b4-4ec8-b8c5-86d583beee7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/fielddata/{{item_id}}","description":"<p>Programmatically pull all unique custom data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","fielddata","{{item_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7178cb5b-54b4-4ec8-b8c5-86d583beee7d"},{"name":"people","id":"136b6806-5c84-4dd4-8eb2-cb06e5c95986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/people?itemIDs={{item_id}}&sort=name&direction=1&limit=500&type=","description":"<p>Programmatically pull all Known and Unknown People data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","people"],"host":["{{url}}"],"query":[{"key":"itemIDs","value":"{{item_id}}"},{"key":"sort","value":"name"},{"key":"direction","value":"1"},{"key":"limit","value":"500"},{"key":"type","value":""}],"variable":[]}},"response":[],"_postman_id":"136b6806-5c84-4dd4-8eb2-cb06e5c95986"},{"name":"insights","id":"061ba29f-be1b-411e-b11d-1dd6c8ece4e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/insights","description":"<p>Programmatically pull all insights detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","insights"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"061ba29f-be1b-411e-b11d-1dd6c8ece4e9"},{"name":"locations (detailed)","id":"9c8ce5a8-2735-45ab-8382-51f255d3df20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/locations","description":"<p>Programmatically pull all location/landmark data for a specific item(including bounding boxes).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","locations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8ce5a8-2735-45ab-8382-51f255d3df20"},{"name":"locations (simple)","id":"3dd8cccc-0da9-4fd2-a406-fcd6e14c0043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/locations","description":"<p>Programmatically pull all location/landmark data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","locations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dd8cccc-0da9-4fd2-a406-fcd6e14c0043"},{"name":"NSFW (detailed)","id":"b1ede29a-2901-4941-a672-2c3c491ecccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/mature-content","description":"<p>Programmatically pull all mature-content detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","mature-content"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1ede29a-2901-4941-a672-2c3c491ecccc"},{"name":"NSFW (simple)","id":"9121549d-e0ad-4375-bdfb-0b78b448e16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/mature-content","description":"<p>Programmatically pull all mature-content detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","mature-content"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9121549d-e0ad-4375-bdfb-0b78b448e16a"},{"name":"Technical Cues (simple)","id":"0c29f008-0bf7-4067-bbfe-3bf42c855890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/technical-cues","description":"<p>Programmatically pull combined Technical Cues detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","technical-cues"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c29f008-0bf7-4067-bbfe-3bf42c855890"},{"name":"Technical Cues (Color Bars Only)","id":"ab33b34a-623d-4520-9468-7d032f53a28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/color-bars","description":"<p>Programmatically pull all color bars detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","color-bars"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab33b34a-623d-4520-9468-7d032f53a28b"},{"name":"Technical Cues (black scenes Only)","id":"5826aaa4-bb13-462e-bd4f-3891c21176f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/black-frames","description":"<p>Programmatically pull all black scene detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","black-frames"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5826aaa4-bb13-462e-bd4f-3891c21176f1"},{"name":"Technical Cues (silence Only)","id":"7938343c-df12-4b95-b0cc-3ed87116889e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/silence","description":"<p>Programmatically pull all silence detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","silence"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7938343c-df12-4b95-b0cc-3ed87116889e"},{"name":"Technical Cues (digital slates Only)","id":"a6c228b1-1310-4ea8-8af1-c8e49cf7da75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/digital-slates","description":"<p>Programmatically pull all digital slate detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","digital-slates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6c228b1-1310-4ea8-8af1-c8e49cf7da75"},{"name":"Technical Cues (physical slates Only)","id":"965e321d-edee-4222-9e45-0a4f2ed9308a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/slates","description":"<p>Programmatically pull all physical slate(clapperboard) detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","slates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"965e321d-edee-4222-9e45-0a4f2ed9308a"},{"name":"Technical Cues (start & end times Only)","id":"aad2a4de-aebd-40e3-b23a-3f1381090199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/start-end","description":"<p>Programmatically pull true start/end data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","start-end"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aad2a4de-aebd-40e3-b23a-3f1381090199"},{"name":"Technical Cues (texted Only)","id":"d714a116-0ae0-4e2b-9bc5-63468914c01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/texted","description":"<p>Programmatically pull all texted detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","texted"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d714a116-0ae0-4e2b-9bc5-63468914c01c"},{"name":"Technical Cues (textless Only) Copy","id":"68b4f54d-b684-4e84-bd79-5e396260c202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/textless","description":"<p>Programmatically pull all textless detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","textless"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68b4f54d-b684-4e84-bd79-5e396260c202"},{"name":"Sports Events","id":"3632917f-f939-41a5-b538-51bd137cdabd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/v3/items/{{item_id}}/timeline/sports","description":"<p>Programmatically pull all sports(soccer) detection data for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","items","{{item_id}}","timeline","sports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3632917f-f939-41a5-b538-51bd137cdabd"}],"id":"23f33322-bd88-46ec-b750-bfcc046360b7","_postman_id":"23f33322-bd88-46ec-b750-bfcc046360b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}}},{"name":"Other Functionalities","item":[{"name":"Data Summary","id":"bb773890-0cbb-4306-9a2a-0bb3b341dcce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/data/summary/data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","summary","data"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb773890-0cbb-4306-9a2a-0bb3b341dcce"},{"name":"Download individual visual proxy image for item","id":"6c0f4b9b-6bdb-4a68-a80c-79fc8cb0a36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/files/{{item_id}}/video_main_frames/frame-0000000001.jpg","urlObject":{"path":["files","{{item_id}}","video_main_frames","frame-0000000001.jpg"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c0f4b9b-6bdb-4a68-a80c-79fc8cb0a36b"},{"name":"Download cumulative metadata file per item","id":"824f1ca4-4be6-4fd1-940b-18e99838c918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/files/{{item_id}}/metadata2.json","urlObject":{"path":["files","{{item_id}}","metadata2.json"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"824f1ca4-4be6-4fd1-940b-18e99838c918"},{"name":"Get Duplicates Foot-Print","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"65d4fab1-df84-4f2c-835c-ce37c9ff1158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/duplicates-footprint","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","duplicates-footprint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65d4fab1-df84-4f2c-835c-ce37c9ff1158"},{"name":"Get Duplicate items data","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a4c751a9-60fc-4bba-a9e1-6f7393415085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/duplicates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","duplicates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c751a9-60fc-4bba-a9e1-6f7393415085"},{"name":"Get Categories","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7f07779e-2574-49a8-a047-0468a8590870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/search/categories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","search","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f07779e-2574-49a8-a047-0468a8590870"},{"name":"Get Category Items","event":[{"listen":"test","script":{"id":"a6c0edf9-31f3-47b7-87eb-8cc3ef4fcd0d","exec":["//access the JSON response body","let response = pm.response.json();","","// extract the id","let stowUrl = response.stow_url;","let item_id = response.gm_item_id;","","//store the value as an env var","pm.environment.set(\"stowUrl\", stowUrl);","pm.environment.set(\"item_id\", item_id);","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f25ed034-52fd-4b1a-9c74-0f19113eb62e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/data/v3/search/categories/{{category_name}}/items","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}},"urlObject":{"path":["api","data","v3","search","categories","{{category_name}}","items"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f25ed034-52fd-4b1a-9c74-0f19113eb62e"}],"id":"2751d41e-067b-47fc-a31b-e31315ce3e12","_postman_id":"2751d41e-067b-47fc-a31b-e31315ce3e12","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"51ebd78d-1d7d-4632-be82-42ca6387b008","id":"51ebd78d-1d7d-4632-be82-42ca6387b008","name":"Wasabi AiR Implementation Template","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"6ea46b96-ff29-4631-bd55-31084b0ea472","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6b79e62-2591-412d-b028-2e966570cc35","type":"text/javascript","exec":[""]}}]}