{"info":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","description":"<html><head></head><body><p><strong>Introduction</strong></p>\n<p>SmartDesk by Benchmark 365 has a REST API which is documented using Postman. You can view the endpoint and relevant API at <a href=\"https://developer.benchmark365.com\">https://developer.benchmark365.com</a></p>\n<p>By default all partners get a API call limit of 60 calls per hour. All partners on higher plans will get 1000 calls per hour per end point.</p>\n<p><strong>Resources</strong></p>\n<p>The production endpoint is hosted at <a href=\"https://api.benchmark365.com\">https://api.benchmark365.com</a></p>\n<p>The test endpoint is hosted at <a href=\"https://sdbenchmarkapi.azurewebsites.net\">https://sdbenchmarkapi.azurewebsites.net</a></p>\n<p><strong>Authentication</strong></p>\n<p>When first signing up to Benchmark services, you would be signedup to a SmartDesk portal. The portal allows you access to view the tickets under Benchmark 365s management and it also allows you to setup different levels of integration. One of the integration patterns our Partners can use is via the REST API.</p>\n<p>All the keys can be managed from within SmartDesk once system access has been granted by your Benchmark 365 representative.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27762458","collectionId":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","publishedId":"2s93sW7aTj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-05T11:11:41.000Z"},"item":[{"name":"ticket","item":[{"name":"create","id":"7634216b-b5cd-4838-bbc4-5a96c5e4eee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 611905,\n        \"summary\": \"Test ticket 20-nov-1\",\n        \"details\": \"Test ticket 20-nov-1\",\n        \"site_id\": 18,\n        \"user_id\": 25,\n        \"opt_field\": \"optional\",\n        \"ext_id\": \"1012\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/ticket/","description":"<p>The request lets you create a ticket for a specific user and site.</p>\n<p>SiteID and UserId are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","ticket",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7634216b-b5cd-4838-bbc4-5a96c5e4eee1"},{"name":"list","id":"f404984d-ae5b-4bf0-af84-6c8fe4a55df3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/ticket","description":"<p>Lists all the requests, with a default pagination of 20 tickets.</p>\n","urlObject":{"path":["api","ticket"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f404984d-ae5b-4bf0-af84-6c8fe4a55df3"},{"name":"get","id":"9a6aa0f8-7bc4-42f2-acc7-00c5d56778bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/ticket/612005","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","ticket","612005"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a6aa0f8-7bc4-42f2-acc7-00c5d56778bd"},{"name":"get/external","id":"9efb3cce-fcdc-47f6-a61b-a5fa7b7d0911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/ticket/external/1012","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","ticket","external","1012"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9efb3cce-fcdc-47f6-a61b-a5fa7b7d0911"},{"name":"delete","id":"3ac074b3-09b9-4464-89be-ca0e3234860d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/ticket/612001","description":"<p>Lets you delete a specific ticket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","ticket","612001"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ac074b3-09b9-4464-89be-ca0e3234860d"}],"id":"f36b7234-1ead-45a4-a8dd-dfeecc557e38","description":"<p>You can. create, view, list or delete tickets for your sites using the /api/ticket api endpoint. The endpoint requires a bearer token.</p>\n<p>Sample request</p>\n","_postman_id":"f36b7234-1ead-45a4-a8dd-dfeecc557e38","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}}},{"name":"site","item":[{"name":"site","id":"ba003ca3-6639-40ab-9432-301031c34cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/site/10339","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","site","10339"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba003ca3-6639-40ab-9432-301031c34cef"},{"name":"list","id":"36264e91-7c2f-4e26-a133-5b4c3d626cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/site/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","site",""],"host":["{{host}}"],"query":[{"disabled":true,"key":"count","value":"1000"}],"variable":[]}},"response":[],"_postman_id":"36264e91-7c2f-4e26-a133-5b4c3d626cdc"},{"name":"create","id":"53318ca7-9d50-4cd1-89d3-797b408131e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 10319,\n        \"name\": \"my portal site 18-nov-2\",\n        \"client_id\": \"1\",\n        \"ext_id\": \"1002\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/site/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","site",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53318ca7-9d50-4cd1-89d3-797b408131e3"},{"name":"delete","id":"68499652-976c-445d-a6f9-cbb7fb4d3d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/site/10321","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","site","10321"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68499652-976c-445d-a6f9-cbb7fb4d3d99"},{"name":"get/external","id":"49f62f8e-4e3c-4650-8e14-06e91a60deae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/site/external/1002","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","site","external","1002"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49f62f8e-4e3c-4650-8e14-06e91a60deae"}],"id":"1c09fb0e-780d-4638-9be4-65ad4cf1605a","description":"<p>The /api/site api endpoint allows our partners to manage their site data with Benchmark365.</p>\n","_postman_id":"1c09fb0e-780d-4638-9be4-65ad4cf1605a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}}},{"name":"action","item":[{"name":"get","id":"add9ea68-481c-4ef4-a840-5a6460bcddca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/action/8?ticket_id=611964","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","action","8"],"host":["{{host}}"],"query":[{"key":"ticket_id","value":"611964"}],"variable":[]}},"response":[],"_postman_id":"add9ea68-481c-4ef4-a840-5a6460bcddca"},{"name":"list","id":"abd1750b-50bc-4c27-80bf-f8b65a375f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/action/?count=1000&ticket_id=611903","urlObject":{"path":["api","action",""],"host":["{{host}}"],"query":[{"key":"count","value":"1000"},{"key":"ticket_id","value":"611903"}],"variable":[]}},"response":[],"_postman_id":"abd1750b-50bc-4c27-80bf-f8b65a375f2d"},{"name":"create-Internal Note","id":"8ee03198-258d-4a1c-9e23-65903e815563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 10316,\n        \"ticket_id\": 611964,\n        \"outcome\": \"Internal Note\",\n        \"outcome_id\": 7,\n        \"appointment_complete_status\": 0,\n        \"timetaken\": null,\n        \"sendemail\": false,\n        \"hiddenfromuser\": true,\n        \"important\": false,\n        \"follow\": false,\n        \"actioncalendarstatus\": 0,\n        \"new_status\": 21,\n        \"emailsubject\": null,\n        \"new_slastatus\": 1,\n        \"chargerate\": 1,\n        \"action_showpreview\": true,\n        \"timerinuse\": false,\n        \"actionarrivaldate\": \"2023-07-16T14:27:31.808Z\",\n        \"actioncompletiondate\": \"2023-07-16T14:27:31.808Z\",\n        \"dont_do_rules\": true,\n        \"attachments\": [],\n        \"note\": \"<p>Suspended</p>\",\n        \"note_html\": \"<p>Suspended</p>\",\n        \"ext_id\": 10001\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/action/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","action",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ee03198-258d-4a1c-9e23-65903e815563"},{"name":"create-Time Entry","id":"d194a1a9-3217-495d-b994-8b4eca8a22e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 10316,\n        \"ticket_id\": 611903,\n        \"outcome\": \"Internal Note\",\n        \"outcome_id\": 7,\n        \"appointment_complete_status\": 0,\n        \"timetaken\": null,\n        \"sendemail\": false,\n        \"hiddenfromuser\": true,\n        \"important\": false,\n        \"follow\": false,\n        \"actioncalendarstatus\": 0,\n        \"new_status\": 21,\n        \"emailsubject\": null,\n        \"new_slastatus\": 1,\n        \"chargerate\": 1,\n        \"action_showpreview\": true,\n        \"timerinuse\": false,\n        \"actionarrivaldate\": \"2023-07-16T14:27:31.808Z\",\n        \"actioncompletiondate\": \"2023-07-16T14:27:31.808Z\",\n        \"dont_do_rules\": true,\n        \"attachments\": [],\n        \"note\": \"<p>Suspended</p>\",\n        \"note_html\": \"<p>Suspended</p>\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/action/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","action",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d194a1a9-3217-495d-b994-8b4eca8a22e8"},{"name":"create-External Note","id":"3c4e96e0-60a0-4786-8e4c-5467a3e92492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 10316,\n        \"ticket_id\": 611964,\n        \"outcome\": \"Email User\",\n        \"outcome_id\": 16,\n        \"appointment_complete_status\": 0,\n        \"timetaken\": 0,\n        \"sendemail\": true,\n        \"hiddenfromuser\": false,\n        \"important\": false,\n        \"follow\": false,\n        \"actioncalendarstatus\": 0,\n        \"new_status\": 26,\n        \"emailsubject\": \"633309: Mudaser test\",\n        \"new_slastatus\": 1,\n        \"chargerate\": 1,\n        \"action_showpreview\": false,\n        \"timerinuse\": false,\n        \"actionarrivaldate\": \"2023-07-16T14:28:31.812Z\",\n        \"actioncompletiondate\": \"2023-07-16T14:28:31.812Z\",\n        \"dont_do_rules\": true,\n        \"attachments\": [],\n        \"note\": \"\",\n        \"note_html\": \"\",\n        \"emailto\": \"asadraza1995@gmail.com\",\n        \"emailcc\": \"test@gmail.com\",\n        \"emailbcc\": \"\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/action/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","action",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c4e96e0-60a0-4786-8e4c-5467a3e92492"},{"name":"delete","id":"6e397aed-b199-4260-83ca-4c10ca083dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/action/10316","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","action","10316"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e397aed-b199-4260-83ca-4c10ca083dd9"}],"id":"38d81645-6f62-428e-87a3-a1906870b2f5","_postman_id":"38d81645-6f62-428e-87a3-a1906870b2f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}}},{"name":"attachtments","item":[{"name":"get","id":"fe35affd-5aeb-4c2e-b1eb-b6bb81378194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/attachment/296872?ticket_id=612006","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","attachment","296872"],"host":["{{host}}"],"query":[{"key":"ticket_id","value":"612006"}],"variable":[]}},"response":[],"_postman_id":"fe35affd-5aeb-4c2e-b1eb-b6bb81378194"},{"name":"list","id":"648cabf0-20fc-4b4b-840e-f3e4ae50d7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/attachment/?ticket_id=611903","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","attachment",""],"host":["{{host}}"],"query":[{"key":"ticket_id","value":"611903"}],"variable":[]}},"response":[],"_postman_id":"648cabf0-20fc-4b4b-840e-f3e4ae50d7d9"},{"name":"delete","id":"78b63ca4-0f73-4d3d-8814-2e3202bbb587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/halo/296818","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","halo","296818"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78b63ca4-0f73-4d3d-8814-2e3202bbb587"},{"name":"create","id":"6f761fb9-88cb-4cd1-8204-614220e503ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 296826,\n        \"filename\": \"test2.txt\",\n        \"data_base64\": \"data:text/plain;base64,VGhpcyBpcyBhIHRlc3QgZmlsZQ==\",\n        \"ticket_id\": 612005\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/attachment/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","attachment",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f761fb9-88cb-4cd1-8204-614220e503ec"}],"id":"157261dc-e502-4051-a8f4-90b6172123f4","_postman_id":"157261dc-e502-4051-a8f4-90b6172123f4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}}},{"name":"user","item":[{"name":"get","id":"4fa5ba1c-8110-4082-967a-ad144588e49d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/user/119525","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","user","119525"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa5ba1c-8110-4082-967a-ad144588e49d"},{"name":"delete","id":"47b972ee-187a-4388-9734-e9e80cc301e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/user/119487","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","user","119487"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47b972ee-187a-4388-9734-e9e80cc301e1"},{"name":"list","id":"b811e6ac-251d-41b0-ad2c-e24f188703a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/user/?page_no=1","urlObject":{"path":["api","user",""],"host":["{{host}}"],"query":[{"key":"page_no","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b811e6ac-251d-41b0-ad2c-e24f188703a4"},{"name":"create","id":"bfc2a974-d599-47b1-a830-ebb1f58dd286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        // \"id\": 119464,\n        \"name\": \"my-username-2\",\n        \"site_id\": 18, \n        \"emailaddress\": \"user4@example.com\",\n        \"ext_id\": 1004\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/user/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","user",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfc2a974-d599-47b1-a830-ebb1f58dd286"},{"name":"get/external","id":"a1b0a183-8cd8-40f0-bfe9-59395bfa5c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/user/external/1004","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}},"urlObject":{"path":["api","user","external","1004"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1b0a183-8cd8-40f0-bfe9-59395bfa5c83"}],"id":"5dd91791-1317-4b63-a5ae-26a33d596b9e","_postman_id":"5dd91791-1317-4b63-a5ae-26a33d596b9e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","id":"4a03de6a-451d-4bff-ad16-10a3006eb2f7","name":"SmartDesk-REST","type":"collection"}}},{"name":"auth/jwt/client-login","event":[{"listen":"test","script":{"id":"0fe85be4-cf96-4865-beac-2ca4507924c4","exec":["var response = pm.response.json();","pm.environment.set(\"access_token\", response.access_token);",""],"type":"text/javascript"}}],"id":"3e70c4aa-57dd-404a-bd1e-142e2d70221f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"{{host}}/auth/jwt/client-login","urlObject":{"path":["auth","jwt","client-login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e70c4aa-57dd-404a-bd1e-142e2d70221f"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"f2d10076-7794-48be-b177-3c96bac7a68a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bae4ffd9-ad3a-48e8-9be1-2b3f09c83105","type":"text/javascript","exec":[""]}}]}