{"info":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10901144","collectionId":"eb48b80e-2608-4bf5-9779-12c421c47e79","publishedId":"2s9YymHQm2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-03T16:49:28.000Z"},"item":[{"name":"Tickets","item":[{"name":"Create a Ticket","id":"f9b03fc1-b9a8-4ac7-b3ad-6d0e84a7c8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Ticket Title\", //REQUIRED\r\n  \"message\": \"Ticket Message\", //OPTIONAL\r\n  \"priority\": 3, //OPTIONAL- DEFAULTS TO 3 IF NOT SET (1-5)\r\n  \"due\": \"2024-01-24 17:00:00\", //OPTIONAL- USE STRING FORMAT WITHOUT A TIMEZONE \r\n  \"tasks\": [ //ONLY NEEDED IF YOU ARE SENDING TASK REALTED FIELDS WHICH ARE OPTIONAL\r\n    {\r\n      \"asset_or_location\": \"ELEMENT _ID\", //OPTIONAL\r\n      \"participants\": [\r\n        {\r\n          \"member_id\": \"MEMBER _ID\" //OPTIONAL\r\n        }\r\n      ],\r\n      \"checklist\": \"CHECKLIST _ID\", //OPTIONAL\r\n      \"workflow_order\": 0\r\n    }\r\n  ],\r\n  \"workflows\": [ //ONLY NEEDED IF YOU ARE SENDING TASK REALTED FIELDS\r\n    {\r\n        \"starts_at\": \"2024-01-22 08:00:00\", //OPTIONAL- USE STRING FORMAT WITHOUT A TIMEZONE \r\n        \"anyone_or_everyone\": \"anyone\"\r\n    }\r\n],\r\n  \"state\": \"ACTIVE\",\r\n  \"ticket_type_id\": \"TICKET_TYPE _ID\", //OPTIONAL- WILL USE ORG DEFAULT TICKET TYPE\r\n  \"owner_id\": \"MEMBER _ID\", //OPTIONAL- DEFAULTS TO CREATOR _ID IF BLANK \r\n  \"organization_id\": \"REQUIRED\" //REQUIRED FIELD\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/tickets/v1/issues/?organization_id=","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["tickets","v1","issues",""],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>Requiered field</p>\n","type":"text/plain"},"key":"organization_id","value":""}],"variable":[]}},"response":[],"_postman_id":"f9b03fc1-b9a8-4ac7-b3ad-6d0e84a7c8c3"},{"name":"Get All Tickets","id":"1432112a-1a5f-4b1c-a47b-752a0adeedef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/tickets/v1/issues/?organization_id=&show_fields=title,status,state,priority,owner,start_datetime,due_datetime,number,ticket_number,overdue,created_at,created_by,modified_at","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["tickets","v1","issues",""],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>Required field</p>\n","type":"text/plain"},"key":"organization_id","value":""},{"description":{"content":"<p>Returns these fields for all tickets in the orgenization</p>\n","type":"text/plain"},"key":"show_fields","value":"title,status,state,priority,owner,start_datetime,due_datetime,number,ticket_number,overdue,created_at,created_by,modified_at"}],"variable":[]}},"response":[],"_postman_id":"1432112a-1a5f-4b1c-a47b-752a0adeedef"},{"name":"Get Individual Ticket","id":"f30bf622-65dc-4c17-9f7c-53fd429c0ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/tickets/v1/issues/:ticket_id?organization_id=","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["tickets","v1","issues",":ticket_id"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>Required field</p>\n","type":"text/plain"},"key":"organization_id","value":""}],"variable":[{"description":{"content":"<p>Required to get all ticket information on an individal ticket.  The _id can be found from the Get All Tickets call.  You can also find the _id in the url of the web application when you select a ticket.  </p>\n","type":"text/plain"},"type":"any","value":"","key":"ticket_id"}]}},"response":[],"_postman_id":"f30bf622-65dc-4c17-9f7c-53fd429c0ed7"},{"name":"Create Comment","id":"bb6bc620-c1b1-405d-be34-da8892957421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"Authorization","value":"{{vault:bearer-token}}"},{"key":"Cache-Control","value":"no-cache"},{"key":"Referer","value":"https://test.app.chekhub.com/dashboard?dialog=edit&ticket=6823ac0d6cd526b27801601c&type=issue"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"135\", \"Not-A.Brand\";v=\"8\", \"Chromium\";v=\"135\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"crossDomain","value":"true"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"My Comment Message\",\n    \"resource_type\": \"ticket\",\n    \"resource_id\": \"{{ticket_id}}\",\n    \"tagged_entities\": [\n        {\n            \"_id\": \"{{member_id}}\",\n            \"name\": \"Kyler Besher\",\n            \"resource_type\": \"member\"\n        }\n    ],\n    \"organization_id\": \"{{organization_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/chat/v1/comments/","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["chat","v1","comments",""],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb6bc620-c1b1-405d-be34-da8892957421"},{"name":"Add Attachment from Upload","id":"384f3274-880f-4bf5-ae3e-1cd35c94348e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"Authorization","value":"{{vault:bearer-token}}"},{"key":"Cache-Control","value":"no-cache"},{"key":"Referer","value":"https://test.app.chekhub.com/dashboard?dialog=edit&ticket=68236819262b3465ea37d210&type=issue"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"135\", \"Not-A.Brand\";v=\"8\", \"Chromium\";v=\"135\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"crossDomain","value":"true"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"},{"key":"Accept","value":"application/json, text/plain, */*"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"diego-ph-fIq0tET6llw-unsplash.jpg"}]},"url":"https://api.chekhub.com/tickets/v1/issues/:ticket_id/attachments","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["tickets","v1","issues",":ticket_id","attachments"],"host":["api","chekhub","com"],"query":[],"variable":[{"type":"any","value":"","key":"ticket_id"}]}},"response":[],"_postman_id":"384f3274-880f-4bf5-ae3e-1cd35c94348e"},{"name":"Add Attachment from library","id":"a88c581d-9917-456d-aa1b-7b3954e569ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"Authorization","value":"{{vault:bearer-token}}"},{"key":"Cache-Control","value":"no-cache"},{"key":"Referer","value":"https://test.app.chekhub.com/dashboard?dialog=edit&ticket=68236819262b3465ea37d210&type=issue"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"135\", \"Not-A.Brand\";v=\"8\", \"Chromium\";v=\"135\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"crossDomain","value":"true"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"resource_id\": \"{{ticket_id}}\",\n    \"resource_type\": \"ticket\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/documents/v1/files/:file_id/attach_to","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["documents","v1","files",":file_id","attach_to"],"host":["api","chekhub","com"],"query":[],"variable":[{"type":"any","value":"","key":"file_id"}]}},"response":[],"_postman_id":"a88c581d-9917-456d-aa1b-7b3954e569ee"}],"id":"e8678ed3-8434-4eff-8703-a9c14c791e68","_postman_id":"e8678ed3-8434-4eff-8703-a9c14c791e68","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"Ticket Templates","item":[{"name":"Get All Ticket Templates","id":"4349850f-7f2b-41c6-8099-ea59a69b97ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/v3/ticket_templates/?organization_id=&show_fields=title,status,state,priority,owner,start_datetime,due_datetime,number,ticket_number,overdue,created_at,created_by,modified_at","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","ticket_templates",""],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>Required field</p>\n","type":"text/plain"},"key":"organization_id","value":""},{"description":{"content":"<p>Returns these fields for all tickets in the orgenization</p>\n","type":"text/plain"},"key":"show_fields","value":"title,status,state,priority,owner,start_datetime,due_datetime,number,ticket_number,overdue,created_at,created_by,modified_at"},{"disabled":true,"key":"show_all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"4349850f-7f2b-41c6-8099-ea59a69b97ad"},{"name":"Get Individual Ticket Template","id":"4ff50df1-ef92-44bb-b0d3-c2052326f566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/v3/ticket_templates/:templateId?organization_id={{organization_id}}","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","ticket_templates",":templateId"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>Required field</p>\n","type":"text/plain"},"key":"organization_id","value":"{{organization_id}}"}],"variable":[{"type":"any","value":"","key":"templateId"}]}},"response":[],"_postman_id":"4ff50df1-ef92-44bb-b0d3-c2052326f566"}],"id":"a53ffe8d-a77b-4f87-a3b6-3775c569b635","_postman_id":"a53ffe8d-a77b-4f87-a3b6-3775c569b635","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"Elements","item":[{"name":"{element_id}","item":[{"name":"Update Element","id":"7460bf25-0982-48ec-a50f-e13ef90204cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"organization_id\": \"<string>\",\n  \"template_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"resource_type\": \"<string>\",\n  \"parent_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"skills\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"properties\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"immutable\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"immutable\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"parameters\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"level\": \"<integer>\",\n  \"latitude\": \"<integer>\",\n  \"longitude\": \"<integer>\",\n  \"state\": \"<string>\",\n  \"pm_rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements/:elementId","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements",":elementId"],"host":["api","chekhub","com"],"query":[],"variable":[{"type":"any","value":"","key":"elementId"}]}},"response":[],"_postman_id":"7460bf25-0982-48ec-a50f-e13ef90204cf"}],"id":"233544b6-1e61-4ca5-a144-e1e35fd95b89","_postman_id":"233544b6-1e61-4ca5-a144-e1e35fd95b89","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"List Elements","id":"f9d0dce7-cd6c-4734-9e8c-79c35978cba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/elements/v1/elements?organization_id=&path_ids=&resource_types=&show_fields=&states=ACTIVE&level=","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>(Required) The unique identifier of the organization</p>\n","type":"text/plain"},"key":"organization_id","value":""},{"description":{"content":"<p>Filter items with these path IDs.  For example if you wanted all assets at a particular site you would enter the site id here</p>\n","type":"text/plain"},"key":"path_ids","value":""},{"description":{"content":"<p>\"aaset\" or \"location\"</p>\n","type":"text/plain"},"key":"resource_types","value":""},{"description":{"content":"<p>address,attachments,created_at,created_by,connections,description,is_site,level,location,latitude,longitude,geojson,media,modified_at,modified_by,name,organization,parent,path,parameters,pm_rules,properties,resource_type,rounds,sites,skills,state,status,tags,template,upstream,downstream,template_attachments,template_properties,timezone,watchers</p>\n","type":"text/plain"},"key":"show_fields","value":""},{"description":{"content":"<p>Filter items by these states</p>\n","type":"text/plain"},"key":"states","value":"ACTIVE"},{"description":{"content":"<p>Use this to return the \"sites\" only.  Default site is level \"3\"</p>\n","type":"text/plain"},"key":"level","value":""}],"variable":[]}},"response":[],"_postman_id":"f9d0dce7-cd6c-4734-9e8c-79c35978cba0"},{"name":"Get Element By ID","id":"ccfbac65-5017-4da8-af20-db3fc5f83cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/elements/v1/elements/:element_id?organization_id=<string>","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements",":element_id"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>id of the organization</p>\n","type":"text/plain"},"key":"organization_id","value":"<string>"}],"variable":[{"description":{"content":"<p>id of the target element</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"element_id"}]}},"response":[],"_postman_id":"ccfbac65-5017-4da8-af20-db3fc5f83cbe"},{"name":"Create Element","id":"88c83fcc-bcaf-45ac-89ea-13c154c2f314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{vault:bearer-token}}w"}],"body":{"mode":"raw","raw":"{\n    \"organization_id\": \"<string>\",\n    \"template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"resource_type\": \"<string>\",\n    \"parent_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"skills\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"properties\": [\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        },\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        }\n    ],\n    \"parameters\": [\n        {\n            \"type\": \"text\",\n            \"order\": 0,\n            \"immutable\": false,\n            \"_id\": \"641cb16d6f4076d9210c9253\",\n            \"name\": \"Asset Tag\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 1,\n            \"immutable\": false,\n            \"_id\": \"641cb16f6f4076d9210c9254\",\n            \"name\": \"Make\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 2,\n            \"immutable\": false,\n            \"_id\": \"641cb1826f4076d9210c9255\",\n            \"name\": \"Model\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 3,\n            \"immutable\": false,\n            \"_id\": \"641cb18c6f4076d9210c925b\",\n            \"name\": \"Serial Number\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 4,\n            \"immutable\": false,\n            \"_id\": \"641cb1846f4076d9210c9256\",\n            \"name\": \"Manufacturer\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 5,\n            \"immutable\": false,\n            \"_id\": \"641cb18d6f4076d9210c925c\",\n            \"name\": \"Hostname\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 6,\n            \"immutable\": false,\n            \"_id\": \"641cb1906f4076d9210c925e\",\n            \"name\": \"Size\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 7,\n            \"immutable\": false,\n            \"_id\": \"641cb1936f4076d9210c925f\",\n            \"name\": \"Capacity\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"date\",\n            \"order\": 8,\n            \"immutable\": false,\n            \"_id\": \"641cb1896f4076d9210c9259\",\n            \"name\": \"In Service Date\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"date\",\n            \"order\": 9,\n            \"immutable\": false,\n            \"_id\": \"641cb18b6f4076d9210c925a\",\n            \"name\": \"End of Life Date\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 10,\n            \"immutable\": false,\n            \"_id\": \"641cb1866f4076d9210c9257\",\n            \"name\": \"Purchase Price\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"single-choice\",\n            \"order\": 11,\n            \"immutable\": false,\n            \"_id\": \"641cb1886f4076d9210c9258\",\n            \"name\": \"Purchase Price Currency\",\n            \"choices\": [\n                \"USD\",\n                \"AED\",\n                \"AFN\",\n                \"ALL\",\n                \"AMD\",\n                \"ANG\",\n                \"AOA\",\n                \"ARS\",\n                \"AUD\",\n                \"AWG\",\n                \"AZN\",\n                \"BAM\",\n                \"BBD\",\n                \"BDT\",\n                \"BGN\",\n                \"BIF\",\n                \"BMD\",\n                \"BND\",\n                \"BOB\",\n                \"BRL\",\n                \"BSD\",\n                \"BWP\",\n                \"BYN\",\n                \"BZD\",\n                \"CAD\",\n                \"CDF\",\n                \"CHF\",\n                \"CLP\",\n                \"CNY\",\n                \"COP\",\n                \"CRC\",\n                \"CVE\",\n                \"CZK\",\n                \"DJF\",\n                \"DKK\",\n                \"DOP\",\n                \"DZD\",\n                \"EGP\",\n                \"ETB\",\n                \"EUR\",\n                \"FJD\",\n                \"FKP\",\n                \"GBP\",\n                \"GEL\",\n                \"GIP\",\n                \"GMD\",\n                \"GNF\",\n                \"GTQ\",\n                \"GYD\",\n                \"HKD\",\n                \"HNL\",\n                \"HTG\",\n                \"HUF\",\n                \"IDR\",\n                \"ILS\",\n                \"INR\",\n                \"ISK\",\n                \"JMD\",\n                \"JPY\",\n                \"KES\",\n                \"KGS\",\n                \"KHR\",\n                \"KMF\",\n                \"KRW\",\n                \"KYD\",\n                \"KZT\",\n                \"LAK\",\n                \"LBP\",\n                \"LKR\",\n                \"LRD\",\n                \"LSL\",\n                \"MAD\",\n                \"MDL\",\n                \"MGA\",\n                \"MKD\",\n                \"MMK\",\n                \"MNT\",\n                \"MOP\",\n                \"MRO\",\n                \"MUR\",\n                \"MVR\",\n                \"MWK\",\n                \"MXN\",\n                \"MYR\",\n                \"MZN\",\n                \"NAD\",\n                \"NGN\",\n                \"NIO\",\n                \"NOK\",\n                \"NPR\",\n                \"NZD\",\n                \"PAB\",\n                \"PEN\",\n                \"PGK\",\n                \"PHP\",\n                \"PKR\",\n                \"PLN\",\n                \"PYG\",\n                \"QAR\",\n                \"RON\",\n                \"RSD\",\n                \"RUB\",\n                \"RWF\",\n                \"SAR\",\n                \"SBD\",\n                \"SCR\",\n                \"SEK\",\n                \"SGD\",\n                \"SHP\",\n                \"SLE\",\n                \"SLL\",\n                \"SOS\",\n                \"SRD\",\n                \"STD\",\n                \"SZL\",\n                \"THB\",\n                \"TJS\",\n                \"TOP\",\n                \"TRY\",\n                \"TTD\",\n                \"TWD\",\n                \"TZS\",\n                \"UAH\",\n                \"UGX\",\n                \"UYU\",\n                \"UZS\",\n                \"VND\",\n                \"VUV\",\n                \"WST\",\n                \"XAF\",\n                \"XCD\",\n                \"XOF\",\n                \"XPF\",\n                \"YER\",\n                \"ZAR\",\n                \"ZMW\"\n            ],\n            \"required\": false,\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"text\",\n            \"order\": 12,\n            \"immutable\": false,\n            \"_id\": \"641cb18f6f4076d9210c925d\",\n            \"name\": \"Budgeted Annual Cost\",\n            \"choices\": [],\n            \"required\": false,\n            \"value\": \"\"\n        }\n    ],\n    \"level\": \"<integer>\",\n    \"latitude\": \"<integer>\",\n    \"longitude\": \"<integer>\",\n    \"state\": \"<string>\",\n    \"pm_rule_ids\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"watchers\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements","description":"<p>Assets and Locations are both generically called \"elements\" in Chekhub.</p>\n","urlObject":{"protocol":"https","path":["elements","v1","elements"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"88c83fcc-bcaf-45ac-89ea-13c154c2f314"},{"name":"Create Multiple Elements","id":"326a79c1-4abb-432b-b6d1-d3fd8632178a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"starting_number\": \"<integer>\",\n  \"count\": \"<integer>\",\n  \"padding\": \"<integer>\",\n\n\n  \"organization_id\": \"<string>\",\n  \"template_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"resource_type\": \"<string>\",\n  \"parent_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"skills\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"properties\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"parameters\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"level\": \"<integer>\",\n  \"latitude\": \"<integer>\",\n  \"longitude\": \"<integer>\",\n  \"state\": \"<string>\",\n  \"pm_rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements/batch","description":"<p>Assets and Locations are both generically called \"elements\" in Chekhub.</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements","batch"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"326a79c1-4abb-432b-b6d1-d3fd8632178a"},{"name":"Update Element(s)","id":"69bef779-8616-4829-a48f-e135ec05c65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"organization_id\": \"<string>\",\n  \"resource_type\": \"<string>\",\n  \"parent_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"skills\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"properties\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"parameters\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"level\": \"<integer>\",\n  \"latitude\": \"<integer>\",\n  \"longitude\": \"<integer>\",\n  \"state\": \"<string>\",\n  \"pm_rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements/bulk_update","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements","bulk_update"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"69bef779-8616-4829-a48f-e135ec05c65b"},{"name":"List Available Parameters","id":"d802e54c-13d8-43a7-82f5-e3e1856e8935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/elements/v1/parameters?resource_type=asset","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","parameters"],"host":["api","chekhub","com"],"query":[{"key":"resource_type","value":"asset"}],"variable":[]}},"response":[],"_postman_id":"d802e54c-13d8-43a7-82f5-e3e1856e8935"},{"name":"Create Asset","id":"e318b384-ceaf-4e88-845e-d404b05ae39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{vault:bearer-token}}w"}],"body":{"mode":"raw","raw":"{\n    \"organization_id\": \"<string>\",\n    \"template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"resource_type\": \"asset\",\n    \"parent_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"skills\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"properties\": [\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        },\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        }\n    ],\n    \"parameters\": [\n        {\n            \"name\": \"Asset Tag\",\n            \"_id\": \"641cb16d6f4076d9210c9253\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 0,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Budgeted Annual Cost\",\n            \"_id\": \"641cb18f6f4076d9210c925d\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 12,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Capacity\",\n            \"_id\": \"641cb1936f4076d9210c925f\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 7,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"End of Life Date\",\n            \"_id\": \"641cb18b6f4076d9210c925a\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 9,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Hostname\",\n            \"_id\": \"641cb18d6f4076d9210c925c\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 5,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"In Service Date\",\n            \"_id\": \"641cb1896f4076d9210c9259\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 8,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Make\",\n            \"_id\": \"641cb16f6f4076d9210c9254\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 1,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Manufacturer\",\n            \"_id\": \"641cb1846f4076d9210c9256\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 4,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Model\",\n            \"_id\": \"641cb1826f4076d9210c9255\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 2,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Purchase Price\",\n            \"_id\": \"641cb1866f4076d9210c9257\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 10,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Purchase Price Currency\",\n            \"_id\": \"641cb1886f4076d9210c9258\",\n            \"type\": \"single-choice\",\n            \"choices\": [\n                \"USD\",\n                \"AED\",\n                \"AFN\",\n                \"ALL\",\n                \"AMD\",\n                \"ANG\",\n                \"AOA\",\n                \"ARS\",\n                \"AUD\",\n                \"AWG\",\n                \"AZN\",\n                \"BAM\",\n                \"BBD\",\n                \"BDT\",\n                \"BGN\",\n                \"BIF\",\n                \"BMD\",\n                \"BND\",\n                \"BOB\",\n                \"BRL\",\n                \"BSD\",\n                \"BWP\",\n                \"BYN\",\n                \"BZD\",\n                \"CAD\",\n                \"CDF\",\n                \"CHF\",\n                \"CLP\",\n                \"CNY\",\n                \"COP\",\n                \"CRC\",\n                \"CVE\",\n                \"CZK\",\n                \"DJF\",\n                \"DKK\",\n                \"DOP\",\n                \"DZD\",\n                \"EGP\",\n                \"ETB\",\n                \"EUR\",\n                \"FJD\",\n                \"FKP\",\n                \"GBP\",\n                \"GEL\",\n                \"GIP\",\n                \"GMD\",\n                \"GNF\",\n                \"GTQ\",\n                \"GYD\",\n                \"HKD\",\n                \"HNL\",\n                \"HTG\",\n                \"HUF\",\n                \"IDR\",\n                \"ILS\",\n                \"INR\",\n                \"ISK\",\n                \"JMD\",\n                \"JPY\",\n                \"KES\",\n                \"KGS\",\n                \"KHR\",\n                \"KMF\",\n                \"KRW\",\n                \"KYD\",\n                \"KZT\",\n                \"LAK\",\n                \"LBP\",\n                \"LKR\",\n                \"LRD\",\n                \"LSL\",\n                \"MAD\",\n                \"MDL\",\n                \"MGA\",\n                \"MKD\",\n                \"MMK\",\n                \"MNT\",\n                \"MOP\",\n                \"MRO\",\n                \"MUR\",\n                \"MVR\",\n                \"MWK\",\n                \"MXN\",\n                \"MYR\",\n                \"MZN\",\n                \"NAD\",\n                \"NGN\",\n                \"NIO\",\n                \"NOK\",\n                \"NPR\",\n                \"NZD\",\n                \"PAB\",\n                \"PEN\",\n                \"PGK\",\n                \"PHP\",\n                \"PKR\",\n                \"PLN\",\n                \"PYG\",\n                \"QAR\",\n                \"RON\",\n                \"RSD\",\n                \"RUB\",\n                \"RWF\",\n                \"SAR\",\n                \"SBD\",\n                \"SCR\",\n                \"SEK\",\n                \"SGD\",\n                \"SHP\",\n                \"SLE\",\n                \"SLL\",\n                \"SOS\",\n                \"SRD\",\n                \"STD\",\n                \"SZL\",\n                \"THB\",\n                \"TJS\",\n                \"TOP\",\n                \"TRY\",\n                \"TTD\",\n                \"TWD\",\n                \"TZS\",\n                \"UAH\",\n                \"UGX\",\n                \"UYU\",\n                \"UZS\",\n                \"VND\",\n                \"VUV\",\n                \"WST\",\n                \"XAF\",\n                \"XCD\",\n                \"XOF\",\n                \"XPF\",\n                \"YER\",\n                \"ZAR\",\n                \"ZMW\"\n            ],\n            \"order\": 11,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Serial Number\",\n            \"_id\": \"641cb18c6f4076d9210c925b\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 3,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Size\",\n            \"_id\": \"641cb1906f4076d9210c925e\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 6,\n            \"value\": \"String\"\n        }\n    ],\n    \"level\": \"<integer>\",\n    \"latitude\": \"<integer>\",\n    \"longitude\": \"<integer>\",\n    \"state\": \"<string>\",\n    \"pm_rule_ids\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"watchers\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements","urlObject":{"protocol":"https","path":["elements","v1","elements"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e318b384-ceaf-4e88-845e-d404b05ae39a"},{"name":"Create Location","id":"cb692760-efa5-4b74-bdec-18ff502c76fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{vault:bearer-token}}w"}],"body":{"mode":"raw","raw":"{\n    \"organization_id\": \"<string>\",\n    \"template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"resource_type\": \"location\",\n    \"parent_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"skills\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"properties\": [\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        },\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        }\n    ],\n    \"parameters\": [\n        {\n            \"name\": \"Floors/Levels\",\n            \"_id\": \"641cf9cafb802f1208e02ab3\",\n            \"type\": \"numeric\",\n            \"choices\": [],\n            \"order\": 0,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"In Service Date\",\n            \"_id\": \"641cf9cafb802f1208e02ab4\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 1,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Square Footage\",\n            \"_id\": \"641cf9cafb802f1208e02ab5\",\n            \"type\": \"numeric\",\n            \"choices\": [],\n            \"order\": 2,\n            \"value\": \"String\"\n        }\n    ],\n    \"level\": \"<integer>\",\n    \"latitude\": \"<integer>\",\n    \"longitude\": \"<integer>\",\n    \"state\": \"<string>\",\n    \"pm_rule_ids\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"watchers\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements","urlObject":{"protocol":"https","path":["elements","v1","elements"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb692760-efa5-4b74-bdec-18ff502c76fe"}],"id":"8128fa73-0e83-4447-8328-0eed75fc9d1b","_postman_id":"8128fa73-0e83-4447-8328-0eed75fc9d1b","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"Assets","item":[{"name":"{asset_id}","item":[{"name":"Update Asset","id":"f186d93d-3838-4872-9189-b0bedaf4a1d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"organization_id\": \"<string>\",\n  \"template_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"resource_type\": \"asset\",\n  \"parent_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"skills\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"properties\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"immutable\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"immutable\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"parameters\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"level\": \"<integer>\",\n  \"latitude\": \"<integer>\",\n  \"longitude\": \"<integer>\",\n  \"state\": \"<string>\",\n  \"pm_rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements/:elementId","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements",":elementId"],"host":["api","chekhub","com"],"query":[],"variable":[{"type":"any","value":"","key":"elementId"}]}},"response":[],"_postman_id":"f186d93d-3838-4872-9189-b0bedaf4a1d2"}],"id":"8e04fdee-4126-47d9-b22e-e5b72af42820","_postman_id":"8e04fdee-4126-47d9-b22e-e5b72af42820","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"List Assets","id":"75a219ed-cefb-47f8-a221-33adb5500d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/elements/v1/elements?organization_id=&path_ids=&resource_types=asset&show_fields=&states=ACTIVE&level=","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>(Required) The unique identifier of the organization</p>\n","type":"text/plain"},"key":"organization_id","value":""},{"description":{"content":"<p>Filter items with these path IDs.  For example if you wanted all assets at a particular site you would enter the site id here</p>\n","type":"text/plain"},"key":"path_ids","value":""},{"description":{"content":"<p>\"aaset\" or \"location\"</p>\n","type":"text/plain"},"key":"resource_types","value":"asset"},{"description":{"content":"<p>address,attachments,created_at,created_by,connections,description,is_site,level,location,latitude,longitude,geojson,media,modified_at,modified_by,name,organization,parent,path,parameters,pm_rules,properties,resource_type,rounds,sites,skills,state,status,tags,template,upstream,downstream,template_attachments,template_properties,timezone,watchers</p>\n","type":"text/plain"},"key":"show_fields","value":""},{"description":{"content":"<p>Filter items by these states</p>\n","type":"text/plain"},"key":"states","value":"ACTIVE"},{"description":{"content":"<p>Use this to return the \"sites\" only.  Default site is level \"3\"</p>\n","type":"text/plain"},"key":"level","value":""}],"variable":[]}},"response":[],"_postman_id":"75a219ed-cefb-47f8-a221-33adb5500d37"},{"name":"Get Asset By ID","id":"e255e28f-6e2e-485f-b20c-fd1f78ac4b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/elements/v1/elements/:element_id?organization_id=<string>","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements",":element_id"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>id of the organization</p>\n","type":"text/plain"},"key":"organization_id","value":"<string>"}],"variable":[{"id":"9f39d7c4-4cbf-4130-9218-8e8997a6d6dc","description":{"content":"<p>id of the target element</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"element_id"}]}},"response":[],"_postman_id":"e255e28f-6e2e-485f-b20c-fd1f78ac4b0e"},{"name":"Create Asset","id":"a05fe9d2-98c3-439f-aa30-e129c6e60849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{vault:bearer-token}}w"}],"body":{"mode":"raw","raw":"{\n    \"organization_id\": \"<string>\",\n    \"template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"resource_type\": \"asset\",\n    \"parent_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"skills\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"properties\": [\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        },\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"immutable\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        }\n    ],\n    \"parameters\": [\n        {\n            \"name\": \"Asset Tag\",\n            \"_id\": \"641cb16d6f4076d9210c9253\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 0,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Budgeted Annual Cost\",\n            \"_id\": \"641cb18f6f4076d9210c925d\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 12,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Capacity\",\n            \"_id\": \"641cb1936f4076d9210c925f\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 7,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"End of Life Date\",\n            \"_id\": \"641cb18b6f4076d9210c925a\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 9,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Hostname\",\n            \"_id\": \"641cb18d6f4076d9210c925c\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 5,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"In Service Date\",\n            \"_id\": \"641cb1896f4076d9210c9259\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 8,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Make\",\n            \"_id\": \"641cb16f6f4076d9210c9254\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 1,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Manufacturer\",\n            \"_id\": \"641cb1846f4076d9210c9256\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 4,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Model\",\n            \"_id\": \"641cb1826f4076d9210c9255\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 2,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Purchase Price\",\n            \"_id\": \"641cb1866f4076d9210c9257\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 10,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Purchase Price Currency\",\n            \"_id\": \"641cb1886f4076d9210c9258\",\n            \"type\": \"single-choice\",\n            \"choices\": [\n                \"USD\",\n                \"AED\",\n                \"AFN\",\n                \"ALL\",\n                \"AMD\",\n                \"ANG\",\n                \"AOA\",\n                \"ARS\",\n                \"AUD\",\n                \"AWG\",\n                \"AZN\",\n                \"BAM\",\n                \"BBD\",\n                \"BDT\",\n                \"BGN\",\n                \"BIF\",\n                \"BMD\",\n                \"BND\",\n                \"BOB\",\n                \"BRL\",\n                \"BSD\",\n                \"BWP\",\n                \"BYN\",\n                \"BZD\",\n                \"CAD\",\n                \"CDF\",\n                \"CHF\",\n                \"CLP\",\n                \"CNY\",\n                \"COP\",\n                \"CRC\",\n                \"CVE\",\n                \"CZK\",\n                \"DJF\",\n                \"DKK\",\n                \"DOP\",\n                \"DZD\",\n                \"EGP\",\n                \"ETB\",\n                \"EUR\",\n                \"FJD\",\n                \"FKP\",\n                \"GBP\",\n                \"GEL\",\n                \"GIP\",\n                \"GMD\",\n                \"GNF\",\n                \"GTQ\",\n                \"GYD\",\n                \"HKD\",\n                \"HNL\",\n                \"HTG\",\n                \"HUF\",\n                \"IDR\",\n                \"ILS\",\n                \"INR\",\n                \"ISK\",\n                \"JMD\",\n                \"JPY\",\n                \"KES\",\n                \"KGS\",\n                \"KHR\",\n                \"KMF\",\n                \"KRW\",\n                \"KYD\",\n                \"KZT\",\n                \"LAK\",\n                \"LBP\",\n                \"LKR\",\n                \"LRD\",\n                \"LSL\",\n                \"MAD\",\n                \"MDL\",\n                \"MGA\",\n                \"MKD\",\n                \"MMK\",\n                \"MNT\",\n                \"MOP\",\n                \"MRO\",\n                \"MUR\",\n                \"MVR\",\n                \"MWK\",\n                \"MXN\",\n                \"MYR\",\n                \"MZN\",\n                \"NAD\",\n                \"NGN\",\n                \"NIO\",\n                \"NOK\",\n                \"NPR\",\n                \"NZD\",\n                \"PAB\",\n                \"PEN\",\n                \"PGK\",\n                \"PHP\",\n                \"PKR\",\n                \"PLN\",\n                \"PYG\",\n                \"QAR\",\n                \"RON\",\n                \"RSD\",\n                \"RUB\",\n                \"RWF\",\n                \"SAR\",\n                \"SBD\",\n                \"SCR\",\n                \"SEK\",\n                \"SGD\",\n                \"SHP\",\n                \"SLE\",\n                \"SLL\",\n                \"SOS\",\n                \"SRD\",\n                \"STD\",\n                \"SZL\",\n                \"THB\",\n                \"TJS\",\n                \"TOP\",\n                \"TRY\",\n                \"TTD\",\n                \"TWD\",\n                \"TZS\",\n                \"UAH\",\n                \"UGX\",\n                \"UYU\",\n                \"UZS\",\n                \"VND\",\n                \"VUV\",\n                \"WST\",\n                \"XAF\",\n                \"XCD\",\n                \"XOF\",\n                \"XPF\",\n                \"YER\",\n                \"ZAR\",\n                \"ZMW\"\n            ],\n            \"order\": 11,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Serial Number\",\n            \"_id\": \"641cb18c6f4076d9210c925b\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 3,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Size\",\n            \"_id\": \"641cb1906f4076d9210c925e\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 6,\n            \"value\": \"String\"\n        }\n    ],\n    \"level\": \"<integer>\",\n    \"latitude\": \"<integer>\",\n    \"longitude\": \"<integer>\",\n    \"state\": \"<string>\",\n    \"pm_rule_ids\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"watchers\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements","urlObject":{"protocol":"https","path":["elements","v1","elements"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a05fe9d2-98c3-439f-aa30-e129c6e60849"},{"name":"Create Multiple Assets","id":"1d22f1ed-6770-4af7-a9cb-9bdb0f573e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"starting_number\": \"<integer>\",\n    \"count\": \"<integer>\",\n    \"padding\": \"<integer>\",\n    \"organization_id\": \"<string>\",\n    \"template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"resource_type\": \"asset\",\n    \"parent_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"skills\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"properties\": [\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"required_to_open\": \"<boolean>\",\n            \"required_to_assign\": \"<boolean>\",\n            \"required_to_close\": \"<boolean>\",\n            \"immutable\": \"<boolean>\",\n            \"show_children_if\": {\n                \"input\": {},\n                \"operator\": \"<string>\",\n                \"operand\": {}\n            },\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        },\n        {\n            \"_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"type\": \"<string>\",\n            \"choices\": {},\n            \"value\": {},\n            \"required\": \"<boolean>\",\n            \"section\": \"<string>\",\n            \"default_value\": {},\n            \"required_to_open\": \"<boolean>\",\n            \"required_to_assign\": \"<boolean>\",\n            \"required_to_close\": \"<boolean>\",\n            \"immutable\": \"<boolean>\",\n            \"show_children_if\": {\n                \"input\": {},\n                \"operator\": \"<string>\",\n                \"operand\": {}\n            },\n            \"order\": \"<integer>\",\n            \"inherited_from\": {\n                \"_id\": \"<string>\",\n                \"name\": \"<string>\"\n            }\n        }\n    ],\n    \"parameters\": [\n        {\n            \"name\": \"Asset Tag\",\n            \"_id\": \"641cb16d6f4076d9210c9253\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 0,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Budgeted Annual Cost\",\n            \"_id\": \"641cb18f6f4076d9210c925d\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 12,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Capacity\",\n            \"_id\": \"641cb1936f4076d9210c925f\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 7,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"End of Life Date\",\n            \"_id\": \"641cb18b6f4076d9210c925a\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 9,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Hostname\",\n            \"_id\": \"641cb18d6f4076d9210c925c\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 5,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"In Service Date\",\n            \"_id\": \"641cb1896f4076d9210c9259\",\n            \"type\": \"date\",\n            \"choices\": [],\n            \"order\": 8,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Make\",\n            \"_id\": \"641cb16f6f4076d9210c9254\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 1,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Manufacturer\",\n            \"_id\": \"641cb1846f4076d9210c9256\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 4,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Model\",\n            \"_id\": \"641cb1826f4076d9210c9255\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 2,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Purchase Price\",\n            \"_id\": \"641cb1866f4076d9210c9257\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 10,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Purchase Price Currency\",\n            \"_id\": \"641cb1886f4076d9210c9258\",\n            \"type\": \"single-choice\",\n            \"choices\": [\n                \"USD\",\n                \"AED\",\n                \"AFN\",\n                \"ALL\",\n                \"AMD\",\n                \"ANG\",\n                \"AOA\",\n                \"ARS\",\n                \"AUD\",\n                \"AWG\",\n                \"AZN\",\n                \"BAM\",\n                \"BBD\",\n                \"BDT\",\n                \"BGN\",\n                \"BIF\",\n                \"BMD\",\n                \"BND\",\n                \"BOB\",\n                \"BRL\",\n                \"BSD\",\n                \"BWP\",\n                \"BYN\",\n                \"BZD\",\n                \"CAD\",\n                \"CDF\",\n                \"CHF\",\n                \"CLP\",\n                \"CNY\",\n                \"COP\",\n                \"CRC\",\n                \"CVE\",\n                \"CZK\",\n                \"DJF\",\n                \"DKK\",\n                \"DOP\",\n                \"DZD\",\n                \"EGP\",\n                \"ETB\",\n                \"EUR\",\n                \"FJD\",\n                \"FKP\",\n                \"GBP\",\n                \"GEL\",\n                \"GIP\",\n                \"GMD\",\n                \"GNF\",\n                \"GTQ\",\n                \"GYD\",\n                \"HKD\",\n                \"HNL\",\n                \"HTG\",\n                \"HUF\",\n                \"IDR\",\n                \"ILS\",\n                \"INR\",\n                \"ISK\",\n                \"JMD\",\n                \"JPY\",\n                \"KES\",\n                \"KGS\",\n                \"KHR\",\n                \"KMF\",\n                \"KRW\",\n                \"KYD\",\n                \"KZT\",\n                \"LAK\",\n                \"LBP\",\n                \"LKR\",\n                \"LRD\",\n                \"LSL\",\n                \"MAD\",\n                \"MDL\",\n                \"MGA\",\n                \"MKD\",\n                \"MMK\",\n                \"MNT\",\n                \"MOP\",\n                \"MRO\",\n                \"MUR\",\n                \"MVR\",\n                \"MWK\",\n                \"MXN\",\n                \"MYR\",\n                \"MZN\",\n                \"NAD\",\n                \"NGN\",\n                \"NIO\",\n                \"NOK\",\n                \"NPR\",\n                \"NZD\",\n                \"PAB\",\n                \"PEN\",\n                \"PGK\",\n                \"PHP\",\n                \"PKR\",\n                \"PLN\",\n                \"PYG\",\n                \"QAR\",\n                \"RON\",\n                \"RSD\",\n                \"RUB\",\n                \"RWF\",\n                \"SAR\",\n                \"SBD\",\n                \"SCR\",\n                \"SEK\",\n                \"SGD\",\n                \"SHP\",\n                \"SLE\",\n                \"SLL\",\n                \"SOS\",\n                \"SRD\",\n                \"STD\",\n                \"SZL\",\n                \"THB\",\n                \"TJS\",\n                \"TOP\",\n                \"TRY\",\n                \"TTD\",\n                \"TWD\",\n                \"TZS\",\n                \"UAH\",\n                \"UGX\",\n                \"UYU\",\n                \"UZS\",\n                \"VND\",\n                \"VUV\",\n                \"WST\",\n                \"XAF\",\n                \"XCD\",\n                \"XOF\",\n                \"XPF\",\n                \"YER\",\n                \"ZAR\",\n                \"ZMW\"\n            ],\n            \"order\": 11,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Serial Number\",\n            \"_id\": \"641cb18c6f4076d9210c925b\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 3,\n            \"value\": \"String\"\n        },\n        {\n            \"name\": \"Size\",\n            \"_id\": \"641cb1906f4076d9210c925e\",\n            \"type\": \"text\",\n            \"choices\": [],\n            \"order\": 6,\n            \"value\": \"String\"\n        }\n    ],\n    \"level\": \"<integer>\",\n    \"latitude\": \"<integer>\",\n    \"longitude\": \"<integer>\",\n    \"state\": \"<string>\",\n    \"pm_rule_ids\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"watchers\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements/batch","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements","batch"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d22f1ed-6770-4af7-a9cb-9bdb0f573e06"},{"name":"Update Asset(s)","id":"f5ce7786-aafe-4696-98de-cbac36fbea47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"organization_id\": \"<string>\",\n  \"resource_type\": \"<string>\",\n  \"parent_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"skills\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"properties\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"parameters\": [\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"choices\": {},\n      \"value\": {},\n      \"required\": \"<boolean>\",\n      \"section\": \"<string>\",\n      \"default_value\": {},\n      \"required_to_open\": \"<boolean>\",\n      \"required_to_assign\": \"<boolean>\",\n      \"required_to_close\": \"<boolean>\",\n      \"immutable\": \"<boolean>\",\n      \"show_children_if\": {\n        \"input\": {},\n        \"operator\": \"<string>\",\n        \"operand\": {}\n      },\n      \"order\": \"<integer>\",\n      \"inherited_from\": {\n        \"_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"level\": \"<integer>\",\n  \"latitude\": \"<integer>\",\n  \"longitude\": \"<integer>\",\n  \"state\": \"<string>\",\n  \"pm_rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chekhub.com/elements/v1/elements/bulk_update","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","elements","bulk_update"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5ce7786-aafe-4696-98de-cbac36fbea47"},{"name":"List Available Parameters","id":"c8a2146e-dd5d-4feb-a998-b2f442eb0739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/elements/v1/parameters?resource_type=asset","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["elements","v1","parameters"],"host":["api","chekhub","com"],"query":[{"key":"resource_type","value":"asset"}],"variable":[]}},"response":[],"_postman_id":"c8a2146e-dd5d-4feb-a998-b2f442eb0739"}],"id":"24e27bea-a87d-4e6e-8409-ba1aef3ced1c","_postman_id":"24e27bea-a87d-4e6e-8409-ba1aef3ced1c","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"Members","item":[{"name":"List Members","id":"3356dfd5-f7c9-4eba-a49d-375c63630259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.chekhub.com/accounts/v1/members?organization_id=&show_fields=name,email,teams,skills,role,role_object,first_name,last_name,access,preferences,accepted,is_owner,has_license,last_active,template_id,template_properties,properties,invited_by,invited_at,modified_at,image,state","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["accounts","v1","members"],"host":["api","chekhub","com"],"query":[{"description":{"content":"<p>Required Field</p>\n","type":"text/plain"},"key":"organization_id","value":""},{"key":"show_fields","value":"name,email,teams,skills,role,role_object,first_name,last_name,access,preferences,accepted,is_owner,has_license,last_active,template_id,template_properties,properties,invited_by,invited_at,modified_at,image,state"}],"variable":[]}},"response":[],"_postman_id":"3356dfd5-f7c9-4eba-a49d-375c63630259"}],"id":"3f660921-3e0f-4a9a-9f0b-2edf3f70ac08","_postman_id":"3f660921-3e0f-4a9a-9f0b-2edf3f70ac08","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}},{"name":"Accounts","item":[{"name":"Create API Key","id":"49633126-c83e-4ad5-8b9d-ac2f8eef6c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n    \"organization_id\": \"<objectid>\", // the id of your organization\n    \"name\": \"<string>\", //the name of the api key, created_by will show name as \"<NAME> - <ORGANIZATION_NAME> API Key\"\n    \"description\": \"<string>\", // the description of this api key\n    \"role_id\": \"<objectid>\", //the role to grant the api key, 5e848c7a274d693a983be889 is the admin role\n    \"project_ids\": [], //a list of project ids for project based access control\n    \"location_ids\":  [] // a list of location ids for location based access control\n}\n// The api can be used by passing a header named `apikey` along with the value. ","options":{"raw":{"language":"json"}}},"url":"api.chekhub.com/accounts/v1/api_keys","description":"<p>This route will create an API Key that can be used across the system. The api key will be able to have a role along with project or location based access control. Once the key is generated, it can not be resent.</p>\n<p><em>Note: If your organization requires SSO and you don't have a password, please contact</em> <a href=\"https://mailto:support@chekhub.com\"><i>support@chekhub.com</i></a> <em>to request an API Key</em></p>\n","urlObject":{"path":["accounts","v1","api_keys"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49633126-c83e-4ad5-8b9d-ac2f8eef6c20"},{"name":"Log In","id":"8dab230d-257a-4cf6-bded-2b4e5655a011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"username":"<username>","password":"<password>"},"isInherited":false},"method":"POST","header":[],"url":"api.chekhub.com/v2/system/login","description":"<p>A route for logging into the sytem with username and password to obtain an access token</p>\n","urlObject":{"path":["v2","system","login"],"host":["api","chekhub","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dab230d-257a-4cf6-bded-2b4e5655a011"}],"id":"2133e00a-d25c-4e0a-bc3f-bccc746e3df3","_postman_id":"2133e00a-d25c-4e0a-bc3f-bccc746e3df3","description":"","auth":{"type":"apikey","apikey":{"key":"<key>"},"isInherited":true,"source":{"_postman_id":"eb48b80e-2608-4bf5-9779-12c421c47e79","id":"eb48b80e-2608-4bf5-9779-12c421c47e79","name":"API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"b2616478-a048-48df-af97-b64d401f67c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3a9ea9c5-b052-41a7-9780-f8c472c4e131","type":"text/javascript","exec":[""]}}]}