{"info":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","description":"<html><head></head><body><p>The Helpdesk API allows developers to access and update data for their customers and associated tickets.</p>\n<p>The easiest way to start using the Helpdesk API is by clicking the <strong>Run in Postman</strong> button above. <a href=\"https://www.getpostman.com/\">Postman</a> is a free tool which helps developers run and debug API requests, and is the source of truth for this documentation. Every endpoint you see documented here is readily available by running our Postman collection.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>All of the API calls should follow RESTful standards with GET for retrieving data, PUT to update data, POST to create data, and DELETE to remove data. Most of the GET calls also support query parameters based on the fields returned in the body.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Basic authentication is required to recieve an authentication token. For the rest of the API calls that authentication token must be set in the header of your requests.</p>\n<p><code>Authorization: Bearer YOUR_ACCESS_TOKEN</code></p>\n<h1 id=\"status-codes\">Status Codes</h1>\n<ul>\n<li>200 for successful operation</li>\n<li>201 for successful create</li>\n<li>400 for a bad request</li>\n<li>401 for unauthorized request</li>\n<li>404 when object is not found</li>\n<li>500 for an internal server error</li>\n</ul>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>There is no rate limiting currently</p>\n<h1 id=\"need-help\">Need help?</h1>\n<p>Any questions with using the Hepldesk API can be addressed by contacting the GWIS Operations Team at <a href=\"mailto:GWISOperations@GoldenWest.com\">GWISOperations@GoldenWest.com</a> or 605-719-3518</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Status Codes","slug":"status-codes"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Need help?","slug":"need-help"}],"owner":"9153806","collectionId":"9023e48c-d075-420b-bc70-c8b5911df3a9","publishedId":"TVYAi2Mv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-20T20:32:33.000Z"},"item":[{"name":"Clients","item":[{"name":"Retrieve All Clients","id":"44451943-8aff-4b0b-bfe1-31c2fbc4f8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clients","description":"<p>Returns information for all Clients</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clients"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a9e12da-b312-4dc1-a150-31c5819cd4ca","name":"Retrieve All Clients","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"url":"{{url}}/clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"75262","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 19 Apr 2018 16:07:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Clients retrieved\",\n    \"data\": [\n        {\n            \"id\": 92,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2015-08-31 12:19:00\",\n            \"ClientTypeId\": 1,\n            \"ParentClientId\": 92,\n            \"VispId\": null,\n            \"ClientCode\": \"DEMO\",\n            \"ClientName\": \"Demo Net\",\n            \"DateAdded\": \"2008-09-24 08:17:00\",\n            \"DateRemoved\": null,\n            \"SendReminder\": 0,\n            \"SendEscalate\": 0,\n            \"SendSurvey\": 1,\n            \"SendSurveyAlt\": 0,\n            \"EscalatePendingTicketStateId\": 4,\n            \"EscalateTicketStateId\": 13,\n            \"HelpEmail\": \"\",\n            \"EscalateEmail\": \"\",\n            \"CustomerInformationUrl\": \"http://www.google.com/\",\n            \"Greeting\": \"Thank you for calling Demo.net. My name is <name>, can I get your username or phone number please?\",\n            \"IsVisible\": 1,\n            \"ShowCallRecording\": 1,\n            \"WhiteboardEmail\": \"\",\n            \"LogoLocation\": null\n        },\n        {\n            \"id\": 5593,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2018-01-22 08:31:00\",\n            \"ClientTypeId\": 1,\n            \"ParentClientId\": null,\n            \"VispId\": null,\n            \"ClientCode\": \"Test\",\n            \"ClientName\": \"ABC Telecommunications\",\n            \"DateAdded\": \"2008-09-24 09:32:00\",\n            \"DateRemoved\": null,\n            \"SendReminder\": 0,\n            \"SendEscalate\": 0,\n            \"SendSurvey\": 0,\n            \"SendSurveyAlt\": 0,\n            \"EscalatePendingTicketStateId\": 4,\n            \"EscalateTicketStateId\": 13,\n            \"HelpEmail\": \"\",\n            \"EscalateEmail\": \"\",\n            \"CustomerInformationUrl\": \"http://ccc.test.net/\",\n            \"Greeting\": \"Thank you for calling ABC Internet Help Desk my name is <name>. May I have your phone number please?\",\n            \"IsVisible\": 0,\n            \"ShowCallRecording\": 1,\n            \"WhiteboardEmail\": \"test@test.com\",\n            \"LogoLocation\": null\n        }\n    ]\n}"},{"id":"235da81f-17cf-4abc-a66a-a219523f32eb","name":"Retrieve All Clients with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clients?ClientCode=demo","host":["{{url}}"],"path":["clients"],"query":[{"key":"ClientCode","value":"demo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 14:20:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"667"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Clients retrieved\",\n    \"data\": [\n        {\n            \"id\": 92,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2015-08-31T12:19:00Z\",\n            \"ClientTypeId\": 1,\n            \"ParentClientId\": 92,\n            \"VispId\": null,\n            \"ClientCode\": \"DEMO\",\n            \"ClientName\": \"Demo Net\",\n            \"DateAdded\": \"2008-09-24T08:17:00Z\",\n            \"DateRemoved\": null,\n            \"SendReminder\": false,\n            \"SendEscalate\": false,\n            \"SendSurvey\": true,\n            \"SendSurveyAlt\": false,\n            \"EscalatePendingTicketStateId\": 4,\n            \"EscalateTicketStateId\": 13,\n            \"HelpEmail\": \"\",\n            \"EscalateEmail\": \"\",\n            \"CustomerInformationURL\": \"http://www.google.com/\",\n            \"Greeting\": \"Thank you for calling Demo.net. My name is <name>, can I get your username or phone number please?\",\n            \"IsVisible\": true,\n            \"ShowCallRecording\": true,\n            \"WhiteboardEmail\": \"\",\n            \"LogoLocation\": null\n        }\n    ]\n}"},{"id":"571d4a60-33af-44a4-9e7a-f56e44f6851f","name":"Retrieve All Clients with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clients?ClientCode=xyz","host":["{{url}}"],"path":["clients"],"query":[{"key":"ClientCode","value":"xyz"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 14:13:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client entity exists\"\n}"}],"_postman_id":"44451943-8aff-4b0b-bfe1-31c2fbc4f8d5"},{"name":"Retrieve Client by ID","id":"86344603-80ed-4109-821a-e7cf8f516162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clients/362","description":"<p>Returns Client information for the Client specified by id in the URL</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clients","362"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb9ec209-2ddf-400a-94d5-d5cd11cca79d","name":"Retrieve Client by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clients/363"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 14:43:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"740"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client retrieved\",\n    \"data\": {\n        \"id\": 363,\n        \"ModifyUserId\": 1590,\n        \"ModifyDate\": \"2020-10-15T14:43:00Z\",\n        \"ClientTypeId\": 1,\n        \"ParentClientId\": 37,\n        \"VispId\": 155,\n        \"ClientCode\": \"Test\",\n        \"ClientName\": \"Test ABC\",\n        \"DateAdded\": \"2020-10-15T14:43:00Z\",\n        \"DateRemoved\": null,\n        \"SendReminder\": false,\n        \"SendEscalate\": false,\n        \"SendSurvey\": true,\n        \"SendSurveyAlt\": false,\n        \"EscalatePendingTicketStateId\": 4,\n        \"EscalateTicketStateId\": 13,\n        \"HelpEmail\": \"helpdesk@abc.net\",\n        \"EscalateEmail\": null,\n        \"CustomerInformationURL\": \"https://www.test.com/\",\n        \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\n        \"IsVisible\": false,\n        \"ShowCallRecording\": true,\n        \"WhiteboardEmail\": \"test@test.com, test@test.net\",\n        \"LogoLocation\": null\n    }\n}"},{"id":"dcf20524-3631-474d-a7c9-49920be792af","name":"Retrieve Client by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clients/362"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 14:49:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client not found\"\n}"}],"_postman_id":"86344603-80ed-4109-821a-e7cf8f516162"}],"id":"0b4172ba-931f-4def-82b0-cbadd7b8304a","description":"<p>A client can be an ISP or a sub-ISP (domain) that is linked with specific subscribers, tickets, and information.</p>\n","event":[{"listen":"prerequest","script":{"id":"516a33f2-d766-4216-9dcf-7839703820a4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"64a6a798-6eb6-4116-b899-e7687c1c808a","type":"text/javascript","exec":[""]}}],"_postman_id":"0b4172ba-931f-4def-82b0-cbadd7b8304a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Connections","item":[{"name":"Retrieve All Client Connections","id":"c65bf050-0154-4856-a9ac-860badf75dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientConnections","description":"<p>Retrieves information for all Client Connections</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientConnections"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1cb3c390-cdc9-4520-a17a-02d7740bcdf6","name":"Retrieve All Client Connections","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientConnections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"297456","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 14:53:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Connections retrieved\",\n    \"data\": [\n        {\n            \"id\": 5450,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 08:48:00\",\n            \"ClientId\": 402,\n            \"ConnectionId\": 1,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 5451,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 08:53:00\",\n            \"ClientId\": 402,\n            \"ConnectionId\": 2,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 5452,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 08:53:00\",\n            \"ClientId\": 402,\n            \"ConnectionId\": 3,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"7619bd30-f617-4a90-8bd7-8de7e87d0e6f","name":"Retrieve All Client Connections with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientConnections?ConnectionId=567","host":["{{url}}"],"path":["clientConnections"],"query":[{"key":"ConnectionId","value":"567"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 16:04:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Connections found\"\n}"},{"id":"ff8de9f5-2de9-44fe-8e31-955d2723b199","name":"Retrieve All Client Connections with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientConnections?ConnectionId=2","host":["{{url}}"],"path":["clientConnections"],"query":[{"key":"ConnectionId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"12929","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 14:55:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Connections retrieved\",\n    \"data\": [\n        {\n            \"id\": 5451,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 08:53:00\",\n            \"ClientId\": 402,\n            \"ConnectionId\": 2,\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"c65bf050-0154-4856-a9ac-860badf75dcd"},{"name":"Retrieve Client Connection by ID","id":"b9351ad1-6b7e-49d5-9e6c-c11c3040b739","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientConnections/5450","description":"<p>Retrieves information for the specified Client Connection</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientConnections","5450"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"be009eaf-d546-4e8d-9fd4-84a4d89e0ea0","name":"Retrieve Client Connection by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientConnections/5450"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 16:09:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Connection retrieved\",\n    \"data\": {\n        \"id\": 5450,\n        \"ModifyDate\": \"2019-04-15T15:08:00Z\",\n        \"ModifyUserId\": 147,\n        \"ClientId\": 287,\n        \"ConnectionId\": 32,\n        \"IsVisible\": 0\n    }\n}"},{"id":"f15f8f96-d845-445f-95e4-051d33ac0d96","name":"Retrieve Client Connection by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientConnections/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 16:10:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Connection not found\"\n}"}],"_postman_id":"b9351ad1-6b7e-49d5-9e6c-c11c3040b739"}],"id":"afd56f36-c240-4ca8-9f3f-be80810a5eb2","description":"<p>A Client Connection is a reference to an already existing connection that associates it with a specific Client. This allows a Client to only display connections that it is associated with.</p>\n","event":[{"listen":"prerequest","script":{"id":"91de0b72-1915-463f-8453-70371430e936","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f0449ca4-c06a-4d43-a177-10e32c589efe","type":"text/javascript","exec":[""]}}],"_postman_id":"afd56f36-c240-4ca8-9f3f-be80810a5eb2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Device Information","item":[{"name":"Retrieve All Client Device Information","id":"0e3ba213-fc43-4e00-93a0-bf4b44da3521","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDeviceInformation","description":"<p>Returns all Client Device Information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientDeviceInformation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b4ba3eb8-80ad-4a6a-83be-dcbdcac14255","name":"Retrieve All Client Device Information with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDeviceInformation?ClientInformationTypeId=402","host":["{{url}}"],"path":["clientDeviceInformation"],"query":[{"key":"ClientInformationTypeId","value":"402"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:07:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Device Information found\"\n}"},{"id":"b5da0f31-f3b7-469a-a23e-4d43262e80ca","name":"Retrieve All Client Device Information with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDeviceInformation?ClientInformationTypeId=74","host":["{{url}}"],"path":["clientDeviceInformation"],"query":[{"key":"ClientInformationTypeId","value":"74"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"81475","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 16:05:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Device Information retrieved\",\n    \"data\": [\n        {\n            \"id\": 9506,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 09:54:00\",\n            \"ClientId\": 402,\n            \"DeviceId\": 113,\n            \"ClientInformationTypeId\": 74,\n            \"Information\": \"192.168.1.1\",\n            \"DisplayIndex\": 20,\n            \"IsVisible\": 1,\n            \"Url\": null,\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Router\"\n        }\n    ]\n}"},{"id":"d95760a2-ab72-4031-bec0-d3cc41b7e650","name":"Retrieve All Client Device Information","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDeviceInformation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1591168","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 16:03:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Device Information retrieved\",\n    \"data\": [\n        {\n            \"id\": 9506,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 09:54:00\",\n            \"ClientId\": 402,\n            \"DeviceId\": 113,\n            \"ClientInformationTypeId\": 74,\n            \"Information\": \"192.168.1.1\",\n            \"DisplayIndex\": 20,\n            \"IsVisible\": 1,\n            \"Url\": null,\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Router\"\n        },\n        {\n            \"id\": 9507,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 10:03:00\",\n            \"ClientId\": 402,\n            \"DeviceId\": 113,\n            \"ClientInformationTypeId\": 67,\n            \"Information\": \"RFC 2684 Bridged\",\n            \"DisplayIndex\": 30,\n            \"IsVisible\": 1,\n            \"Url\": null,\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Router\"\n        }\n    ]\n}"}],"_postman_id":"0e3ba213-fc43-4e00-93a0-bf4b44da3521"},{"name":"Retrieve Client Device Information by ID","id":"81fa0d54-b33a-470f-83ce-90473ad0fd0c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDeviceInformation/9506","description":"<p>Retrieves information for the specified Client Device Information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientDeviceInformation","9506"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"043775ad-9c2b-4db0-9fee-04b8076a7a8f","name":"Retrieve Client Device Information by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientDeviceInformation/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:15:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Device Information not found\"\n}"},{"id":"b41250fa-3c3f-4058-b7bd-76800d1eef94","name":"Retrieve Client Device Information by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientDeviceInformation/9506"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:14:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"402"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Device Information retrieved\",\n    \"data\": {\n        \"id\": 9506,\n        \"ModifyUserId\": 147,\n        \"ModifyDate\": \"2019-02-11T12:18:00Z\",\n        \"ClientId\": 37,\n        \"DeviceId\": 165,\n        \"ClientInformationTypeId\": 367,\n        \"Information\": \"Double-click the device under the CPE Information in Tech Tools.  This brings up the ZeroTouch provisioning.\",\n        \"DisplayIndex\": 50,\n        \"IsVisible\": 1,\n        \"Url\": \"\",\n        \"FileStorageId\": null,\n        \"DeviceType\": \"Router\"\n    }\n}"}],"_postman_id":"81fa0d54-b33a-470f-83ce-90473ad0fd0c"},{"name":"Retrieve Client Devices","id":"3dc2fe3e-ef5d-4b29-9f68-62be9d71e9aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientDevices?clientid=37&devicetype=router","description":"<p>Retrieve all Client Device inforamtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>URL Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>Client ID associated with this client Device</td>\n</tr>\n<tr>\n<td>DeviceType</td>\n<td>string</td>\n<td>required</td>\n<td>The device type (modem|router) of interest</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientDevices"],"host":["{{url}}"],"query":[{"key":"clientid","value":"37"},{"key":"devicetype","value":"router"}],"variable":[]}},"response":[{"id":"3329258d-7c3f-469e-9290-0386b7830192","name":"Retrieve Client Devices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDevices?clientid=37&devicetype=router","host":["{{url}}"],"path":["clientDevices"],"query":[{"key":"clientid","value":"37"},{"key":"devicetype","value":"router"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:24:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3032"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Devices retrieved\",\n    \"data\": [\n        {\n            \"id\": 101,\n            \"ModifyUserID\": 888,\n            \"ModifyDate\": {\n                \"date\": \"2008-08-06 11:21:00.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"Brand\": \"Linksys\",\n            \"Model\": \"WRT54G\",\n            \"Firmware\": \"N/A\",\n            \"IsVisible\": true\n        },\n        {\n            \"id\": 102,\n            \"ModifyUserID\": 107,\n            \"ModifyDate\": {\n                \"date\": \"2008-07-12 16:32:00.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"Brand\": \"D-Link\",\n            \"Model\": \"N/a\",\n            \"Firmware\": \"N/a\",\n            \"IsVisible\": true\n        }\n    ]\n}"},{"id":"3afed798-73fc-4cb4-b6f9-ddd06238e43d","name":"Retrieve Client Devices Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDevices?clientid=1&devicetype=router","host":["{{url}}"],"path":["clientDevices"],"query":[{"key":"clientid","value":"1"},{"key":"devicetype","value":"router"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:32:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Devices found\"\n}"},{"id":"f41511af-348e-4e0a-9892-b655cb5335a0","name":"Retrieve Client Devices Invalid: Bad Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDevices?clientid=37&devicetype=test","host":["{{url}}"],"path":["clientDevices"],"query":[{"key":"clientid","value":"37"},{"key":"devicetype","value":"test"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:30:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Invalid Device Type\"\n}"}],"_postman_id":"3dc2fe3e-ef5d-4b29-9f68-62be9d71e9aa"}],"id":"62c6c82b-dcad-4526-9e42-b7c00e35fca1","description":"<p>Client Device Information is data that is specific to a certain Device (modem or router) and Client. This could be information such as login credentials or management URL's.</p>\n","event":[{"listen":"prerequest","script":{"id":"48747eb8-baeb-4c6b-9a24-e1f471c4402e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"24be390d-1d9d-4185-ab35-f5f35c1fc765","type":"text/javascript","exec":[""]}}],"_postman_id":"62c6c82b-dcad-4526-9e42-b7c00e35fca1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Domains","item":[{"name":"Retrieve All Client Domains","id":"eb3a652b-bc60-475d-ab51-3690c069896a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDomains","description":"<p>Retrieves information for all Client Domains</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientDomains"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"34cfb757-7c75-434c-b874-cc0bb28a690b","name":"Retrieve All Client Domains","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDomains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"14436","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 16:51:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Domains retrieved\",\n    \"data\": [\n        {\n            \"id\": 450,\n            \"ModifyDate\": \"2018-04-23 10:31:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"DomainId\": 1\n        },\n        {\n            \"id\": 451,\n            \"ModifyDate\": \"2018-04-23 10:51:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"DomainId\": 354\n        }\n    ]\n}"},{"id":"37b4fae2-896a-43ce-86ae-aeb5540ef444","name":"Retrieve All Client Domains with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDomains?domainid=1","host":["{{url}}"],"path":["clientDomains"],"query":[{"key":"domainid","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:41:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Domains found\"\n}"},{"id":"5bb4af5a-535d-4ca3-b5f9-a5edb071dc4f","name":"Retrieve All Client Domains with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientDomains?domainid=35","host":["{{url}}"],"path":["clientDomains"],"query":[{"key":"domainid","value":"35"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:43:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Domains retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyDate\": \"2008-06-06T13:07:00Z\",\n            \"ModifyUserId\": 100,\n            \"ClientId\": 16,\n            \"DomainId\": 35\n        }\n    ]\n}"}],"_postman_id":"eb3a652b-bc60-475d-ab51-3690c069896a"},{"name":"Retrieve Client Domain by ID","id":"251923a4-e07f-4c73-936a-d7b6c701465d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDomains/450","description":"<p>Retrieves information for the specified Client Domain</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientDomains","450"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"13c05d9a-960e-4b41-a6f7-6176659dd32d","name":"Retrieve Client Domain by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientDomains/450"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 16:55:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Domain retrieved\",\n    \"data\": {\n        \"id\": 450,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-04-23 10:31:00\",\n        \"ClientId\": 402,\n        \"DomainId\": 1\n    }\n}"},{"id":"a41a53a4-6463-42b2-ac80-9c142e6b9cfe","name":"Retrieve Client Domain by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientDomains/450"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 17:44:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Domain not found\"\n}"}],"_postman_id":"251923a4-e07f-4c73-936a-d7b6c701465d"}],"id":"42d5b2ec-76b6-492a-ae1d-a8d76c3a63b0","description":"<p>Client Domains allows the association of domains to a specific client.</p>\n","event":[{"listen":"prerequest","script":{"id":"a7ba2e64-b598-426d-a9ba-500f349ebe76","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"541e10c2-b1b7-4fd8-a491-bc19b96d4905","type":"text/javascript","exec":[""]}}],"_postman_id":"42d5b2ec-76b6-492a-ae1d-a8d76c3a63b0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Escalate Ticket States","item":[{"name":"Retrieve all Client Escalate Ticket States","id":"01d7730f-4dcc-4689-b59b-bec7df955de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientEscalateTicketStates?clientid=999","description":"<p>Retrieves all the Client Escalate Ticket State associations. These ticket states are when a ticket should be escalated and what, if any, email addresses should recieve the escalated ticket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientEscalateTicketStates"],"host":["{{url}}"],"query":[{"key":"clientid","value":"999"}],"variable":[]}},"response":[{"id":"730061aa-3498-4309-93fa-965ccf358b04","name":"Retrieve all Client Escalate Ticket States with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientEscalateTicketStates?clientid=999","host":["{{url}}"],"path":["clientEscalateTicketStates"],"query":[{"key":"clientid","value":"999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Fri, 13 Sep 2019 19:25:44 GMT"},{"key":"Content-Length","value":"295"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Escalate Ticket States retrieved\",\n    \"data\": [\n        {\n            \"id\": 208,\n            \"ClientId\": 999,\n            \"EscalateTicketStateId\": 13,\n            \"EscalateEmail\": \"test@test.com,test2@test.com\",\n            \"ModifyDate\": \"2019-09-12 14:47:32.397\",\n            \"ModifyUserId\": 1,\n            \"CreatedDate\": \"2019-09-12 14:47:32.397\",\n            \"PopupInformation\": \"Contact oncall at 555-5555\",\n            \"Subject\": \"Ticket for oncall\"\n        }\n    ]\n}"},{"id":"9c2c2622-b55b-41b6-b28c-964201480474","name":"Retrieve all Client Escalate Ticket States with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientEscalateTicketStates?clientid=888","host":["{{url}}"],"path":["clientEscalateTicketStates"],"query":[{"key":"clientid","value":"888"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 18:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Client Escalate Ticket State not found\"\n}"},{"id":"ccdfb208-2f2b-4a0c-a89b-76d6e4be2810","name":"Retrieve all Client Escalate Ticket States Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientEscalateTicketStates"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 19:25:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Search query is required\"\n}"}],"_postman_id":"01d7730f-4dcc-4689-b59b-bec7df955de1"},{"name":"Retrieve Client Escalate Ticket State by ID","id":"48d3b82c-329e-4805-a424-8af5b5df888e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientEscalateTicketStates/9","description":"<p>Retrieves the specified Client Escalate Ticket State association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientEscalateTicketStates","9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8899e708-462e-45ec-8840-278392414a21","name":"Retrieve Client Escalate Ticket State by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientEscalateTicketStates/209"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Fri, 13 Sep 2019 19:29:10 GMT"},{"key":"Content-Length","value":"64"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Client Escalate Ticket State not found\"\n}"},{"id":"9325670a-9a73-4756-88d2-acf6fbd24526","name":"Retrieve Client Escalate Ticket State by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientEscalateTicketStates/208"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Fri, 13 Sep 2019 19:28:30 GMT"},{"key":"Content-Length","value":"290"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Escalate Ticket State retrieved\",\n    \"data\": {\n        \"id\": 208,\n        \"ClientId\": 999,\n        \"EscalateTicketStateId\": 13,\n        \"EscalateEmail\": \"test@test.com,test2@test.com\",\n        \"ModifyDate\": \"2019-09-12 14:47:32.397\",\n        \"ModifyUserId\": 1,\n        \"CreatedDate\": \"2019-09-12 14:47:32.397\",\n        \"PopupInformation\": \"Contact oncall at 555-5555\",\n        \"Subject\": \"Ticket for oncall\"\n    }\n}"}],"_postman_id":"48d3b82c-329e-4805-a424-8af5b5df888e"}],"id":"fcaf13cf-0a9f-4317-b8fe-b6b97fd7a0f2","description":"<p>Client Ticket States creates an association between a Client and what Ticket States will be used for that Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"d70cfcee-d427-488c-9288-0a2b59fe5c19","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8806ecdf-b41d-4352-96d0-8fd62a141173","type":"text/javascript","exec":[""]}}],"_postman_id":"fcaf13cf-0a9f-4317-b8fe-b6b97fd7a0f2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client File Storages","item":[{"name":"Retrieve All Client File Storages","id":"24969dd0-72d3-4ca5-9937-a0b4bbc08f95","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientFileStorages","description":"<p>Returns information for all Client File Storages</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientFileStorages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1971ca2e-c179-4b91-8d6f-27f984dd82cd","name":"Retrieve All Client File Storages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientFileStorages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46342","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 17:25:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 1197,\n            \"ClientId\": 402,\n            \"FileStorageId\": 1337\n        },\n        {\n            \"id\": 1200,\n            \"ClientId\": 402,\n            \"FileStorageId\": 1338\n        }\n    ]\n}"},{"id":"d163957e-8011-48a7-8c74-676d07ca1ca1","name":"Retrieve All Client File Storages With Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientFileStorages?FileStorageId=1337","host":["{{url}}"],"path":["clientFileStorages"],"query":[{"key":"FileStorageId","value":"1337"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 18:59:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"205"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 1275,\n            \"ClientId\": 37,\n            \"FileStorageId\": 1337\n        },\n        {\n            \"id\": 1276,\n            \"ClientId\": 37,\n            \"FileStorageId\": 1337\n        },\n        {\n            \"id\": 1302,\n            \"ClientId\": 37,\n            \"FileStorageId\": 1337\n        }\n    ]\n}"},{"id":"f02b9c7f-126a-4810-9737-028dd734cd5e","name":"Retrieve All Client File Storages With Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientFileStorages?FileStorageId=1","host":["{{url}}"],"path":["clientFileStorages"],"query":[{"key":"FileStorageId","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 19:00:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client File Storages found\"\n}"}],"_postman_id":"24969dd0-72d3-4ca5-9937-a0b4bbc08f95"},{"name":"Retrieve Client File Storage by ID","id":"51d30819-4573-4d72-aeab-9e25622debb9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientFileStorages/1197","description":"<p>Retrieves information for the specified Client File Storage</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientFileStorages","1197"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9c5d9316-af84-4e0f-98f8-d57bce1b9397","name":"Retrieve Client File Storage by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientFileStorages/2000"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 19:02:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client File Storage not found\"\n}"},{"id":"9d38bd23-a417-4f07-865c-167c5ab65130","name":"Retrieve Client File Storage by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientFileStorages/1197"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"111","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 17:28:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client File Storage retrieved\",\n    \"data\": {\n        \"id\": 1197,\n        \"ClientId\": 402,\n        \"FileStorageId\": 1337\n    }\n}"}],"_postman_id":"51d30819-4573-4d72-aeab-9e25622debb9"}],"id":"2ae7936f-8e3c-4fa7-b19b-9aedb260d28d","description":"<p>Client File Storages allows the association of a specific file storage to a client.</p>\n","event":[{"listen":"prerequest","script":{"id":"02f1405a-5524-4498-95b2-920b2f470985","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"40516393-c9ba-48ec-9780-24ae1c60ea5a","type":"text/javascript","exec":[""]}}],"_postman_id":"2ae7936f-8e3c-4fa7-b19b-9aedb260d28d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Information","item":[{"name":"Retrieve All Client Information","id":"5fcc5212-6ba6-402d-a95e-66f43c14cf4d","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientInformation","description":"<p>Returns data for all Client Information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientInformation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3b3d8e7e-feab-4dfa-be8c-c8b8d3704750","name":"Retrieve All Client Information","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientInformation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2007693","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 18:54:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information retrieved\",\n    \"data\": [\n        {\n            \"id\": 15415,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 12:50:00\",\n            \"ClientId\": 402,\n            \"ClientInformationTypeId\": 3,\n            \"Information\": \"Monday through Friday - 8am to 6pm - MST\",\n            \"FileStorageId\": null,\n            \"Url\": \"https://www.abctelecom.com\",\n            \"DisplayIndex\": 0,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 15416,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 12:54:00\",\n            \"ClientId\": 402,\n            \"ClientInformationTypeId\": 1,\n            \"Information\": \"8.8.8.8\",\n            \"FileStorageId\": null,\n            \"Url\": null,\n            \"DisplayIndex\": 0,\n            \"IsVisible\": 0\n        }\n    ]\n}"},{"id":"54068300-12b5-4f8b-9171-71713badb3d8","name":"Retrieve All Client Information with Search Query","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"url":{"raw":"{{url}}/clientInformation?clientinformationtypeid=3","host":["{{url}}"],"path":["clientInformation"],"query":[{"key":"clientinformationtypeid","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"15623","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 18:57:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information retrieved\",\n    \"data\": [\n        {\n            \"id\": 15415,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-23 12:50:00\",\n            \"ClientId\": 402,\n            \"ClientInformationTypeId\": 3,\n            \"Information\": \"Monday through Friday - 8am to 6pm - MST\",\n            \"FileStorageId\": null,\n            \"Url\": \"https://www.abctelecom.com\",\n            \"DisplayIndex\": 0,\n            \"IsVisible\": 0\n        }\n    ]\n}"},{"id":"a4dfad26-3217-465e-8dfd-9137bfe56987","name":"Retrieve All Client Information with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientInformation?clientinformationtypeid=32","host":["{{url}}"],"path":["clientInformation"],"query":[{"key":"clientinformationtypeid","value":"32"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 19:17:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Information found\"\n}"}],"_postman_id":"5fcc5212-6ba6-402d-a95e-66f43c14cf4d"},{"name":"Retrieve Client Information by ID","id":"77cc85f0-b2e2-4720-a426-e5366c45c8e7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientInformation/15415","description":"<p>Returns the data for the specified Client Information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientInformation","15415"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"180cdc4a-1dc7-4739-affc-deb285f3514b","name":"Retrieve Client Information by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformation/15415"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 19:30:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information retrieved\",\n    \"data\": {\n        \"id\": 15415,\n        \"ModifyUserId\": 139,\n        \"ModifyDate\": \"2018-03-28T10:31:00Z\",\n        \"ClientId\": 283,\n        \"ClientInformationTypeId\": 290,\n        \"Information\": \"Priority 3 Minor -  User experiencing an issue remotely (not at service location)\",\n        \"FileStorageId\": null,\n        \"Url\": \"\",\n        \"DisplayIndex\": 110,\n        \"IsVisible\": 1\n    }\n}"},{"id":"3a2963be-b4c3-42d6-8de3-2a66b2934b3b","name":"Retrieve Client Information by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformation/160000"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 19:31:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Information not found\"\n}"}],"_postman_id":"77cc85f0-b2e2-4720-a426-e5366c45c8e7"}],"id":"919ac5f6-7b57-498f-87f9-fc4a81c345a0","description":"<p>Client Information is information that is specific to a client. This could be contact numbers or email settings.</p>\n","event":[{"listen":"prerequest","script":{"id":"d2b933ff-d389-44a7-bfed-7473e8e153b5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f607c350-0829-4b04-9bfa-1eddaec75d19","type":"text/javascript","exec":[""]}}],"_postman_id":"919ac5f6-7b57-498f-87f9-fc4a81c345a0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Information Groups","item":[{"name":"Retrieve All Client Information Groups","id":"b0312457-3a3b-4f82-92cc-424e7b9e5ca9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientInformationGroups","description":"<p>Retrieves all Client Information Groups</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientInformationGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"378a379a-8446-4231-82f1-5cfde8d4b192","name":"Retrieve All Client Information Groups","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformationGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 20:44:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2311"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information Groups retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"InformationGroup\": \"General\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 2,\n            \"InformationGroup\": \"Email\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"7c92b8d6-e67e-415a-91d2-9a1621bf1fff","name":"Retrieve All Client Information Groups with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientInformationGroups?informationgroup=email","host":["{{url}}"],"path":["clientInformationGroups"],"query":[{"key":"informationgroup","value":"email"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 20:45:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information Groups retrieved\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"InformationGroup\": \"Email\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"ec685d29-68f0-4b5f-8703-d8e58709267f","name":"Retrieve All Client Information Groups with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientInformationGroups?informationgroup=test","host":["{{url}}"],"path":["clientInformationGroups"],"query":[{"key":"informationgroup","value":"test"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 20:45:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Information Groups found\"\n}"}],"_postman_id":"b0312457-3a3b-4f82-92cc-424e7b9e5ca9"},{"name":"Retrieve Client Information Group by ID","id":"9e6547c1-fda5-4e8b-ad81-8dc2807a37a8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientInformationGroups/152","description":"<p>Retrieves the specific Client Information Group</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientInformationGroups","152"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1dde7099-1565-4fe5-a365-c29ff028769b","name":"Retrieve Client Information Group by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformationGroups/152"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 20:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Information Group not found\"\n}"},{"id":"5e9954ea-4ba6-4e05-9ffd-ce7462404a1b","name":"Retrieve Client Information Group by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformationGroups/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 20:47:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information Group retrieved\",\n    \"data\": {\n        \"id\": 1,\n        \"InformationGroup\": \"General\",\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"9e6547c1-fda5-4e8b-ad81-8dc2807a37a8"}],"id":"bf71850a-c876-4e27-b060-639f93bef3c3","description":"<p>Client Information Groups is a way to combine similar client information for creating a visual display. Examples of this would be DSL, Email, or Contact Information.</p>\n","event":[{"listen":"prerequest","script":{"id":"1260cd98-c707-41ff-a05f-8567df3f29e3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38ada547-caff-4977-b1ba-aea315389afe","type":"text/javascript","exec":[""]}}],"_postman_id":"bf71850a-c876-4e27-b060-639f93bef3c3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Information Types","item":[{"name":"Retrieve All Client Information Types","id":"ab6bd34d-54d7-461f-9ddd-42b5a0da2d89","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientInformationTypes","description":"<p>Retrieve data for all Client Information Types</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientInformationTypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a228a1a-4158-434f-8648-14f6d91a4a2b","name":"Retrieve All Client Information Types with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/clientInformationTypes?clientinformationgroupid=2","host":["{{url}}"],"path":["clientInformationTypes"],"query":[{"key":"clientinformationgroupid","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3939","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 22:00:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information Types retrieved\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"ClientInformationGroupId\": 2,\n            \"InformationType\": \"POP Server\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ClientInformationGroupId\": 2,\n            \"InformationType\": \"SMTP Server\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"79971f92-5096-4c38-a851-4c1837335af6","name":"Retrieve All Client Information Types with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientInformationTypes?clientinformationgroupid=7","host":["{{url}}"],"path":["clientInformationTypes"],"query":[{"key":"clientinformationgroupid","value":"7"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"59","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 22:01:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\":false,\r\n    \"msg\":\"Client Information Type not found\"\r\n}"},{"id":"e6205dbb-73dd-4741-b120-73004e570296","name":"Retrieve All Client Information Types","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientInformationTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"39425","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 21:58:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Information Types retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Primary DNS\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 2,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Secondary DNS\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3,\n            \"ClientInformationGroupId\": 2,\n            \"InformationType\": \"POP Server\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ClientInformationGroupId\": 2,\n            \"InformationType\": \"SMTP Server\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 7,\n            \"ClientInformationGroupId\": 4,\n            \"InformationType\": \"Simultaneous Connections\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 9,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Customer Service Con\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 10,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Coverage Area\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 11,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Support Hours\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 13,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Support Number\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 579,\n            \"ClientInformationGroupId\": 1,\n            \"InformationType\": \"Tertiary DNS\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"ab6bd34d-54d7-461f-9ddd-42b5a0da2d89"},{"name":"Retrieve Client Information Type by ID","id":"36a244ab-e6a6-4c74-b8b1-046c020d90ea","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientInformationTypes/579","description":"<p>Retrieves the specified Client Information Type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientInformationTypes","579"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"023fb7b0-7ebd-482f-bb42-2ad9d46626c5","name":"Retrieve Client Information Type by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformationTypes/579"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"152","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 22:04:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\":true,\r\n    \"msg\":\"Client Information Type retrieved\",\r\n    \"data\":{\r\n        \"id\":579,\r\n        \"ClientInformationGroupId\":1,\r\n        \"InformationType\":\"Tertiary DNS\",\r\n        \"IsVisible\":1\r\n    }\r\n}"},{"id":"da1be601-6c63-4690-92c6-d50bac5e702b","name":"Retrieve Client Information Type by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientInformationTypes/580"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"59","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 22:05:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\":false,\r\n    \"msg\":\"Client Information Type not found\"\r\n}"}],"_postman_id":"36a244ab-e6a6-4c74-b8b1-046c020d90ea"}],"id":"d009dc69-8142-4c26-8001-49525dc108df","description":"<p>Client Information Types can be thought of as headers for Client Information that a very similar. For example The client information of 8.8.8.8 could have a client information type of Primary DNS, and a client information group of DSL. You can then have mulitple Client Information under the same Client Information Type and then multiple types underneath the same Client Information Group.</p>\n","event":[{"listen":"prerequest","script":{"id":"bcf4f8ae-b219-4d69-9943-867d72cdd7ab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d150abfd-5c6e-42ff-9487-4121c9a7d701","type":"text/javascript","exec":[""]}}],"_postman_id":"d009dc69-8142-4c26-8001-49525dc108df","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Modems","item":[{"name":"Retrieve All Client Modems","id":"0a3e16b8-2c4f-4a54-897e-7af1d1219aee","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModems","description":"<p>Retrieves all Client Modem assoications</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientModems"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8edffe56-5021-4e8f-bddc-c49b8b73d930","name":"Retrieve All Client Modems","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"136951","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:31:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Modems retrieved\",\n    \"data\": [\n        {\n            \"id\": 2866,\n            \"ModifyDate\": \"2018-04-24 08:22:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"ModemId\": 110,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 2868,\n            \"ModifyDate\": \"2018-04-24 08:31:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"ModemId\": 109,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 2869,\n            \"ModifyDate\": \"2018-04-24 08:31:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"ModemId\": 108,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"968c8f13-f68c-4a50-9a3a-8d1a6944db54","name":"Retrieve All Client Modems with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientModems?modemid=1102","host":["{{url}}"],"path":["clientModems"],"query":[{"key":"modemid","value":"1102"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:32:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\": false,\r\n    \"msg\": \"Client Modem not found\"\r\n}"},{"id":"9e6d2f15-83b4-4bf4-ae09-0d3992810f46","name":"Retrieve All Client Modems with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientModems?modemid=110","host":["{{url}}"],"path":["clientModems"],"query":[{"key":"modemid","value":"110"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"10303","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:32:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Modems retrieved\",\n    \"data\": [\n        {\n            \"id\": 2866,\n            \"ModifyDate\": \"2018-04-24 08:22:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"ModemId\": 110,\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"0a3e16b8-2c4f-4a54-897e-7af1d1219aee"},{"name":"Retrieve Client Modem by ID","id":"177d3934-dc98-4c93-b97f-1e665a6110d9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModems/2866","description":"<p>Retrieves the specified Client Modem</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientModems","2866"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0c4c43fc-97be-45e3-90cd-dceada21c333","name":"Retrieve Client Modem by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModems/2866"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"165","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:33:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Modem retrieved\",\n    \"data\": {\n        \"id\": 2866,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-04-24 08:22:00\",\n        \"ClientId\": 402,\n        \"ModemId\": 110,\n        \"IsVisible\": 1\n    }\n}"},{"id":"b08a10ed-d2a0-4e57-9bde-e1860731c39f","name":"Retrieve Client Modem by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientModems/2870"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:35:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Modem not found\"\r\n}"}],"_postman_id":"177d3934-dc98-4c93-b97f-1e665a6110d9"}],"id":"b6f40ad6-f7db-4f0f-a460-ebdcc67676bf","description":"<p>Client Modems creates an association of what modems are available for a specific Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"01ca831e-bcaa-4214-92c9-27a4e26e2f98","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5a976449-0b8a-4ff2-bd21-80aa5eafc7bb","type":"text/javascript","exec":[""]}}],"_postman_id":"b6f40ad6-f7db-4f0f-a460-ebdcc67676bf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Modem File Storages","item":[{"name":"Retrieve All Client Modem File Storages","id":"b434bccd-eb38-421d-b369-4db36ed0b923","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModemFileStorages","description":"<p>Returns all Client Modem File Storage associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientModemFileStorages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2e105648-35b6-4e61-aa8f-2b6f3a615333","name":"Retrieve All Client Modem File Storages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModemFileStorages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"12658","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:49:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Modem File Storage retrieved\",\n    \"data\": [\n        {\n            \"id\": 214,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-24 08:47:00\",\n            \"ClientId\": 402,\n            \"ModemId\": 110,\n            \"FileStorageId\": 1235,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 216,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-24 08:49:00\",\n            \"ClientId\": 402,\n            \"ModemId\": 109,\n            \"FileStorageId\": 1234,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"528d83e9-8849-47b0-b791-e804b9debb7f","name":"Retrieve All Client Modem File Storages with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientModemFileStorages?modemid=100","host":["{{url}}"],"path":["clientModemFileStorages"],"query":[{"key":"modemid","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:28:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"446"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Modem File Storage retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyDate\": \"2008-01-01T00:00:00Z\",\n            \"ModifyUserId\": 1,\n            \"ClientId\": 19,\n            \"ModemId\": 100,\n            \"FileStorageId\": 1003,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 10,\n            \"ModifyDate\": \"2008-04-30T08:24:00Z\",\n            \"ModifyUserId\": 1,\n            \"ClientId\": 19,\n            \"ModemId\": 100,\n            \"FileStorageId\": 1005,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 15,\n            \"ModifyDate\": \"2008-05-20T11:01:00Z\",\n            \"ModifyUserId\": 1,\n            \"ClientId\": 16,\n            \"ModemId\": 100,\n            \"FileStorageId\": 1034,\n            \"IsVisible\": 0\n        }\n    ]\n}"},{"id":"5bec382b-62f0-4e18-9e87-0a284bbb1312","name":"Retrieve All Client Modem File Storages with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientModemFileStorages?filestorageid=1337","host":["{{url}}"],"path":["clientModemFileStorages"],"query":[{"key":"filestorageid","value":"1337"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:51:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Modem File Storage not found\"\r\n}"}],"_postman_id":"b434bccd-eb38-421d-b369-4db36ed0b923"},{"name":"Retrieve Client Modem File Storage by ID","id":"7c546c47-da54-424a-adf9-123ebd00a0cf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientModemFileStorages/214","description":"<p>Retrieves the specified Client Modem File Storage association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientModemFileStorages","214"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e52ec67-407d-4c4e-b9e0-536486b8bc5f","name":"Retrieve Client Modem File Storage by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientModemFileStorages/2141"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 14:53:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":false,\"msg\":\"Client Modem File Storage not found\"}"},{"id":"9e036bba-4d81-4ad5-8bbe-0a3926ee2d77","name":"Retrieve Client Modem File Storage by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientModemFileStorages/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:30:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Modem File Storage retrieved\",\n    \"data\": {\n        \"id\": 100,\n        \"ModifyDate\": \"2015-06-11T15:58:00Z\",\n        \"ModifyUserId\": 147,\n        \"ClientId\": 33,\n        \"ModemId\": 478,\n        \"FileStorageId\": 2725,\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"7c546c47-da54-424a-adf9-123ebd00a0cf"}],"id":"0dbf01d1-3742-4fcf-b6a6-9ea2a78b772f","description":"<p>Client Modem File Storages creates an association between a file storage that is linked to a specific Client and Modem.</p>\n","event":[{"listen":"prerequest","script":{"id":"0f300468-b7d5-4dee-91fe-2ad53063ec83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3168b17a-90b9-481d-b406-335de4df5785","type":"text/javascript","exec":[""]}}],"_postman_id":"0dbf01d1-3742-4fcf-b6a6-9ea2a78b772f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Phone Systems","item":[{"name":"Retrieve All Client Phone Systems","id":"e4312466-c89b-42b4-9677-b3669065be70","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientPhoneSystems","description":"<p>Retrieves all Client Phone Systems</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientPhoneSystems"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8283ffce-6d9e-4148-be97-00a9830a350d","name":"Retrieve All Client Phone Systems with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientPhoneSystems?phonesystemid=8500","host":["{{url}}"],"path":["clientPhoneSystems"],"query":[{"key":"phonesystemid","value":"8500"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:47:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Phone Systems found\"\n}"},{"id":"c944ee22-eca1-40ae-a4e8-c5a2713e7f3f","name":"Retrieve All Client Phone Systems with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientPhoneSystems?phonesystemid=8437","host":["{{url}}"],"path":["clientPhoneSystems"],"query":[{"key":"phonesystemid","value":"8437"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:46:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Phone Systems retrieved\",\n    \"data\": [\n        {\n            \"id\": 1270,\n            \"ParentClientId\": 286,\n            \"ModifyDate\": \"2019-08-05T14:42:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 286,\n            \"PhoneSystemId\": 8437\n        }\n    ]\n}"},{"id":"e5b70a02-6e7f-4d03-8e5d-bb6d310188b3","name":"Retrieve All Client Phone Systems","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientPhoneSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"10798","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 15:08:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Phone Systems retrieved\",\n    \"data\": [\n        {\n            \"id\": 1366,\n            \"ModifyDate\": \"2018-04-24 09:04:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"PhoneSystemId\": 1235\n        },\n        {\n            \"id\": 1367,\n            \"ModifyDate\": \"2018-04-24 09:08:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"PhoneSystemId\": 1236\n        },\n        {\n            \"id\": 1368,\n            \"ModifyDate\": \"2018-04-24 09:08:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"PhoneSystemId\": 1237\n        }\n    ]\n}"}],"_postman_id":"e4312466-c89b-42b4-9677-b3669065be70"},{"name":"Retrieve Client Phone System by ID","id":"94b4d8b2-5844-446f-b196-35aeb39dadf8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientPhoneSystems/1366","description":"<p>Retrieves the specified Client Phone System</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientPhoneSystems","1366"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1f3d0976-d61c-48b0-bb83-4022833d8156","name":"Retrieve Client Phone System by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientPhoneSystems/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:48:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Phone System not found\"\n}"},{"id":"4ec71073-5fef-40d5-8653-d738153cd0f0","name":"Retrieve Client Phone System by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientPhoneSystems/103"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:48:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"183"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Phone System retrieved\",\n    \"data\": {\n        \"id\": 103,\n        \"ParentClientId\": 187,\n        \"ModifyDate\": \"2008-09-30T19:13:00Z\",\n        \"ModifyUserId\": 121,\n        \"ClientId\": 14,\n        \"PhoneSystemId\": 4394\n    }\n}"}],"_postman_id":"94b4d8b2-5844-446f-b196-35aeb39dadf8"}],"id":"5654de2d-27a3-4abf-818f-992f610bce20","description":"<p>Client Phone Systems are used internally for matching a callers DNIS to a specific Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"53d0624a-4c3a-4dfa-902a-ecf92b040a07","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b38771f7-997b-4465-99e6-6e59bcc487a8","type":"text/javascript","exec":[""]}}],"_postman_id":"5654de2d-27a3-4abf-818f-992f610bce20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Routers","item":[{"name":"Retrieve All Client Routers","id":"a397db7c-a55b-40d1-be5e-e90fe3017b0d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientRouters","description":"<p>Retrieves all Client Routers</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientRouters"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1c6990bd-c384-42f7-ba2d-e8cbd4ce72ab","name":"Retrieve All Client Routers","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientRouters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"140530","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 16:10:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Routers retrieved\",\n    \"data\": [\n        {\n            \"id\": 1624,\n            \"ModifyDate\": \"2018-04-24 10:06:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"RouterId\": 104,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1625,\n            \"ModifyDate\": \"2018-04-24 10:10:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"RouterId\": 105,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1626,\n            \"ModifyDate\": \"2018-04-24 10:10:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"RouterId\": 1,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"ace91364-510d-405c-a63c-adff881f9aa9","name":"Retrieve All Client Routers Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientRouters?routerid=105","host":["{{url}}"],"path":["clientRouters"],"query":[{"key":"routerid","value":"105"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:59:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Routers found\"\n}"},{"id":"b34fdbcb-70e3-4bbd-92b1-1cefd1a6b4e7","name":"Retrieve All Client Routers with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientRouters?routerid=100","host":["{{url}}"],"path":["clientRouters"],"query":[{"key":"routerid","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 21:58:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10685"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Routers retrieved\",\n    \"data\": [\n        {\n            \"id\": 6,\n            \"ModifyDate\": \"2008-07-16T16:02:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 16,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 17,\n            \"ModifyDate\": \"2008-08-11T16:44:00Z\",\n            \"ModifyUserId\": 209,\n            \"ClientId\": 37,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 31,\n            \"ModifyDate\": \"2008-08-13T09:09:00Z\",\n            \"ModifyUserId\": 207,\n            \"ClientId\": 45,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 37,\n            \"ModifyDate\": \"2008-08-13T09:13:00Z\",\n            \"ModifyUserId\": 207,\n            \"ClientId\": 43,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 43,\n            \"ModifyDate\": \"2008-08-13T09:13:00Z\",\n            \"ModifyUserId\": 207,\n            \"ClientId\": 51,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 49,\n            \"ModifyDate\": \"2008-08-13T09:14:00Z\",\n            \"ModifyUserId\": 207,\n            \"ClientId\": 44,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 51,\n            \"ModifyDate\": \"2008-08-13T09:14:00Z\",\n            \"ModifyUserId\": 207,\n            \"ClientId\": 39,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 52,\n            \"ModifyDate\": \"2008-08-13T09:14:00Z\",\n            \"ModifyUserId\": 207,\n            \"ClientId\": 40,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 66,\n            \"ModifyDate\": \"2008-09-17T10:41:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 79,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 72,\n            \"ModifyDate\": \"2008-09-17T10:43:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 55,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 78,\n            \"ModifyDate\": \"2008-09-17T10:46:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 80,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 84,\n            \"ModifyDate\": \"2008-09-17T10:48:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 56,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 90,\n            \"ModifyDate\": \"2008-09-17T10:53:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 57,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 96,\n            \"ModifyDate\": \"2008-09-17T10:55:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 75,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 102,\n            \"ModifyDate\": \"2008-09-17T10:56:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 58,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 108,\n            \"ModifyDate\": \"2008-09-17T11:16:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 59,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 115,\n            \"ModifyDate\": \"2008-09-17T11:19:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 62,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 121,\n            \"ModifyDate\": \"2008-09-17T11:22:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 63,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 127,\n            \"ModifyDate\": \"2008-09-17T11:32:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 81,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 133,\n            \"ModifyDate\": \"2008-09-17T11:37:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 82,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 139,\n            \"ModifyDate\": \"2008-09-17T12:42:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 64,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 145,\n            \"ModifyDate\": \"2008-09-17T12:49:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 66,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 151,\n            \"ModifyDate\": \"2008-09-17T12:52:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 67,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 157,\n            \"ModifyDate\": \"2008-09-17T12:53:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 68,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 163,\n            \"ModifyDate\": \"2008-09-17T12:58:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 76,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 169,\n            \"ModifyDate\": \"2008-09-17T13:01:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 78,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 175,\n            \"ModifyDate\": \"2008-09-17T13:06:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 54,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 181,\n            \"ModifyDate\": \"2008-09-22T10:02:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 84,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 192,\n            \"ModifyDate\": \"2008-09-24T15:17:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 89,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 197,\n            \"ModifyDate\": \"2008-10-02T09:13:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 33,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 224,\n            \"ModifyDate\": \"2008-10-10T11:15:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 126,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 233,\n            \"ModifyDate\": \"2008-10-12T16:40:00Z\",\n            \"ModifyUserId\": 153,\n            \"ClientId\": 65,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 253,\n            \"ModifyDate\": \"2008-10-29T14:54:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 77,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 299,\n            \"ModifyDate\": \"2008-10-30T13:04:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 91,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 307,\n            \"ModifyDate\": \"2008-10-30T13:06:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 19,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 314,\n            \"ModifyDate\": \"2008-10-30T13:08:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 143,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 321,\n            \"ModifyDate\": \"2008-10-30T13:09:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 14,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 328,\n            \"ModifyDate\": \"2008-10-30T13:09:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 122,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 335,\n            \"ModifyDate\": \"2008-10-30T13:11:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 123,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 342,\n            \"ModifyDate\": \"2008-10-30T13:12:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 34,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 346,\n            \"ModifyDate\": \"2008-10-30T13:12:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 15,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 353,\n            \"ModifyDate\": \"2008-10-30T13:13:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 124,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 360,\n            \"ModifyDate\": \"2008-10-30T13:16:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 142,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 378,\n            \"ModifyDate\": \"2008-10-30T13:18:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 31,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 385,\n            \"ModifyDate\": \"2008-10-30T13:18:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 128,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 392,\n            \"ModifyDate\": \"2008-10-30T13:18:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 129,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 406,\n            \"ModifyDate\": \"2008-10-30T13:19:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 131,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 413,\n            \"ModifyDate\": \"2008-10-31T10:39:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 150,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 422,\n            \"ModifyDate\": \"2008-11-10T11:15:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 144,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 430,\n            \"ModifyDate\": \"2008-11-10T11:19:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 151,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 437,\n            \"ModifyDate\": \"2008-11-10T11:23:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 127,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 467,\n            \"ModifyDate\": \"2008-11-10T12:34:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 90,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 470,\n            \"ModifyDate\": \"2008-11-11T09:46:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 93,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 474,\n            \"ModifyDate\": \"2008-11-11T09:55:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 103,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 477,\n            \"ModifyDate\": \"2008-11-11T09:57:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 94,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 480,\n            \"ModifyDate\": \"2008-11-11T09:58:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 95,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 483,\n            \"ModifyDate\": \"2008-11-11T09:59:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 101,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 486,\n            \"ModifyDate\": \"2008-11-11T10:00:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 102,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 492,\n            \"ModifyDate\": \"2008-11-11T10:13:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 105,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 495,\n            \"ModifyDate\": \"2008-11-11T10:20:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 106,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 498,\n            \"ModifyDate\": \"2008-11-11T10:38:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 133,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 501,\n            \"ModifyDate\": \"2008-11-11T10:39:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 107,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 504,\n            \"ModifyDate\": \"2008-11-11T10:41:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 108,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 507,\n            \"ModifyDate\": \"2008-11-11T10:42:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 109,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 510,\n            \"ModifyDate\": \"2008-11-11T10:43:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 110,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 513,\n            \"ModifyDate\": \"2008-11-11T10:45:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 112,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 519,\n            \"ModifyDate\": \"2008-11-11T10:54:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 113,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 522,\n            \"ModifyDate\": \"2008-11-11T10:57:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 114,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 531,\n            \"ModifyDate\": \"2008-11-11T11:02:00Z\",\n            \"ModifyUserId\": 105,\n            \"ClientId\": 117,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 553,\n            \"ModifyDate\": \"2008-12-04T09:19:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 153,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 562,\n            \"ModifyDate\": \"2009-01-09T14:42:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 155,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 578,\n            \"ModifyDate\": \"2009-01-21T15:53:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 158,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 585,\n            \"ModifyDate\": \"2009-01-22T09:13:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 167,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 592,\n            \"ModifyDate\": \"2009-01-22T09:15:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 170,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 598,\n            \"ModifyDate\": \"2009-01-22T09:18:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 169,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 637,\n            \"ModifyDate\": \"2009-03-05T11:13:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 174,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 640,\n            \"ModifyDate\": \"2009-03-06T12:10:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 175,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 658,\n            \"ModifyDate\": \"2009-04-01T16:12:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 148,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 666,\n            \"ModifyDate\": \"2009-04-09T11:02:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 178,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 674,\n            \"ModifyDate\": \"2009-04-29T16:49:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 179,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 690,\n            \"ModifyDate\": \"2009-12-07T10:52:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 185,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 691,\n            \"ModifyDate\": \"2009-12-08T09:50:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 192,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 708,\n            \"ModifyDate\": \"2010-05-21T12:38:00Z\",\n            \"ModifyUserId\": 179,\n            \"ClientId\": 182,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1149,\n            \"ModifyDate\": \"2011-12-21T11:41:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 200,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1166,\n            \"ModifyDate\": \"2012-04-09T13:00:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 202,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1180,\n            \"ModifyDate\": \"2012-05-02T14:55:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 204,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1210,\n            \"ModifyDate\": \"2012-08-28T14:40:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 216,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1229,\n            \"ModifyDate\": \"2012-10-26T10:13:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 217,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 1279,\n            \"ModifyDate\": \"2014-01-06T10:11:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 245,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1290,\n            \"ModifyDate\": \"2014-01-08T14:36:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 247,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1293,\n            \"ModifyDate\": \"2014-01-13T12:04:00Z\",\n            \"ModifyUserId\": 529,\n            \"ClientId\": 250,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1303,\n            \"ModifyDate\": \"2014-01-14T09:34:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 251,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1323,\n            \"ModifyDate\": \"2014-11-03T13:38:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 256,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 1332,\n            \"ModifyDate\": \"2014-12-09T10:41:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 257,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 1342,\n            \"ModifyDate\": \"2015-02-25T12:42:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 263,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 1351,\n            \"ModifyDate\": \"2015-02-25T12:42:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 264,\n            \"RouterId\": 100,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 1523,\n            \"ModifyDate\": \"2018-03-28T10:28:00Z\",\n            \"ModifyUserId\": 139,\n            \"ClientId\": 283,\n            \"RouterId\": 100,\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"a397db7c-a55b-40d1-be5e-e90fe3017b0d"},{"name":"Retrieve Client Router by ID","id":"a7186a55-0b32-4303-8b64-0188650dd916","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientRouters/1624","description":"<p>Retrieves a specific Client Router association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientRouters","1624"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"12949eca-0927-4ee6-a035-897e58ee488c","name":"Retrieve Client Router by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientRouters/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"164"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Router retrieved\",\n    \"data\": {\n        \"id\": 100,\n        \"ModifyDate\": \"2008-09-17T10:56:00Z\",\n        \"ModifyUserId\": 107,\n        \"ClientId\": 58,\n        \"RouterId\": 104,\n        \"IsVisible\": 1\n    }\n}"},{"id":"614342ec-3bf5-43cd-b531-6935867cd19a","name":"Retrieve Client Router by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientRouters/1614"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:01:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Router not found\"\n}"}],"_postman_id":"a7186a55-0b32-4303-8b64-0188650dd916"}],"id":"b6d8a954-0046-48e5-ada4-8da70f8be3bc","description":"<p>Client Routers creates an association of what routers are available for a specific Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"c7e21977-f956-487f-8bf6-e9485435f8d9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ebc6f7b9-28c7-4c69-a438-1e5b2f45a6b7","type":"text/javascript","exec":[""]}}],"_postman_id":"b6d8a954-0046-48e5-ada4-8da70f8be3bc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Router File Storages","item":[{"name":"Retrieve All Client Router File Storage","id":"3a11058b-02d1-42aa-9c93-8dd0f5e131b0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientRouterFileStorages","description":"<p>Retrieves all Client Router File Storage associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientRouterFileStorages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1590339f-de95-4213-aaf1-1a92b115aa8b","name":"Retrieve All Client Router File Storage","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientRouterFileStorages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1479","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 16:52:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Router File Storage retrieved\",\n    \"data\": [\n        {\n            \"id\": 108,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-24 10:51:00\",\n            \"ClientId\": 402,\n            \"RouterId\": 104,\n            \"FileStorageId\": 1235,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 109,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-24 10:52:00\",\n            \"ClientId\": 402,\n            \"RouterId\": 105,\n            \"FileStorageId\": 1235,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 110,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-24 10:52:00\",\n            \"ClientId\": 402,\n            \"RouterId\": 104,\n            \"FileStorageId\": 1236,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"6e7db0a5-32ad-4d66-884e-ba2d59c54777","name":"Retrieve All Client Router File Storage with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientRouterFileStorages?routerid=111","host":["{{url}}"],"path":["clientRouterFileStorages"],"query":[{"key":"routerid","value":"111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:24:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"328"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Router File Storage retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyDate\": \"2008-12-11T15:18:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 153,\n            \"RouterId\": 111,\n            \"FileStorageId\": 1868,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 2,\n            \"ModifyDate\": \"2008-12-11T15:20:00Z\",\n            \"ModifyUserId\": 190,\n            \"ClientId\": 153,\n            \"RouterId\": 111,\n            \"FileStorageId\": 1869,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"adcdb9d3-4b05-49b3-b2af-3378050ba2da","name":"Retrieve All Client Router File Storage with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientRouterFileStorages?routerid=1111","host":["{{url}}"],"path":["clientRouterFileStorages"],"query":[{"key":"routerid","value":"1111"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:24:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Router File Storages found\"\n}"}],"_postman_id":"3a11058b-02d1-42aa-9c93-8dd0f5e131b0"},{"name":"Retrieve Client Router File Storage by ID","id":"5cbe428c-2572-4c01-9e91-2aab6789b29d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientRouterFileStorages/108","description":"<p>Retrieves the specified Client Router File Storage association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientRouterFileStorages","108"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0137e1e7-8aae-47ba-8135-2d38ab571cb0","name":"Retrieve Client Router File Storage by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientRouterFileStorages/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:25:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"197"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Router File Storage retrieved\",\n    \"data\": {\n        \"id\": 1,\n        \"ModifyDate\": \"2008-12-11T15:18:00Z\",\n        \"ModifyUserId\": 190,\n        \"ClientId\": 153,\n        \"RouterId\": 111,\n        \"FileStorageId\": 1868,\n        \"IsVisible\": 0\n    }\n}"},{"id":"4f5b640d-127b-4696-b8aa-3a1f2ee47e6c","name":"Retrieve Client Router File Storage by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientRouterFileStorages/10"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:26:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Router File Storage not found\"\n}"}],"_postman_id":"5cbe428c-2572-4c01-9e91-2aab6789b29d"}],"id":"70edf38c-2e09-4919-94c9-30fb1123149a","description":"<p>Client Router File Storages creates an association between a file storage that is linked to a specific Client and Router.</p>\n","event":[{"listen":"prerequest","script":{"id":"2370b1b1-152c-4eb6-b7f5-7ad331740ef5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"28c63177-d920-4a23-bb30-27ca85469c2d","type":"text/javascript","exec":[""]}}],"_postman_id":"70edf38c-2e09-4919-94c9-30fb1123149a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Surveys","item":[{"name":"Retrieve All Client Surveys","id":"815a40bf-4f7b-47a2-a7fc-9598e73800aa","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ModifyUserId\": 111,\r\n  \"ClientTypeId\": 1,\r\n  \"ParentClientId\": 37,\r\n  \"VispId\": 36,\r\n  \"ClientCode\": \"GWIS\",\r\n  \"ClientName\": \"GW enetis.net\",\r\n  \"SendReminder\": 0,\r\n  \"SendEscalate\": 0,\r\n  \"SendSurvey\": 1,\r\n  \"EscalatePendingTicketStateId\": 4,\r\n  \"EscalateTicketStateId\": 13,\r\n  \"HelpEmail\": \"helpdesk@goldenwest.net\",\r\n  \"EscalateEmail\": null,\r\n  \"CustomerInformationUrl\": \"http://ccc.gwtc.net/\",\r\n  \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\r\n  \"IsVisible\": 0,\r\n  \"ShowCallRecording\": 1,\r\n  \"WhiteboardEmail\": \"gwisoperations@goldenwest.com, gwtescalate@goldenwest.com\",\r\n  \"LogoLocation\": null\r\n}"},"url":"{{url}}/clientSurveys","description":"<p>Retrieves all the Client Surveys</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientSurveys"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09ae6b71-db76-4486-b010-e95665d82404","name":"Retrieve All Client Surveys with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientSurveys?clientid=403","host":["{{url}}"],"path":["clientSurveys"],"query":[{"key":"clientid","value":"403"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:07:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Survey not found\"\r\n}"},{"id":"27d025c2-4f16-4690-a750-8a98bab0cc9a","name":"Retrieve All Client Surveys","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ModifyUserId\": 111,\r\n  \"ClientTypeId\": 1,\r\n  \"ParentClientId\": 37,\r\n  \"VispId\": 36,\r\n  \"ClientCode\": \"GWIS\",\r\n  \"ClientName\": \"GW enetis.net\",\r\n  \"SendReminder\": 0,\r\n  \"SendEscalate\": 0,\r\n  \"SendSurvey\": 1,\r\n  \"EscalatePendingTicketStateId\": 4,\r\n  \"EscalateTicketStateId\": 13,\r\n  \"HelpEmail\": \"helpdesk@goldenwest.net\",\r\n  \"EscalateEmail\": null,\r\n  \"CustomerInformationUrl\": \"http://ccc.gwtc.net/\",\r\n  \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\r\n  \"IsVisible\": 0,\r\n  \"ShowCallRecording\": 1,\r\n  \"WhiteboardEmail\": \"gwisoperations@goldenwest.com, gwtescalate@goldenwest.com\",\r\n  \"LogoLocation\": null\r\n}"},"url":"{{url}}/clientSurveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"33802","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:05:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Surveys retrieved\",\n    \"data\": [\n        {\n            \"id\": 329,\n            \"ModifyDate\": \"2018-04-24 10:58:00\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 402,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.</strong></p>\"\n        }\n    ]\n}"},{"id":"9f92c517-b538-4a45-b8b6-7bd1550680a9","name":"Retrieve All Client Surveys with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientSurveys?instructions=*For support*","host":["{{url}}"],"path":["clientSurveys"],"query":[{"key":"instructions","value":"*For support*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:31:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Surveys retrieved\",\n    \"data\": [\n        {\n            \"id\": 21,\n            \"ModifyDate\": \"2017-10-26T08:10:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 14,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 23,\n            \"ModifyDate\": \"2016-01-19T09:29:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 15,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br /> For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/McNabb/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:mcnabbhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 24,\n            \"ModifyDate\": \"2014-10-09T15:35:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 16,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 26,\n            \"ModifyDate\": \"2018-06-21T08:34:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 19,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/farmersmutual/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:fmtcshelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 28,\n            \"ModifyDate\": \"2013-06-18T11:50:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 31,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Swiftel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:swiftelhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 30,\n            \"ModifyDate\": \"2015-02-24T16:26:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 33,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 31,\n            \"ModifyDate\": \"2012-10-09T07:19:00Z\",\n            \"ModifyUserId\": 101,\n            \"ClientId\": 34,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 34,\n            \"ModifyDate\": \"2018-02-22T16:26:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 37,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:helpdesk@goldenwest.net\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 36,\n            \"ModifyDate\": \"2014-10-09T15:24:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 39,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 37,\n            \"ModifyDate\": \"2010-10-01T08:53:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 40,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 40,\n            \"ModifyDate\": \"2011-09-14T10:13:00Z\",\n            \"ModifyUserId\": 158,\n            \"ClientId\": 43,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 41,\n            \"ModifyDate\": \"2011-09-14T10:13:00Z\",\n            \"ModifyUserId\": 158,\n            \"ClientId\": 44,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 42,\n            \"ModifyDate\": \"2011-09-14T10:12:00Z\",\n            \"ModifyUserId\": 158,\n            \"ClientId\": 45,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 47,\n            \"ModifyDate\": \"2009-03-03T13:41:00Z\",\n            \"ModifyUserId\": 107,\n            \"ClientId\": 50,\n            \"Instructions\": \"<p><strong><font size=\\\"5\\\" color=\\\"#ff0000\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 48,\n            \"ModifyDate\": \"2011-09-14T10:13:00Z\",\n            \"ModifyUserId\": 158,\n            \"ClientId\": 51,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 51,\n            \"ModifyDate\": \"2016-12-05T08:34:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 54,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/wiggins/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:wigginshelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 52,\n            \"ModifyDate\": \"2009-04-21T17:23:00Z\",\n            \"ModifyUserId\": 158,\n            \"ClientId\": 55,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />\\r\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/City_of_Faith/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:cityoffaithhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 53,\n            \"ModifyDate\": \"2018-06-21T08:33:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 56,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Eastern_Slope/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:easternslopeshelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 54,\n            \"ModifyDate\": \"2018-06-21T08:35:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 57,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Midstate/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:midstatehelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 55,\n            \"ModifyDate\": \"2018-06-21T08:35:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 58,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/MN_Comm/chatform.asp\\\">webchat</a> or email us.</p>\\n\"\n        },\n        {\n            \"id\": 56,\n            \"ModifyDate\": \"2018-01-29T08:26:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 59,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Nunn_Telco/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:nunnhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 57,\n            \"ModifyDate\": \"2018-06-21T08:35:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 62,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/pctelcom/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:pctelcomhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 58,\n            \"ModifyDate\": \"2009-10-26T12:07:00Z\",\n            \"ModifyUserId\": 113,\n            \"ClientId\": 63,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />\\r\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/plainstel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:plainstelhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 59,\n            \"ModifyDate\": \"2018-10-26T09:14:00Z\",\n            \"ModifyUserId\": 139,\n            \"ClientId\": 64,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Santel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:santelhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 60,\n            \"ModifyDate\": \"2015-10-07T16:37:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 65,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/SD_Plains/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:sdplainshelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 61,\n            \"ModifyDate\": \"2011-12-21T09:57:00Z\",\n            \"ModifyUserId\": 158,\n            \"ClientId\": 66,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 62,\n            \"ModifyDate\": \"2014-05-09T08:57:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 67,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br /> For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Triotel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:triotelhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 63,\n            \"ModifyDate\": \"2016-03-07T11:45:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 68,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Tularosa/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:valleytelhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 64,\n            \"ModifyDate\": \"2016-12-12T08:53:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 75,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Mitchell_Telco/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:mitchelltelecomhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 65,\n            \"ModifyDate\": \"2019-04-02T10:00:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 76,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Venture/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:venturehelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 66,\n            \"ModifyDate\": \"2015-04-07T10:40:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 77,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/MN_Comm/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:mncommhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 68,\n            \"ModifyDate\": \"2018-06-21T08:27:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 79,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.</strong></p>\\n\\n<p><strong>For support, you may&nbsp;<a href=\\\"https://hd.goldenwesttechnologies.com/webchat/act/chatform.asp\\\">chat</a> or <a href=\\\"mailto:acthelpdesk@yourhelpdesk.org\\\">email&lt;/</a></strong></p>\\n\"\n        },\n        {\n            \"id\": 69,\n            \"ModifyDate\": \"2018-06-21T08:33:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 80,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/dteworld/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:dtehelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 70,\n            \"ModifyDate\": \"2018-06-21T08:54:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 81,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/rangeweb/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:rangehelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 71,\n            \"ModifyDate\": \"2018-06-21T08:54:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 82,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/rtconnect/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:rthelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 73,\n            \"ModifyDate\": \"2014-10-23T10:23:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 84,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"mailto:alliancehelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 75,\n            \"ModifyDate\": \"2014-03-31T08:20:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 89,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Clearwave/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:clearwavehelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 76,\n            \"ModifyDate\": \"2017-10-26T08:09:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 90,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 77,\n            \"ModifyDate\": \"2018-09-27T15:30:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 91,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Dickey_Rural/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:dickeyruralhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 78,\n            \"ModifyDate\": \"2015-08-31T12:19:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 92,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 79,\n            \"ModifyDate\": \"2018-01-22T08:31:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 93,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 80,\n            \"ModifyDate\": \"2017-12-07T16:52:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 94,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 81,\n            \"ModifyDate\": \"2019-06-10T13:21:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 95,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 82,\n            \"ModifyDate\": \"2019-06-10T13:27:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 101,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 83,\n            \"ModifyDate\": \"2019-06-10T13:22:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 102,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 84,\n            \"ModifyDate\": \"2016-03-21T08:40:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 103,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 86,\n            \"ModifyDate\": \"2014-08-06T15:29:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 105,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 87,\n            \"ModifyDate\": \"2014-08-06T15:28:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 106,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 88,\n            \"ModifyDate\": \"2019-06-10T13:23:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 107,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 89,\n            \"ModifyDate\": \"2019-06-10T13:27:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 108,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 90,\n            \"ModifyDate\": \"2014-08-06T15:40:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 109,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 91,\n            \"ModifyDate\": \"2016-07-05T15:45:00Z\",\n            \"ModifyUserId\": 111,\n            \"ClientId\": 110,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 93,\n            \"ModifyDate\": \"2016-08-02T12:21:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 112,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 94,\n            \"ModifyDate\": \"2016-08-08T09:59:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 113,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 95,\n            \"ModifyDate\": \"2019-06-10T13:26:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 114,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 98,\n            \"ModifyDate\": \"2019-06-11T12:50:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 117,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 103,\n            \"ModifyDate\": \"2015-05-07T14:49:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 122,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/grid/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:gridcomhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 104,\n            \"ModifyDate\": \"2018-06-20T14:26:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 123,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/HCInet/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:hcinethelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 105,\n            \"ModifyDate\": \"2016-07-06T09:16:00Z\",\n            \"ModifyUserId\": 111,\n            \"ClientId\": 124,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Mobius/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:mobiushelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 107,\n            \"ModifyDate\": \"2011-03-31T10:47:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 126,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />\\r\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/RC_Tech/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:tnicshelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 108,\n            \"ModifyDate\": \"2016-05-31T10:46:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 127,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/satel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:satelhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 109,\n            \"ModifyDate\": \"2018-06-21T08:55:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 128,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 110,\n            \"ModifyDate\": \"2016-07-06T11:26:00Z\",\n            \"ModifyUserId\": 111,\n            \"ClientId\": 129,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Taconic/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:tontelhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 112,\n            \"ModifyDate\": \"2016-05-31T10:47:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 131,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"http://hd.goldenwesttechnologies.com/webchat/waverly/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:waverlyhallhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 114,\n            \"ModifyDate\": \"2016-07-05T12:11:00Z\",\n            \"ModifyUserId\": 111,\n            \"ClientId\": 133,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 123,\n            \"ModifyDate\": \"2014-05-29T12:36:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 142,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br /> For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/oregon/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:oregonhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 124,\n            \"ModifyDate\": \"2017-01-23T09:24:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 143,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/georgetown/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:georgetownhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 126,\n            \"ModifyDate\": \"2011-03-18T18:13:00Z\",\n            \"ModifyUserId\": 150,\n            \"ClientId\": 148,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />\\r\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/MST_online/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:berkshirehelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 128,\n            \"ModifyDate\": \"2009-08-14T08:08:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 150,\n            \"Instructions\": \"<p><font size=\\\"5\\\"><font color=\\\"#ff0000\\\"><strong>5 is the highest possible score.<br />\\r\\nFor support, you may click&nbsp;<a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Tularosa/chatform.asp\\\">Webchat</a> or <a href=\\\"tularosahelpdesk@yourhelpdesk.org\\\">E mail Us</a></strong></font></font></p>\"\n        },\n        {\n            \"id\": 129,\n            \"ModifyDate\": \"2010-03-03T10:37:00Z\",\n            \"ModifyUserId\": 100,\n            \"ClientId\": 151,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />\\r\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/signal/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:SignalTelcom@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 131,\n            \"ModifyDate\": \"2018-06-21T08:35:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 153,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/LightNex/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:lightnexhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 138,\n            \"ModifyDate\": \"2017-08-02T13:22:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 158,\n            \"Instructions\": \"<p>5 is the highest possible score. For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/CRST/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:crsthelpdesk@yourhelpdesk.org\\\">email us</a></p>\\n\"\n        },\n        {\n            \"id\": 139,\n            \"ModifyDate\": \"2017-04-11T10:53:00Z\",\n            \"ModifyUserId\": 139,\n            \"ClientId\": 167,\n            \"Instructions\": \"<p>5 is the highest possible score.&nbsp;For support, you may click&nbsp;<a href=\\\"https://hd.goldenwesttechnologies.com/webchat/CRST/chatform.asp\\\">webchat</a>&nbsp;or&nbsp;<a href=\\\"mailto:crsthelpdesk@yourhelpdesk.org\\\">email us</a></p>\\n\"\n        },\n        {\n            \"id\": 140,\n            \"ModifyDate\": \"2018-02-06T09:21:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 168,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/ITC/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:itchelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 141,\n            \"ModifyDate\": \"2017-08-02T12:56:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 169,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=https://hd.goldenwesttechnologies.com/webchat/crst/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:crsthelpdesk@yourhelpdesk.org&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 142,\n            \"ModifyDate\": \"2017-08-02T12:56:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 170,\n            \"Instructions\": \"<p>5 is the highest possible score.&nbsp;For support, you may click&nbsp;<a href=\\\"https://hd.goldenwesttechnologies.com/webchat/CRST/chatform.asp\\\">webchat</a>&nbsp;or&nbsp;<a href=\\\"mailto:crsthelpdesk@yourhelpdesk.org\\\">email us</a></p>\\n\"\n        },\n        {\n            \"id\": 146,\n            \"ModifyDate\": \"2012-07-30T08:22:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 174,\n            \"Instructions\": \"<p><font face=\\\"Arial\\\">5 is the highest possible score.<br />For support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/custertel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:custertelhelpdesk@yourhelpdesk.org\\\">email us</a>.</font></p>\"\n        },\n        {\n            \"id\": 150,\n            \"ModifyDate\": \"2017-07-03T11:52:00Z\",\n            \"ModifyUserId\": 139,\n            \"ClientId\": 178,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/geneseo/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:geneseohelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 151,\n            \"ModifyDate\": \"2017-10-26T08:10:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 179,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/dalton/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:daltonhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 152,\n            \"ModifyDate\": \"2009-06-17T08:24:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 180,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 154,\n            \"ModifyDate\": \"2012-08-10T10:32:00Z\",\n            \"ModifyUserId\": 108,\n            \"ClientId\": 182,\n            \"Instructions\": \"<p><strong><font color=\\\"#ff0000\\\" size=\\\"5\\\">5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</font></strong></p>\"\n        },\n        {\n            \"id\": 157,\n            \"ModifyDate\": \"2017-08-08T09:21:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 185,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click&nbsp;<a href=\\\"mailto:plainstelhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 159,\n            \"ModifyDate\": \"2018-07-03T15:46:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 187,\n            \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://hd.goldenwesttechnologies.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:helpdesk@goldenwest.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n        },\n        {\n            \"id\": 161,\n            \"ModifyDate\": \"2017-08-08T09:21:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 192,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/plainstel/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:plainstelhelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 173,\n            \"ModifyDate\": \"2018-06-13T11:36:00Z\",\n            \"ModifyUserId\": 147,\n            \"ClientId\": 204,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/wiggins/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:wigginshelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        },\n        {\n            \"id\": 229,\n            \"ModifyDate\": \"2019-03-06T13:23:00Z\",\n            \"ModifyUserId\": 888,\n            \"ClientId\": 286,\n            \"Instructions\": \"<p>5 is the highest possible score.<br />\\nFor support, you may click <a href=\\\"https://hd.goldenwesttechnologies.com/webchat/Eastern_Slope/chatform.asp\\\">webchat</a> or <a href=\\\"mailto:easternslopeshelpdesk@yourhelpdesk.org\\\">email us</a>.</p>\\n\"\n        }\n    ]\n}"}],"_postman_id":"815a40bf-4f7b-47a2-a7fc-9598e73800aa"},{"name":"Retrieve Client Survey by ID","id":"2df28943-b0ea-4faf-85d7-6ac2ec1e386b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientSurveys/329","description":"<p>Retrieves the specified Client Survey</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientSurveys","329"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9156637c-9419-4699-97a6-b5148229c968","name":"Retrieve Client Survey by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/clientSurveys/21"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Thu, 15 Oct 2020 22:33:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"421"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Survey retrieved\",\n    \"data\": {\n        \"id\": 21,\n        \"ModifyDate\": \"2017-10-26T08:10:00Z\",\n        \"ModifyUserId\": 147,\n        \"ClientId\": 14,\n        \"Instructions\": \"<p><strong>5 is the highest possible score.&lt;p&gt;For support, you may click &lt;a href=http://test.com/webchat/gwischat/chatform.asp&gt;webchat&lt;/a&gt; or &lt;a href=mailto:test@test.net&gt;email us&lt;/a&gt;.</strong></p>\\n\"\n    }\n}"},{"id":"92aa6f6d-c1f6-48a4-b30c-46d94a62273a","name":"Retrieve Client Survey by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"url":"{{url}}/clientSurveys/330"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:09:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Survey not found\"\r\n}"}],"_postman_id":"2df28943-b0ea-4faf-85d7-6ac2ec1e386b"}],"id":"78b6c7fe-55bd-4f30-bfc6-9f934e6975a1","description":"<p>Client Surveys are a survey that is sent to the customer that has directions and associated Survey Questions.</p>\n","event":[{"listen":"prerequest","script":{"id":"11eadfbc-7872-402f-b98d-0412e5988f50","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5a675c94-f175-4ad8-886c-2561cfb3cd53","type":"text/javascript","exec":[""]}}],"_postman_id":"78b6c7fe-55bd-4f30-bfc6-9f934e6975a1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Survey Questions","item":[{"name":"Retrieve All Client Survey Questions","id":"9513add4-d2d7-4b23-be24-3cd08d6ab50f","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ModifyUserId\": 111,\r\n  \"ClientTypeId\": 1,\r\n  \"ParentClientId\": 37,\r\n  \"VispId\": 36,\r\n  \"ClientCode\": \"GWIS\",\r\n  \"ClientName\": \"GW enetis.net\",\r\n  \"SendReminder\": 0,\r\n  \"SendEscalate\": 0,\r\n  \"SendSurvey\": 1,\r\n  \"EscalatePendingTicketStateId\": 4,\r\n  \"EscalateTicketStateId\": 13,\r\n  \"HelpEmail\": \"helpdesk@goldenwest.net\",\r\n  \"EscalateEmail\": null,\r\n  \"CustomerInformationUrl\": \"http://ccc.gwtc.net/\",\r\n  \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\r\n  \"IsVisible\": 0,\r\n  \"ShowCallRecording\": 1,\r\n  \"WhiteboardEmail\": \"gwisoperations@goldenwest.com, gwtescalate@goldenwest.com\",\r\n  \"LogoLocation\": null\r\n}"},"url":"{{url}}/clientSurveyQuestions","description":"<p>Retrieves all Client Survey Question associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientSurveyQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"059156f0-4966-41d7-8e79-810b381f6ef3","name":"Retrieve All Client Survey Questions with Query String","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ModifyUserId\": 111,\r\n  \"ClientTypeId\": 1,\r\n  \"ParentClientId\": 37,\r\n  \"VispId\": 36,\r\n  \"ClientCode\": \"GWIS\",\r\n  \"ClientName\": \"GW enetis.net\",\r\n  \"SendReminder\": 0,\r\n  \"SendEscalate\": 0,\r\n  \"SendSurvey\": 1,\r\n  \"EscalatePendingTicketStateId\": 4,\r\n  \"EscalateTicketStateId\": 13,\r\n  \"HelpEmail\": \"helpdesk@goldenwest.net\",\r\n  \"EscalateEmail\": null,\r\n  \"CustomerInformationUrl\": \"http://ccc.gwtc.net/\",\r\n  \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\r\n  \"IsVisible\": 0,\r\n  \"ShowCallRecording\": 1,\r\n  \"WhiteboardEmail\": \"gwisoperations@goldenwest.com, gwtescalate@goldenwest.com\",\r\n  \"LogoLocation\": null\r\n}"},"url":{"raw":"{{url}}/clientSurveyQuestions?surveyquestionid=29","host":["{{url}}"],"path":["clientSurveyQuestions"],"query":[{"key":"surveyquestionid","value":"29"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"19378","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:21:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Survey Questions retrieved\",\n    \"data\": [\n        {\n            \"id\": 3270,\n            \"ModifyDate\": \"2018-04-24 11:20:00\",\n            \"ModifyUserId\": 888,\n            \"ClientSurveyId\": 330,\n            \"SurveyQuestionId\": 29,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"5f0ea2f8-7f8d-406a-b50b-fe612f421e43","name":"Retrieve All Client Survey Questions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ModifyUserId\": 111,\r\n  \"ClientTypeId\": 1,\r\n  \"ParentClientId\": 37,\r\n  \"VispId\": 36,\r\n  \"ClientCode\": \"GWIS\",\r\n  \"ClientName\": \"GW enetis.net\",\r\n  \"SendReminder\": 0,\r\n  \"SendEscalate\": 0,\r\n  \"SendSurvey\": 1,\r\n  \"EscalatePendingTicketStateId\": 4,\r\n  \"EscalateTicketStateId\": 13,\r\n  \"HelpEmail\": \"helpdesk@goldenwest.net\",\r\n  \"EscalateEmail\": null,\r\n  \"CustomerInformationUrl\": \"http://ccc.gwtc.net/\",\r\n  \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\r\n  \"IsVisible\": 0,\r\n  \"ShowCallRecording\": 1,\r\n  \"WhiteboardEmail\": \"gwisoperations@goldenwest.com, gwtescalate@goldenwest.com\",\r\n  \"LogoLocation\": null\r\n}"},"url":"{{url}}/clientSurveyQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"285782","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:20:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Survey Questions retrieved\",\n    \"data\": [\n        {\n            \"id\": 3268,\n            \"ModifyDate\": \"2018-04-24 11:17:00\",\n            \"ModifyUserId\": 888,\n            \"ClientSurveyId\": 330,\n            \"SurveyQuestionId\": 28,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3270,\n            \"ModifyDate\": \"2018-04-24 11:20:00\",\n            \"ModifyUserId\": 888,\n            \"ClientSurveyId\": 330,\n            \"SurveyQuestionId\": 29,\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3271,\n            \"ModifyDate\": \"2018-04-24 11:20:00\",\n            \"ModifyUserId\": 888,\n            \"ClientSurveyId\": 330,\n            \"SurveyQuestionId\": 30,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"bd032715-0e04-403d-b140-81a342382c55","name":"Retrieve All Client Survey Questions with Query String Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientSurveyQuestions?surveyquestionid=50","host":["{{url}}"],"path":["clientSurveyQuestions"],"query":[{"key":"surveyquestionid","value":"50"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"58","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:22:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Survey Question not found\"\r\n}"}],"_postman_id":"9513add4-d2d7-4b23-be24-3cd08d6ab50f"},{"name":"Retrieve Client Survey Question by ID","id":"2086fb01-6074-484d-9cfa-1a5d3925096f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientSurveyQuestions/3268","description":"<p>Retrieves the specified Client Survey Question association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientSurveyQuestions","3268"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1cb2248f-37ca-4d28-9775-b0d692fdd108","name":"Retrieve Client Survey Question by ID Invalid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientSurveyQuestions/3280"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"58","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:23:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":false,\"msg\":\"Client Survey Question not found\"}"},{"id":"9ef87e29-dac1-4002-acca-13402b76a303","name":"Retrieve Client Survey Question by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientSurveyQuestions/3268"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 17:22:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Survey Question retrieved\",\n    \"data\": {\n        \"id\": 3268,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-04-24 11:17:00\",\n        \"ClientSurveyId\": 330,\n        \"SurveyQuestionId\": 28,\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"2086fb01-6074-484d-9cfa-1a5d3925096f"}],"id":"4a133bb8-ecf9-4e33-8c47-88e7e6baed4a","description":"<p>Client Survey Questions creates an associations between a Client Survey and Survey Questions.</p>\n","event":[{"listen":"prerequest","script":{"id":"529257e8-d18f-4710-83ae-bfca3c63c10b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d7cb4f7-31a2-43ff-bab7-fe174e54f88f","type":"text/javascript","exec":[""]}}],"_postman_id":"4a133bb8-ecf9-4e33-8c47-88e7e6baed4a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Ticket Problems","item":[{"name":"Retrieve All Client Ticket Problems","id":"1c26c6a1-5fea-493f-b906-217cbf74b271","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientTicketProblems?clientid=402","description":"<p>Retrieves all Client Ticket Problem associations. Due to the number of records, a query string is required on this API call</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientTicketProblems"],"host":["{{url}}"],"query":[{"key":"clientid","value":"402"}],"variable":[]}},"response":[{"id":"0a4d065a-c7f1-4e6f-80d8-132c04195439","name":"Retrieve All Client Ticket Problems with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientTicketProblems?clientid=37","host":["{{url}}"],"path":["clientTicketProblems"],"query":[{"key":"clientid","value":"37"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:17:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44577"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Ticket Problems retrieved\",\n    \"total\": 2,\n    \"data\": [\n        {\n            \"id\": 1829,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-24T16:33:00Z\",\n            \"ClientId\": 37,\n            \"TicketProblemId\": 176,\n            \"IsVisible\": 0,\n            \"TemplatePageId\": null\n        },\n        {\n            \"id\": 4038,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-07-14T16:18:00Z\",\n            \"ClientId\": 37,\n            \"TicketProblemId\": 151,\n            \"IsVisible\": 0,\n            \"TemplatePageId\": null\n        }\n    ]\n}"},{"id":"8bc92684-2c6f-4b66-9192-db5699e2e076","name":"Retrieve All Client Ticket Problems Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientTicketProblems"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:16:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Search query is required\"\n}"},{"id":"c25a8cb0-2363-4891-88a5-94a4247f47da","name":"Retrieve All Client Ticket Problems Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientTicketProblems?clientid=13","host":["{{url}}"],"path":["clientTicketProblems"],"query":[{"key":"clientid","value":"13"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:17:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Ticket Problems found\"\n}"}],"_postman_id":"1c26c6a1-5fea-493f-b906-217cbf74b271"},{"name":"Retrieve Client Ticket Problem by ID","id":"762efcfd-0363-4acc-bafc-869ca2bae8e4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientTicketProblems/70743","description":"<p>Retrieves the specified Client Ticket Problem association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientTicketProblems","70743"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"02ac96a4-5402-416b-9412-46edca96702f","name":"Retrieve Client Ticket Problem by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientTicketProblems/70743"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"183","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 20:10:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Ticket Problem retrieved\",\n    \"data\": {\n        \"id\": 70743,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-04-24 13:58:00\",\n        \"ClientId\": 402,\n        \"TicketProblemId\": 151,\n        \"IsVisible\": 1\n    }\n}"},{"id":"1563c055-ca5c-4481-aedf-20ef128b40a4","name":"Retrieve Client Ticket Problem by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientTicketProblems/707431"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"57","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 20:11:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Ticket Problem not found\"\r\n}"}],"_postman_id":"762efcfd-0363-4acc-bafc-869ca2bae8e4"}],"id":"905d6085-9034-481e-acf3-5b7bc73391e0","description":"<p>Client Ticket Problems creates an association between a Client and the Ticket Problems that should used for that Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"425281a3-5114-4903-9dab-8b696017c546","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51747688-93bd-46aa-a0b4-8db8edaa4618","type":"text/javascript","exec":[""]}}],"_postman_id":"905d6085-9034-481e-acf3-5b7bc73391e0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Ticket States","item":[{"name":"Retrieve all Client Ticket States","id":"9f109a41-78e7-4d20-977f-33068404b2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientTicketStates?clientid=37","description":"<p>Retrieves all the Client Ticket State associations. Due to the number of records, a query string is required on this API call</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientTicketStates"],"host":["{{url}}"],"query":[{"key":"clientid","value":"37"}],"variable":[]}},"response":[{"id":"2148eba2-0e9d-4b45-b3c1-e3442c98f9b6","name":"Retrieve all Client Ticket States Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientTicketStates"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 20:21:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"c9b90bf7-22eb-4160-9cd4-acf24bd2f7a5","name":"Retrieve all Client Ticket States with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientTicketStates?clientid=37","host":["{{url}}"],"path":["clientTicketStates"],"query":[{"key":"clientid","value":"37"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:43:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2228"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Ticket States retrieved\",\n    \"total\": 2,\n    \"data\": [\n        {\n            \"id\": 150,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-08-13T17:51:00Z\",\n            \"ClientId\": 37,\n            \"TicketStateId\": 22,\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 151,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-08-13T17:51:00Z\",\n            \"ClientId\": 37,\n            \"TicketStateId\": 1,\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"f69c7a8a-1f48-4380-bdf8-ea97b64f34cf","name":"Retrieve all Client Ticket States Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientTicketStates?clientid=13","host":["{{url}}"],"path":["clientTicketStates"],"query":[{"key":"clientid","value":"13"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:44:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Ticket States found\"\n}"}],"_postman_id":"9f109a41-78e7-4d20-977f-33068404b2a8"},{"name":"Retrieve Client Ticket State by ID","id":"f9f53060-d182-42a4-8585-c0ca7bdd2fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientTicketStates/3558","description":"<p>Retrieves the specified Client Ticket State association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientTicketStates","3558"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"06791f14-79ae-4755-9856-5f33c666248c","name":"Retrieve Client Ticket State by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientTicketStates/3500"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"176","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 20:19:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Ticket State retrieved\",\n    \"data\": {\n        \"id\": 3500,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-04-24 14:18:00\",\n        \"ClientId\": 402,\n        \"TicketStateId\": 1,\n        \"IsVisible\": 1\n    }\n}"},{"id":"8fae8344-1aba-4443-a524-94196d155b04","name":"Retrieve Client Ticket State by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientTicketStates/35001"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"55","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 20:25:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client Ticket State not found\"\r\n}"}],"_postman_id":"f9f53060-d182-42a4-8585-c0ca7bdd2fcd"}],"id":"7d0a61c6-583f-4700-a30c-53258acbb387","description":"<p>Client Ticket States creates an association between a Client and what Ticket States will be used for that Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"d70cfcee-d427-488c-9288-0a2b59fe5c19","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8806ecdf-b41d-4352-96d0-8fd62a141173","type":"text/javascript","exec":[""]}}],"_postman_id":"7d0a61c6-583f-4700-a30c-53258acbb387","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client Types","item":[{"name":"Retrieve All Client Types","id":"1b112623-20fc-47a4-a820-bc9f186c32be","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ModifyUserId\": 111,\r\n  \"ClientTypeId\": 1,\r\n  \"ParentClientId\": 37,\r\n  \"VispId\": 36,\r\n  \"ClientCode\": \"GWIS\",\r\n  \"ClientName\": \"GW enetis.net\",\r\n  \"SendReminder\": 0,\r\n  \"SendEscalate\": 0,\r\n  \"SendSurvey\": 1,\r\n  \"EscalatePendingTicketStateId\": 4,\r\n  \"EscalateTicketStateId\": 13,\r\n  \"HelpEmail\": \"helpdesk@goldenwest.net\",\r\n  \"EscalateEmail\": null,\r\n  \"CustomerInformationUrl\": \"http://ccc.gwtc.net/\",\r\n  \"Greeting\": \"Thank you for calling the internet help desk. My name is <name>. May I have your email address.\",\r\n  \"IsVisible\": 0,\r\n  \"ShowCallRecording\": 1,\r\n  \"WhiteboardEmail\": \"gwisoperations@goldenwest.com, gwtescalate@goldenwest.com\",\r\n  \"LogoLocation\": null\r\n}"},"url":"{{url}}/clientTypes","description":"<p>Retrieves all the Client Types</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientTypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7bbff19c-c415-46f7-ba83-01578c285981","name":"Retrieve All Client Types","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:52:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"286"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Types retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ClientType\": \"ISP\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 2,\n            \"ClientType\": \"Container\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3,\n            \"ClientType\": \"ISP Container\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ClientType\": \"Hotel\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 5,\n            \"ClientType\": \"Video\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"9fa41bb2-f418-46b3-a770-13f63b6b3f8a","name":"Retrieve All Client Types with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientTypes?clienttype=isp","host":["{{url}}"],"path":["clientTypes"],"query":[{"key":"clienttype","value":"isp"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Types retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ClientType\": \"ISP\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"b4960b26-ee67-4bca-9730-c55fea52199b","name":"Retrieve All Client Types with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientTypes?clienttype=casino","host":["{{url}}"],"path":["clientTypes"],"query":[{"key":"clienttype","value":"casino"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:54:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Client Types found\"\n}"}],"_postman_id":"1b112623-20fc-47a4-a820-bc9f186c32be"},{"name":"Retrieve Client Type by ID","id":"a407d6f5-a84e-4eb7-88c4-02fdb50c7cd2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/clientTypes/111","description":"<p>Retrieves the specified Client Type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientTypes","111"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c1f2d27f-0b7e-4847-9011-acaa3fafd1b4","name":"Retrieve Client Type by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/clientTypes/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:57:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client Type retrieved\",\n    \"data\": {\n        \"id\": 1,\n        \"ClientType\": \"ISP\",\n        \"IsVisible\": 1\n    }\n}"},{"id":"d8d91c6c-66f5-4be1-a326-d278344c9ba8","name":"Retrieve Client Type by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/clientTypes/11"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 16:58:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Client Type not found\"\n}"}],"_postman_id":"a407d6f5-a84e-4eb7-88c4-02fdb50c7cd2"}],"id":"71fe4ad3-30cb-4926-aaf0-91b0a0ab09da","description":"<p>Client Types are the different kinds of clients such as ISP, Video, or Hotel that are referenced by a Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"5c9581da-d815-4304-abbe-cbe478aba86c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58aa6176-9398-4735-a5c8-d2289042bf5d","type":"text/javascript","exec":[""]}}],"_postman_id":"71fe4ad3-30cb-4926-aaf0-91b0a0ab09da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client User Access","item":[{"name":"Retrieve All Client User Access","id":"1abb2d70-6048-412e-8130-fcc8f2236ae3","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientUserAccess","description":"<p>Retrieves all Client User Access associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientUserAccess"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a7fd783c-7cef-4439-9c44-396611d185ce","name":"Retrieve All Client User Access with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientUserAccess?userid=8881","host":["{{url}}"],"path":["clientUserAccess"],"query":[{"key":"userid","value":"8881"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 21:29:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client User Access not found\"\r\n}"},{"id":"f00010be-2040-4f70-be7a-6853bd7dc39b","name":"Retrieve All Client User Access","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientUserAccess"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2644720","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 21:25:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client User Access retrieved\",\n    \"data\": [\n        {\n            \"ClientUserAccessId\": 41987,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-24 15:25:00\",\n            \"ClientId\": 402,\n            \"UserId\": 111\n        },\n        {\n            \"ClientUserAccessId\": 41985,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-20 13:59:00\",\n            \"ClientId\": 402,\n            \"UserId\": 888\n        }\n    ]\n}"},{"id":"fc41cead-7dfc-4c06-8f85-e329b08e20a0","name":"Retrieve All Client User Access with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/clientUserAccess?userid=888","host":["{{url}}"],"path":["clientUserAccess"],"query":[{"key":"userid","value":"888"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"12249","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 21:28:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client User Access retrieved\",\n    \"data\": [\n        {\n            \"ClientUserAccessId\": 41985,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-20 13:59:00\",\n            \"ClientId\": 402,\n            \"UserId\": 888\n        }\n    ]\n}"}],"_postman_id":"1abb2d70-6048-412e-8130-fcc8f2236ae3"},{"name":"Retrieve Client User Access by ID","id":"fa56ba71-ba3a-4865-ba3a-dc6e7c58c187","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientUserAccess/41987","description":"<p>Retrieves the specified Client User Access association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientUserAccess","41987"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0aadcb06-e14f-4bfd-b04a-33cd5b41a198","name":"Retrieve Client User Access by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/clientUserAccess/41987"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"157","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 21:30:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Client User Access retrieved\",\n    \"data\": {\n        \"id\": 41987,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-04-24 15:25:00\",\n        \"ClientId\": 402,\n        \"UserId\": 111\n    }\n}"},{"id":"1603e627-4f1d-4ff1-bc96-1a43708faf61","name":"Retrieve Client User Access by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientUserAccess/419871"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Apr 2018 21:30:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Client User Access not found\"\r\n}"}],"_postman_id":"fa56ba71-ba3a-4865-ba3a-dc6e7c58c187"}],"id":"69d96141-2e6f-4507-81e9-53b559d625f2","description":"<p>Client User Access creates an association between a user and a client they will have access to. This also affects what data is returned in other routes by only returning client data that the current user has access to.</p>\n","event":[{"listen":"prerequest","script":{"id":"1fb0db3d-3f86-4482-9ed6-04f215325e1e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c24dfa73-f885-45fe-bde4-8075679e7622","type":"text/javascript","exec":[""]}}],"_postman_id":"69d96141-2e6f-4507-81e9-53b559d625f2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Client User Access Group","item":[{"name":"Retrieve All Client User Access Groups","id":"d8424cb8-9ac9-49b5-b31d-048daa289a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientUserAccessGroups","description":"<p>Retrieves all Client User Access associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientUserAccessGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"22c39ae2-ec6d-428c-acbd-815f561910c2","name":"Retrieve All Client User Access Groups","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientUserAccessGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 12 Jun 2020 18:33:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"ClientUserAccessGroups retrieved\",\n    \"data\": [\n        {\n            \"id\": 6,\n            \"Name\": \"Test User Access Group\",\n            \"Clients\": [\n                37,\n                40\n            ],\n            \"Users\": [\n                111,\n                1590\n            ],\n            \"CreatedDate\": \"2020-06-12 18:25:29\",\n            \"ModifyDate\": \"2020-06-12 18:25:29\",\n            \"ModifyUser\": 1590\n        }\n    ]\n}"}],"_postman_id":"d8424cb8-9ac9-49b5-b31d-048daa289a9f"},{"name":"Retrieve Client User Access Group by ID","id":"bace9b9e-60e9-4599-9671-e2243957d5d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/clientUserAccessGroups/6","description":"<p>Retrieves the specified Client User Access association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["clientUserAccessGroups","6"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"54312c17-cfe0-44d3-a285-e09e4ae3be07","name":"Retrieve Client User Access Group by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientUserAccessGroups/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 12 Jun 2020 18:34:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"230"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"ClientUserAccessGroup retrieved\",\n    \"data\": {\n        \"id\": 6,\n        \"Name\": \"Test User Access Group\",\n        \"Clients\": [\n            37,\n            40\n        ],\n        \"Users\": [\n            111,\n            1590\n        ],\n        \"CreatedDate\": \"2020-06-12 18:25:29\",\n        \"ModifyDate\": \"2020-06-12 18:25:29\",\n        \"ModifyUser\": 1590\n    }\n}"},{"id":"6e979a8e-7b7e-4644-9877-3d87c0ff1e53","name":"Retrieve Client User Access Group by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/clientUserAccessGroups/7"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 12 Jun 2020 18:35:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"ClientUserAcccessGroup not found\"\n}"}],"_postman_id":"bace9b9e-60e9-4599-9671-e2243957d5d6"}],"id":"046d411b-cce9-411f-9b17-abf06547f3fa","description":"<p>Client User Access creates an association between a user and a client they will have access to. This also affects what data is returned in other routes by only returning client data that the current user has access to.</p>\n","event":[{"listen":"prerequest","script":{"id":"9e9e1995-44bd-4fcc-8ae0-c068f2251cd0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93292e5c-6fbf-4306-ab3c-83f4ba8c7bf1","type":"text/javascript","exec":[""]}}],"_postman_id":"046d411b-cce9-411f-9b17-abf06547f3fa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Connections","item":[{"name":"Retrieve All Connections","id":"ae1272ff-63f6-46df-ad36-822cfc15862c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/connections","description":"<p>Retrieves all Connections</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["connections"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"17278902-1fc9-4a73-a9a5-352b6bdf6d34","name":"Retrieve All Connections with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/connections?modifyuserid=1590","host":["{{url}}"],"path":["connections"],"query":[{"key":"modifyuserid","value":"1590"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:17:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"355"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Connections retrieved\",\n    \"data\": [\n        {\n            \"id\": 65,\n            \"ModifyUserId\": 1590,\n            \"ModifyDate\": \"2020-08-18T15:35:00Z\",\n            \"Connection\": \"Test\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 89,\n            \"ModifyUserId\": 1590,\n            \"ModifyDate\": \"2020-09-03T16:32:00Z\",\n            \"Connection\": \"TEST\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 90,\n            \"ModifyUserId\": 1590,\n            \"ModifyDate\": \"2020-09-04T17:55:00Z\",\n            \"Connection\": \"TeSt\",\n            \"IsVisible\": 0\n        }\n    ]\n}"},{"id":"43af4688-3be3-48a5-98c3-f34ca3e28564","name":"Retrieve All Connections","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/connections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3225","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 14:56:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Connections retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2008-08-16 16:33:00\",\n            \"Connection\": \"DEFAULT\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 2,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-22 13:18:00\",\n            \"Connection\": \"Cable\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-22 13:18:00\",\n            \"Connection\": \"Dial-up\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-24 12:06:00\",\n            \"Connection\": \"DSL\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 5,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-22 13:18:00\",\n            \"Connection\": \"Email\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 6,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-24 12:06:00\",\n            \"Connection\": \"FTTH\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 7,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-22 13:18:00\",\n            \"Connection\": \"Wireless\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 8,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-22 13:18:00\",\n            \"Connection\": \"Hosting\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 9,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-08-16 21:39:00\",\n            \"Connection\": \"ISDN\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 10,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-09-17 11:38:00\",\n            \"Connection\": \"VDSL\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 11,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-09-17 11:38:00\",\n            \"Connection\": \"ADSL\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 13,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2008-10-29 08:29:00\",\n            \"Connection\": \"BPL\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 14,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2009-01-26 12:04:00\",\n            \"Connection\": \"MSTV\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 15,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2008-10-30 12:39:00\",\n            \"Connection\": \"HDSL\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 16,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-06 14:58:00\",\n            \"Connection\": \"Cable TV\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 17,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-09 12:25:00\",\n            \"Connection\": \"Ethernet\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 18,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-09 12:25:00\",\n            \"Connection\": \"Wifi\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 19,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-14 09:27:00\",\n            \"Connection\": \"Ethernet & Wifi\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 20,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-01-22 12:11:00\",\n            \"Connection\": \"WildBlue\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 25,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-02-19 09:40:00\",\n            \"Connection\": \"Email & Hosting\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 26,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-04-08 16:03:00\",\n            \"Connection\": \"FttpDSL\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 27,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-05-01 07:39:00\",\n            \"Connection\": \"FTTP\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 28,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2011-01-12 16:27:00\",\n            \"Connection\": \"IPTV\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 30,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2012-04-10 15:52:00\",\n            \"Connection\": \"VOIP\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 31,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2012-10-09 10:14:00\",\n            \"Connection\": \"Video\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 32,\n            \"ModifyUserId\": 108,\n            \"ModifyDate\": \"2013-12-17 09:39:00\",\n            \"Connection\": \"3G Wireless\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 135,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-25 08:54:00\",\n            \"Connection\": \"4G\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"e1143684-565f-41cc-875c-ccd9ebcc5d19","name":"Retrieve All Connections with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/connections?modifyuserid=888","host":["{{url}}"],"path":["connections"],"query":[{"key":"modifyuserid","value":"888"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:16:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No Connections found\"\n}"}],"_postman_id":"ae1272ff-63f6-46df-ad36-822cfc15862c"},{"name":"Retrieve Connection by ID","id":"ffbd4ff1-db15-4d85-a20f-69b5fd81e1ca","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/connections/135","description":"<p>Retrieves the specified Connection</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["connections","135"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"71c582be-c583-47b5-951e-2900819a7195","name":"Retrieve Connection by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/connections/111"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:18:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Connection not found\"\n}"},{"id":"71e738e5-5225-4cd8-8173-886fcedb607e","name":"Retrieve Connection by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/connections/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:18:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Connection retrieved\",\n    \"data\": {\n        \"id\": 1,\n        \"ModifyUserId\": 100,\n        \"ModifyDate\": \"2008-08-16T16:33:00Z\",\n        \"Connection\": \"DEFAULT\",\n        \"IsVisible\": 0\n    }\n}"}],"_postman_id":"ffbd4ff1-db15-4d85-a20f-69b5fd81e1ca"}],"id":"a65a7ec7-4fdc-4890-ba05-34be4d4ffed9","description":"<p>Connections is the various types of internet connections that can be associated with a client and ultimately a subscriber. For example, FTTH, DSL, and Cable.</p>\n","event":[{"listen":"prerequest","script":{"id":"e98fbe43-fcc2-4569-bf9a-71e9fd278087","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc85a06d-70fd-4e8e-b40d-f22908a2e492","type":"text/javascript","exec":[""]}}],"_postman_id":"a65a7ec7-4fdc-4890-ba05-34be4d4ffed9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Device Information","item":[{"name":"Retrieve All Device Information","id":"6005269b-58ba-4e87-8ad2-a4dc5455c027","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/deviceInformation","description":"<p>Retrieves all Device Information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["deviceInformation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"082a1fb5-2691-4d49-8edf-feb519985991","name":"Retrieve All Device Information with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/deviceInformation?deviceid=1121","host":["{{url}}"],"path":["deviceInformation"],"query":[{"key":"deviceid","value":"1121"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 16:17:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Device Information not found\"\r\n}"},{"id":"6ed43c44-2394-4761-8ff1-e595df7e2a23","name":"Retrieve All Device Information","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/deviceInformation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"136868","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 16:16:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Device Information retrieved\",\n    \"data\": [\n        {\n            \"id\": 69,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2008-09-29 16:43:00\",\n            \"DeviceId\": 131,\n            \"ClientInformationTypeId\": 123,\n            \"Information\": \"192.168.1.x\",\n            \"DisplayIndex\": 0,\n            \"IsVisible\": 1,\n            \"Url\": null,\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Modem\"\n        },\n        {\n            \"id\": 97,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-03-04 09:41:00\",\n            \"DeviceId\": 155,\n            \"ClientInformationTypeId\": 238,\n            \"Information\": \"The only equipment the customer will have access to is the A/C Adapter, and the Ethernet cables going to their network and the SM \",\n            \"DisplayIndex\": 10,\n            \"IsVisible\": 1,\n            \"Url\": \"\",\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Modem\"\n        },\n        {\n            \"id\": 98,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-03-04 09:48:00\",\n            \"DeviceId\": 155,\n            \"ClientInformationTypeId\": 89,\n            \"Information\": \"(Subscriber Module):\",\n            \"DisplayIndex\": 11,\n            \"IsVisible\": 1,\n            \"Url\": \"\",\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Modem\"\n        },\n        {\n            \"id\": 99,\n            \"ModifyUserId\": 190,\n            \"ModifyDate\": \"2009-03-04 09:44:00\",\n            \"DeviceId\": 155,\n            \"ClientInformationTypeId\": 89,\n            \"Information\": \"**There is no need to power cycle the A/C Adapter - just verify it is receiving power via the green LED indicator.\",\n            \"DisplayIndex\": 20,\n            \"IsVisible\": 1,\n            \"Url\": \"\",\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Modem\"\n        },\n        {\n            \"id\": 778,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-25 10:14:00\",\n            \"DeviceId\": 112,\n            \"ClientInformationTypeId\": 85,\n            \"Information\": \"Testing device\",\n            \"DisplayIndex\": 11,\n            \"IsVisible\": 1,\n            \"Url\": \"gooogle.com\",\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Router\"\n        }\n    ]\n}"},{"id":"86f9578a-8158-41be-ac96-5a0d6976963d","name":"Retrieve All Device Information with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/deviceInformation?deviceid=112","host":["{{url}}"],"path":["deviceInformation"],"query":[{"key":"deviceid","value":"112"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1427","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 16:15:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Device Information retrieved\",\n    \"data\": [\n        {\n            \"id\": 778,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-25 10:14:00\",\n            \"DeviceId\": 112,\n            \"ClientInformationTypeId\": 85,\n            \"Information\": \"Testing device\",\n            \"DisplayIndex\": 11,\n            \"IsVisible\": 1,\n            \"Url\": \"gooogle.com\",\n            \"FileStorageId\": null,\n            \"DeviceType\": \"Router\"\n        }\n    ]\n}"}],"_postman_id":"6005269b-58ba-4e87-8ad2-a4dc5455c027"},{"name":"Retrieve Device Information by ID","id":"f2aee62a-03ee-4800-9767-4a0686172829","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/deviceInformation/778","description":"<p>Retrieves the specified Device Information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["deviceInformation","778"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75d09298-3419-429a-85c3-5ea20ff318c0","name":"Retrieve Device Information by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/deviceInformation/778"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:33:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"312"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Device Information retrieved\",\n    \"data\": {\n        \"id\": 778,\n        \"ModifyUserId\": 147,\n        \"ModifyDate\": \"2019-07-11T12:38:00Z\",\n        \"DeviceId\": 167,\n        \"ClientInformationTypeId\": 238,\n        \"Information\": \"May include an additional Access Point\",\n        \"DisplayIndex\": 12,\n        \"IsVisible\": 1,\n        \"Url\": null,\n        \"FileStorageId\": null,\n        \"DeviceType\": \"Router\"\n    }\n}"},{"id":"fcbaf6ae-f0f8-4fb6-8b4d-f577588fbc4b","name":"Retrieve Device Information by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/deviceInformation/7781"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 16:21:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Device Information not found\"\r\n}"}],"_postman_id":"f2aee62a-03ee-4800-9767-4a0686172829"}],"id":"c34d7e15-637c-4642-8eb8-877f4c58a233","description":"<p>Device Information is data about a specific router or modem.</p>\n","event":[{"listen":"prerequest","script":{"id":"b621a2ad-c889-4167-8466-41b7268d6687","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17ffe17e-45ae-4c9f-94da-cbbdc9d96122","type":"text/javascript","exec":[""]}}],"_postman_id":"c34d7e15-637c-4642-8eb8-877f4c58a233","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"DNIS Maps","item":[{"name":"Retrieve All DNIS Maps","id":"ec4c158f-948e-442a-b6fd-121aeb25b550","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/dnisMaps","description":"<p>Retrieves all DNIS Maps</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["dnisMaps"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5e44daa8-c897-4e38-943d-eace9f71d1c7","name":"Retrieve All DNIS Maps with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dnisMaps?dnis=1119","host":["{{url}}"],"path":["dnisMaps"],"query":[{"key":"dnis","value":"1119"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"305","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 19:45:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"DNIS Maps retrieved\",\n    \"data\": [\n        {\n            \"id\": 642,\n            \"Pnumber\": \"P455\",\n            \"Dnis\": \"1119\"\n        }\n    ]\n}"},{"id":"b86df5d6-7c76-4eed-affa-fad137c2a6f0","name":"Retrieve All DNIS Maps","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/dnisMaps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"12956","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 19:37:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"DNIS Maps retrieved\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"Pnumber\": \"P794\",\n            \"Dnis\": \"1500\"\n        },\n        {\n            \"id\": 3,\n            \"Pnumber\": \"P358\",\n            \"Dnis\": \"3712\"\n        },\n        {\n            \"id\": 4,\n            \"Pnumber\": \"P401\",\n            \"Dnis\": \"3712\"\n        },\n        {\n            \"id\": 5,\n            \"Pnumber\": \"P658\",\n            \"Dnis\": \"3712\"\n        },\n        {\n            \"id\": 6,\n            \"Pnumber\": \"P701\",\n            \"Dnis\": \"3712\"\n        },\n        {\n            \"id\": 642,\n            \"Pnumber\": \"P455\",\n            \"Dnis\": \"1119\"\n        }\n    ]\n}"},{"id":"ba3c180c-3ed4-4a45-961e-409f8007d6c5","name":"Retrieve All DNIS Maps with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dnisMaps?dnis=1234","host":["{{url}}"],"path":["dnisMaps"],"query":[{"key":"dnis","value":"1234"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"44","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 19:46:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"DNIS Map not found\"\r\n}"}],"_postman_id":"ec4c158f-948e-442a-b6fd-121aeb25b550"},{"name":"Retrieve DNIS Map by ID","id":"b7d2a229-a648-4c70-b2b1-bfdfefd07548","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/dnisMaps/642","description":"<p>Retrieves the specified DNIS Map</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["dnisMaps","642"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2121b21c-d463-4093-b4cc-b9bb3557b0b1","name":"Retrieve DNIS Map by ID Invalid","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/dnisMaps/6421"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"44","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 19:50:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":false,\"msg\":\"DNIS Map not found\"}"},{"id":"bf75ca19-4357-4ef0-8ae4-8caf458bef2c","name":"Retrieve DNIS Map by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/dnisMaps/642"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"94","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Apr 2018 19:49:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"j5v3h79e9fnrfcoufso1n686lj","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"DNIS Map retrieved\",\n    \"data\": {\n        \"id\": 642,\n        \"Pnumber\": \"P455\",\n        \"Dnis\": \"1119\"\n    }\n}"}],"_postman_id":"b7d2a229-a648-4c70-b2b1-bfdfefd07548"}],"id":"9b4e1910-ba65-43c4-9064-899ad5ca0090","description":"<p>DNIS Maps is used internally for mapping call routing to a specific Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"3460a31c-e6d5-468c-b098-7218f7c93861","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4054e730-2bf8-48eb-bf6c-1420c84c1554","type":"text/javascript","exec":[""]}}],"_postman_id":"9b4e1910-ba65-43c4-9064-899ad5ca0090","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Domains","item":[{"name":"Retrieve All Domains","id":"86ea1690-51ba-4e0b-85ad-3b16abbe2620","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/domains","description":"<p>Get all Client Device Information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["domains"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0e422eb3-e35f-4248-9805-b719bc2a7092","name":"Retrieve All Domains with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/domains?domain=newdomainname.com","host":["{{url}}"],"path":["domains"],"query":[{"key":"domain","value":"newdomainname.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"159","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 30 Apr 2018 15:52:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Domains retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 457,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-04-30 09:49:00\",\r\n            \"Domain\" : \"newdomainname.com\",\r\n            \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"81864c4e-b1f4-4367-be7e-fe097093da17","name":"Retrieve All Domains","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"31614","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 30 Apr 2018 15:50:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Domains retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-02-05 10:06:00\",\n            \"Domain\": \"DEFAULT\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 354,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2018-02-12 16:02:00\",\n            \"Domain\": \"abctelecom.net\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 457,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-04-30 09:49:00\",\n            \"Domain\": \"newdomainname.com\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"a432bff2-c001-438c-8685-5f7b1532663c","name":"Retrieve All Domains with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/domains?domain=newdomainname.net","host":["{{url}}"],"path":["domains"],"query":[{"key":"domain","value":"newdomainname.net"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 30 Apr 2018 15:52:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Domain not found\"\r\n}"}],"_postman_id":"86ea1690-51ba-4e0b-85ad-3b16abbe2620"},{"name":"Retrieve Domain by ID","id":"c761c62e-721f-40ee-a28e-d997203b9966","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/domains/457","description":"<p>Retrieves information for the specified Domain</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["domains","457"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"27e63983-7e89-4fe6-ba72-eb78f1f1a407","name":"Retrieve Domain by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/domains/45"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:57:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Domain retrieved\",\n    \"data\": {\n        \"id\": 45,\n        \"ModifyDate\": \"2008-09-17T11:22:00Z\",\n        \"ModifyUserId\": 107,\n        \"Domain\": \"plainstel.com\",\n        \"IsVisible\": true\n    }\n}"},{"id":"cf152062-252b-4c6d-92d7-4d1dfb8e8431","name":"Retrieve Domain by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/domains/455"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 19:58:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Domain not found\"\n}"}],"_postman_id":"c761c62e-721f-40ee-a28e-d997203b9966"}],"id":"dbed0408-6823-4fdf-86de-b44e17a8b243","description":"<p>Domains are used to associate a domain with a specific client in the Client Domains route.</p>\n","event":[{"listen":"prerequest","script":{"id":"293b3d94-ba24-4b27-b906-caaf662b0e6f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15fb27b1-8457-4715-8e74-7e26773d564f","type":"text/javascript","exec":[""]}}],"_postman_id":"dbed0408-6823-4fdf-86de-b44e17a8b243","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Employee Helpline","item":[{"name":"Create Employee Helpline","event":[{"listen":"prerequest","script":{"id":"12793572-1b25-4159-a7d9-658cd3f35004","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"42885e48-5469-47c6-8223-76d22d5fc17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"EmployeeHelplineProblem\": 1,\n\t\"Entry\": \"C-Tech didn't understand test\",\n\t\"EmployeeUser\": 1590,\n\t\"AnswerDate\": \"{{current_timestamp}}\",\n\t\"EmailedDate\": \"{{current_timestamp}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/employeehelplines","description":"<p>Create Employee Helpline call record</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmployeeHelplineProblem</td>\n<td>int</td>\n<td>required</td>\n<td>The id which identifies the employee helpline problem</td>\n</tr>\n<tr>\n<td>Entry</td>\n<td>string</td>\n<td>required</td>\n<td>A description explaining why the tech called in</td>\n</tr>\n<tr>\n<td>EmployeeUser</td>\n<td>int</td>\n<td>required</td>\n<td>The id whcih identifies the employee who called in</td>\n</tr>\n<tr>\n<td>AnswerDate</td>\n<td>datetime</td>\n<td>required</td>\n<td>A timestamp of when the call was AnswerDate</td>\n</tr>\n<tr>\n<td>EmailDate</td>\n<td>datetime</td>\n<td>required</td>\n<td>A timestamp of when the email was sent to tech supervisor</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["employeehelplines"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1f2b05b0-fdc3-4186-afb7-660bf81bf2d1","name":"Create Employee Helpline Invalid: Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"EmployeeHelplineProblem\": \"1\",\n\t\"Entry\": \"C-Tech didn't understand test\",\n\t\"EmployeeUser\": \"1590\",\n\t\"AnswerDate\": \"{{current_timestamp}}\",\n\t\"EmailedDate\": \"{{current_timestamp}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/employeehelplines"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Thu, 30 Apr 2020 19:40:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": {\n        \"EmployeeHelplineProblem\": [\n            \"Must be an array of integer id's or single id\"\n        ],\n        \"EmployeeUser\": [\n            \"Must be an array of integer id's or single id\"\n        ]\n    }\n}"},{"id":"c8c62cae-7590-4c7e-8cdb-5852a6b6571c","name":"Create Employee Helpline","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"EmployeeHelplineProblemId\": 1,\n\t\"Entry\": \"C-Tech didn't understand test\",\n\t\"EmployeeUserId\": 1590,\n\t\"AnswerDate\": \"{{current_timestamp}}\",\n\t\"EmailedDate\": \"{{current_timestamp}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/employeehelplines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Thu, 30 Apr 2020 17:42:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New EmployeeHelpline was created\",\n    \"data\": {\n        \"id\": 4\n    }\n}"}],"_postman_id":"42885e48-5469-47c6-8223-76d22d5fc17e"},{"name":"Retrieve All Employee Helplines","id":"7ce07481-e8e1-433f-a297-6c170dfcc15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/employeehelplines","description":"<p>Retrieve all Employee Helpline Records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["employeehelplines"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2c67d58d-c588-4df7-b1d0-fb6d3d5170a4","name":"Retrieve All Employee Helplines","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Thu, 30 Apr 2020 19:22:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"248"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"EmployeeHelplines retrieved\",\n    \"data\": [\n        {\n            \"id\": 5,\n            \"EmployeeHelplineProblem\": 1,\n            \"CreatedUser\": 1590,\n            \"EmployeeUser\": 1590,\n            \"Entry\": \"C-Tech didn't understand test\",\n            \"AnswerDate\": \"2020-04-30 19:19:52\",\n            \"EmailedDate\": \"2020-04-30 19:19:52\"\n        }\n    ]\n}"},{"id":"4d104cc6-735a-4e50-900b-dd1be68cca90","name":"Retrieve All Employee Helplines - Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplines"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Thu, 30 Apr 2020 19:22:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"No EmployeeHelpline entity exists\"\n}"}],"_postman_id":"7ce07481-e8e1-433f-a297-6c170dfcc15e"},{"name":"Retrieve Employee Helpline By Id","id":"f7d0567f-7b90-49ab-93ab-21d6fd617397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/employeehelplines/5","description":"<p>Retrieves information for the specified Employee Helpline record</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["employeehelplines","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"880d2a8e-1e4b-497c-95aa-41756258a795","name":"Retrieve Employee Helpline By Id  Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplines/4"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Thu, 30 Apr 2020 19:21:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"EmployeeHelpline not found\"\n}"},{"id":"94328858-0709-46ac-8a21-0b62b63c5c3d","name":"Retrieve Employee Helpline By Id","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplines/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Thu, 30 Apr 2020 19:20:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"245"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"EmployeeHelpline retrieved\",\n    \"data\": {\n        \"id\": 5,\n        \"EmployeeHelplineProblem\": 1,\n        \"CreatedUser\": 1590,\n        \"EmployeeUser\": 1590,\n        \"Entry\": \"C-Tech didn't understand test\",\n        \"AnswerDate\": \"2020-04-30 19:19:52\",\n        \"EmailedDate\": \"2020-04-30 19:19:52\"\n    }\n}"}],"_postman_id":"f7d0567f-7b90-49ab-93ab-21d6fd617397"}],"id":"53ca9ea1-5feb-4cee-bad5-a03e304a4d01","_postman_id":"53ca9ea1-5feb-4cee-bad5-a03e304a4d01","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Employee Helpline Problems","item":[{"name":"Retrieve All Employee Helpline Problems","id":"14207315-15f9-4b2e-9c48-28c60f304d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/employeehelplineproblems","description":"<p>Retrive all Employee Helpline Problem records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["employeehelplineproblems"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"644e3393-d2d2-40d6-9cbb-73bc76807f76","name":"Retrieve All Employee Helpline Problems","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplineproblems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Wed, 29 Apr 2020 21:35:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"593"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"EmployeeHelplineProblems retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"EmployeeHelplineProblem\": \"Employee Call\",\n            \"IsVisible\": true,\n            \"DateRemoved\": null,\n            \"CreatedDate\": \"2020-04-29 20:24:45\",\n            \"ModifyDate\": \"2020-04-29 20:24:45\",\n            \"ModifyUser\": 1590\n        },\n        {\n            \"id\": 2,\n            \"EmployeeHelplineProblem\": \"ISP Representative\",\n            \"IsVisible\": true,\n            \"DateRemoved\": null,\n            \"CreatedDate\": \"2020-04-29 20:24:45\",\n            \"ModifyDate\": \"2020-04-29 20:24:45\",\n            \"ModifyUser\": 1590\n        },\n        {\n            \"id\": 3,\n            \"EmployeeHelplineProblem\": \"Other\",\n            \"IsVisible\": true,\n            \"DateRemoved\": null,\n            \"CreatedDate\": \"2020-04-29 20:24:45\",\n            \"ModifyDate\": \"2020-04-29 20:24:45\",\n            \"ModifyUser\": 1590\n        }\n    ]\n}"}],"_postman_id":"14207315-15f9-4b2e-9c48-28c60f304d61"},{"name":"Retrieve Employee Helpline Problem By Id","id":"11ad1e73-f8a4-4f54-9800-510326c25651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/employeehelplineproblems/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["employeehelplineproblems","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"959b87d5-c218-4773-a360-02147201a3cc","name":"Retrieve Employee Helpline Problem By Id","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplineproblems/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Wed, 29 Apr 2020 21:35:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"EmployeeHelplineProblem retrieved\",\n    \"data\": {\n        \"id\": 1,\n        \"EmployeeHelplineProblem\": \"Employee Call\",\n        \"IsVisible\": true,\n        \"DateRemoved\": null,\n        \"CreatedDate\": \"2020-04-29 20:24:45\",\n        \"ModifyDate\": \"2020-04-29 20:24:45\",\n        \"ModifyUser\": 1590\n    }\n}"},{"id":"f250cb30-8e25-445f-a970-02b2fd342b62","name":"Retrieve Employee Helpline Problem By Id Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/employeehelplineproblems/20"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Wed, 29 Apr 2020 21:35:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"EmployeeHelplineProblem not found\"\n}"}],"_postman_id":"11ad1e73-f8a4-4f54-9800-510326c25651"}],"id":"953a0243-29be-4104-9261-569ce82f9445","_postman_id":"953a0243-29be-4104-9261-569ce82f9445","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"End Of Calls","item":[{"name":"Retrieve All End of Calls","id":"6d580533-51b2-4b98-9c81-9e765573f58b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/endOfCalls?dnis=9999&timeendofcall=1262335261","description":"<p>Retrieves information for all End of Calls</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["endOfCalls"],"host":["{{url}}"],"query":[{"key":"dnis","value":"9999"},{"key":"timeendofcall","value":"1262335261"}],"variable":[]}},"response":[{"id":"7087388a-44cc-4163-aeeb-4baca16add56","name":"Retrieve All End of Calls Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/endOfCalls"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 30 Apr 2018 16:17:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"fb4ad00f-b3a5-4267-9814-d87e44c1e682","name":"Retrieve All End of Calls with Query String","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/endOfCalls?dnis=9999&timeendofcall=1262335261","host":["{{url}}"],"path":["endOfCalls"],"query":[{"key":"dnis","value":"9999"},{"key":"timeendofcall","value":"1262335261"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"10678","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 30 Apr 2018 16:21:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"End Of Calls retrieved\",\n    \"data\": [\n        {\n            \"id\": 950612,\n\t        \"PhoneLogin\": 7777,\n\t        \"Dnis\": \"9999\",\n\t        \"TimeEndOfCall\": 1262335261,\n\t        \"CallDuration\": 859\n        }\n    ]\n}"}],"_postman_id":"6d580533-51b2-4b98-9c81-9e765573f58b"}],"id":"c2e11421-67b9-4fca-82b1-d0fde91274b8","description":"<p>End Of Calls stores when each calls ends, its duration, and the phone login that took the call. This is later used to map call recordings to a specific ticket.</p>\n","event":[{"listen":"prerequest","script":{"id":"7339be5a-6b1d-4d7b-9155-63f9b254ab4d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"63455b16-04ec-4236-aa13-3c056822f110","type":"text/javascript","exec":[""]}}],"_postman_id":"c2e11421-67b9-4fca-82b1-d0fde91274b8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"External Admin","item":[{"name":"eLation","item":[{"name":"Create eLation Ticket","id":"ecd08e99-bbb9-4aeb-b475-01d66ed705b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 37,\r\n  \"TroubleDescriptionId\": 1589,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"test ticket\",\r\n  \"Email\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":"{{url}}/externalAdmin/elation","description":"<p>Creates a new ticket inside of the appropriate eLation billing system</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>Client that eLation ticket is associated with</td>\n</tr>\n<tr>\n<td>TroubleDescriptionId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of trouble description that ticket is categorized under</td>\n</tr>\n<tr>\n<td>TroubleSeverityClassCode</td>\n<td>string</td>\n<td>required</td>\n<td>One of three values: O)ut Of Service, I)mpaired Service, N)ot Service Affecting</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>required</td>\n<td>User entered explanation of the problem</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>required</td>\n<td>Email address of user associated with ticket</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"34f55b8f-6e0b-4214-bec9-29c43c6152dc","name":"Create eLation Ticket Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 37,\r\n  \"TroubleDescriptionId\": 1589,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"test ticket\",\r\n  \"Email\": \"gwisgoldenwest123321@goldenwest.net\"\r\n}"},"url":"{{url}}/externalAdmin/elation"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Tue, 06 Nov 2018 22:49:46 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"eLation Ticket not created\"\n}"},{"id":"c93efc9d-4d30-47bf-8b39-7eb1857dfa35","name":"Create eLation Ticket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 37,\r\n  \"TroubleDescriptionId\": 1589,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"test ticket\",\r\n  \"Email\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":"{{url}}/externalAdmin/elation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Mon, 05 Nov 2018 22:56:14 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New eLation ticket was created\",\n    \"data\": {\n        \"id\": 194442\n    }\n}"}],"_postman_id":"ecd08e99-bbb9-4aeb-b475-01d66ed705b9"},{"name":"Retrieve All eLation External Admin","id":"bd7136dd-4784-41df-a86c-ce8e0cf0b4c5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/externalAdmin/elation?clientid=37&email=gwisgoldenwest@goldenwest.net","description":"<p>Returns service details and ticket history for the supplied email address from the eLation API</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation"],"host":["{{url}}"],"query":[{"key":"clientid","value":"37"},{"key":"email","value":"gwisgoldenwest@goldenwest.net"}],"variable":[]}},"response":[{"id":"435c2281-6b61-438b-875e-79faad268444","name":"Retrieve All eLation External Admin","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/externalAdmin/elation?clientid=37&email=gwisgoldenwest@goldenwest.net","host":["{{url}}"],"path":["externalAdmin","elation"],"query":[{"key":"clientid","value":"37"},{"key":"email","value":"gwisgoldenwest@goldenwest.net"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Wed, 17 Oct 2018 14:48:27 GMT"},{"key":"Content-Length","value":"2324"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 25851,\n        \"uuid\": \"bd617551-1956-4917-9a2f-a0ad40a985c9\",\n        \"Created\": {\n            \"date\": \"2018-10-17 08:31:00.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Denver\"\n        },\n        \"Updated\": {\n            \"date\": \"2018-10-17 08:31:00.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Denver\"\n        },\n        \"ClientId\": 37,\n        \"AccountNumber\": \"00076773-3\",\n        \"AccountName\": \"Golden West IS [Internal]\",\n        \"AccountClassification\": \"Internal\",\n        \"Company\": \"Golden West Internet Solutions\",\n        \"FirstName\": null,\n        \"MiddleName\": null,\n        \"LastName\": null,\n        \"PrimaryContactPhone\": \"6057193000\",\n        \"ServiceId\": 202830,\n        \"ServiceReference\": \"gwisgoldenwest@goldenwest.net\",\n        \"ConnectDate\": {\n            \"date\": \"2012-03-14 00:00:00.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Denver\"\n        },\n        \"NonPaySuspendDate\": null,\n        \"Product\": \"Internet Services\",\n        \"ServiceAddressId\": 36491,\n        \"ServiceAddress\": \"2727 N Plaza Dr\",\n        \"ServiceCity\": \"Rapid City, SD  57702\",\n        \"ServiceDetails\": [\n            {\n                \"ItemID\": \"2797352\",\n                \"USOCCode\": \"NETMAIN\",\n                \"USOC\": \"Main {Username}\",\n                \"USOCClassification\": \"\",\n                \"IsRatePlan\": \"False\",\n                \"IntoServiceDate\": \"2012-03-14\",\n                \"AttributeName\": \"Password\",\n                \"AttributeValue\": \"***\"\n            },\n            {\n                \"ItemID\": \"2797352\",\n                \"USOCCode\": \"NETMAIN\",\n                \"USOC\": \"Main {Username}\",\n                \"USOCClassification\": \"\",\n                \"IsRatePlan\": \"False\",\n                \"IntoServiceDate\": \"2012-03-14\",\n                \"AttributeName\": \"Username\",\n                \"AttributeValue\": \"gwisgoldenwest@goldenwest.net\"\n            },\n            {\n                \"ItemID\": \"2797353\",\n                \"USOCCode\": \"GWIS152\",\n                \"USOC\": \"B-Blocks Business Card-NA\",\n                \"USOCClassification\": \"\",\n                \"IsRatePlan\": \"False\",\n                \"IntoServiceDate\": \"2012-03-14\",\n                \"AttributeName\": \"\",\n                \"AttributeValue\": \"\"\n            }\n        ],\n        \"TicketHistory\": [\n            {\n                \"AccountNumber\": \"00076773-3\",\n                \"AccountName\": \"Golden West IS [Internal]\",\n                \"ServiceReference\": \"gwisgoldenwest@goldenwest.net\",\n                \"ConnectDate\": \"2012-03-14\",\n                \"DisconnectDate\": \"\",\n                \"ServiceAddressID\": \"36491\",\n                \"ServiceAddress\": \"2727 N Plaza Dr\",\n                \"ServiceCity\": \"Rapid City, SD  57702\",\n                \"TroubleTicketID\": \"191348\",\n                \"TroubleType\": \"Internet\",\n                \"TroubleDescription\": \"Internet Connection\",\n                \"TroubleTicketStatus\": \"Repaired\",\n                \"TroubleSeverityClass\": \"Service Not Affected\",\n                \"EnteredDateTime\": \"2018-09-20 14:58:54Z\",\n                \"EnteredByUser\": \"Trouble API\",\n                \"ReportedDateTime\": \"2018-09-20 14:22:55Z\",\n                \"ReportedByUser\": \"Daniel Halloran\",\n                \"ContactName\": \"Test Customer\",\n                \"ContactPhone\": \"123-123-1234\",\n                \"Notes\": \"GWIS API test ticket, ignore\",\n                \"TroubleSolution\": \"Cleared - By Customer\",\n                \"SolutionDateTime\": \"2018-09-20 14:22:55Z\",\n                \"SolutionEntryUser\": \"Daniel Halloran\",\n                \"TroubleCause\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bd7136dd-4784-41df-a86c-ce8e0cf0b4c5"},{"name":"Get eLation Ticket","id":"51f5cc41-792e-4ebe-aa59-c020587d7f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/externalAdmin/elation/ticket?clientid=127&ticketid=1234567","description":"<p>Retrieves an existing ticket from eLation. \nClientID and TicketID are required query field parameters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation","ticket"],"host":["{{url}}"],"query":[{"key":"clientid","value":"127"},{"key":"ticketid","value":"1234567"}],"variable":[]}},"response":[{"id":"198ef9d4-6951-4c94-8586-198d26d95576","name":"Get eLation Ticket","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/externalAdmin/elation/ticket?clientid=127&ticketid=58747","host":["{{url}}"],"path":["externalAdmin","elation","ticket"],"query":[{"key":"clientid","value":"127"},{"key":"ticketid","value":"58747"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.6"},{"key":"Date","value":"Thu, 26 Mar 2020 16:05:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"945"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"eLation Trouble Ticket retrieved\",\n    \"data\": {\n        \"AccountNumber\": \"00001553-0\",\n        \"AccountName\": \"Test User\",\n        \"ServiceID\": \"4872\",\n        \"ServiceReference\": \"Internet\",\n        \"ConnectDate\": \"2011-03-15\",\n        \"DisconnectDate\": \"\",\n        \"ServiceAddressID\": \"6830\",\n        \"ServiceAddress\": \"123 1st ST\",\n        \"ServiceCity\": \"Rapid city, SD  57701\",\n        \"TroubleTicketID\": \"57701\",\n        \"OrderID\": \"205828\",\n        \"TroubleType\": \"Help Desk\",\n        \"TroubleDescription\": \"Email\",\n        \"TroubleTicketStatus\": \"Repaired\",\n        \"TroubleSeverityClass\": \"Service Not Affected\",\n        \"EnteredDateTime\": \"2020-03-20 15:11:17Z\",\n        \"EnteredByUser\": \"Trouble API\",\n        \"ReportedDateTime\": \"2020-03-20 15:11:17Z\",\n        \"ReportedByUser\": \"Daniel Halloran\",\n        \"ContactName\": \"\",\n        \"ContactPhone\": \"\",\n        \"ContactPhoneClassCode\": \"U\",\n        \"ContactEmailAddress\": \"\",\n        \"ContactPreferenceClassCode\": \"C\",\n        \"Notes\": \"goldenwest test\",\n        \"TroubleSolution\": \"Reset Password\",\n        \"SolutionDateTime\": \"2020-03-20 15:11:17Z\",\n        \"SolutionEntryUser\": \"Daniel Halloran\",\n        \"TroubleCause\": \"Bad Cable Pr\"\n    }\n}"}],"_postman_id":"51f5cc41-792e-4ebe-aa59-c020587d7f55"},{"name":"Retrieve all Trouble Descriptions","id":"dd8d0646-5f6e-4fa0-98e4-bf0cfa2113f7","request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 37,\r\n  \"TroubleDescriptionId\": 1589,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"test ticket\",\r\n  \"Email\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":"{{url}}/externalAdmin/elation/troubledescriptions?clientid=37","description":"<p>Retrieves all Trouble Descriptions from the eLation system based on the client ID as a URL parameter</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation","troubledescriptions"],"host":["{{url}}"],"query":[{"key":"clientid","value":"37"}],"variable":[]}},"response":[{"id":"4ea29448-f890-457c-ab7c-cb118e710e2d","name":"Retrieve all eLation Trouble Descriptions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 37,\r\n  \"TroubleDescriptionId\": 1589,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"test ticket\",\r\n  \"Email\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":{"raw":"{{url}}/externalAdmin/elation/troubledescriptions?clientid=37","host":["{{url}}"],"path":["externalAdmin","elation","troubledescriptions"],"query":[{"key":"clientid","value":"37"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Tue, 06 Nov 2018 22:50:55 GMT"},{"key":"Content-Length","value":"2371"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"eLation Trouble Descriptions retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"a25bd5a1-074c-41bf-b0d4-bd083e74fbae\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1523,\n            \"TroubleDescription\": \"Old Code\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"c1b77a1a-c014-4ad5-b015-ad040261d328\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1524,\n            \"TroubleDescription\": \"Internet- Slow Connection\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 3,\n            \"uuid\": \"be7ee5ae-935f-490c-9c13-a8bd48c4f41d\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1525,\n            \"TroubleDescription\": \"Internet - Cuts Off\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 4,\n            \"uuid\": \"c8609e03-2ed0-4f07-abaa-33dd0e4ee43c\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1526,\n            \"TroubleDescription\": \"Internet - E-mail\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 5,\n            \"uuid\": \"f4663bc8-c4be-4193-b6ed-e5a376acb3cb\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1527,\n            \"TroubleDescription\": \"Internet - Leased Modem\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"302b22da-a807-4673-9a16-9b6513369208\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1589,\n            \"TroubleDescription\": \"Internet Connection\",\n            \"TroubleDescriptionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 7,\n            \"uuid\": \"55a7f212-29c8-4520-9e13-cf69cd1d2d73\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1590,\n            \"TroubleDescription\": \"Modem/Equipment\",\n            \"TroubleDescriptionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 8,\n            \"uuid\": \"dac86bee-bd9c-4b9a-af12-5353eb717ffa\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1591,\n            \"TroubleDescription\": \"Email/Web Services\",\n            \"TroubleDescriptionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 9,\n            \"uuid\": \"a0f9a5ae-e02b-4ca0-b6ad-10c30fc255d8\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1533,\n            \"TroubleDescription\": \"Customer Provided Equipment\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 10,\n            \"uuid\": \"ce66ca9a-4cbc-47ee-a645-f052b0435135\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1536,\n            \"TroubleDescription\": \"Other\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        },\n        {\n            \"id\": 11,\n            \"uuid\": \"3f5a5ab7-0c8f-452f-98d9-9d4ec86d9131\",\n            \"Updated\": \"2018-11-06T17:32:52Z\",\n            \"ClientId\": 37,\n            \"TroubleDescriptionId\": 1517,\n            \"TroubleDescription\": \"N/A\",\n            \"TroubleDescriptionIsObsolete\": \"True\"\n        }\n    ]\n}"},{"id":"dae561be-43e6-4944-8630-bb5bf8a2a013","name":"Retrieve all eLation Trouble Descriptions Invalid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 37,\r\n  \"TroubleDescriptionId\": 1589,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"test ticket\",\r\n  \"Email\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":{"raw":"{{url}}/externalAdmin/elation/troubledescriptions?clientid=371","host":["{{url}}"],"path":["externalAdmin","elation","troubledescriptions"],"query":[{"key":"clientid","value":"371"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Tue, 06 Nov 2018 22:51:44 GMT"},{"key":"Content-Length","value":"64"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"eLation Trouble Descriptions not found\"\n}"}],"_postman_id":"dd8d0646-5f6e-4fa0-98e4-bf0cfa2113f7"},{"name":"Retrieve all Trouble Causes","id":"bdad9fd2-968d-4b7d-8027-c745cc8ae6ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/externalAdmin/elation/troublecauses?clientid=127","description":"<p>Retrieves all Trouble Causes from the eLation system based on the client ID as a URL parameter</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation","troublecauses"],"host":["{{url}}"],"query":[{"key":"clientid","value":"127"}],"variable":[]}},"response":[{"id":"dbd7731f-c6d5-4c03-9f20-75deb17e45d5","name":"Retrieve all Trouble Causes not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/externalAdmin/elation/troublecauses?clientid=12767","host":["{{url}}"],"path":["externalAdmin","elation","troublecauses"],"query":[{"key":"clientid","value":"12767"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.6"},{"key":"Date","value":"Tue, 28 Jan 2020 22:08:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"eLation Trouble Causes not found\"\n}"},{"id":"fe2116a5-ed6d-4020-9779-89eaf1cfa358","name":"Retrieve all Trouble Causes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/externalAdmin/elation/troublecauses?clientid=127","host":["{{url}}"],"path":["externalAdmin","elation","troublecauses"],"query":[{"key":"clientid","value":"127"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.6"},{"key":"Date","value":"Tue, 28 Jan 2020 22:05:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4249"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"eLation Trouble Causes retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"6a9484aa-dbd5-4a70-ba46-bb7785d5dbba\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1168,\n            \"TroubleCause\": \"Bad Cable Pr\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"083eed5a-8dfa-48f4-b8c2-9cd62d49d290\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1169,\n            \"TroubleCause\": \"Bad Modem\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 3,\n            \"uuid\": \"570fe763-7e0b-4ed1-9391-a08d8759283b\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1170,\n            \"TroubleCause\": \"Bad Router\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 4,\n            \"uuid\": \"c14cc441-cb93-41be-9d7c-a10320569875\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1171,\n            \"TroubleCause\": \"No Trouble Found\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 5,\n            \"uuid\": \"20c739d3-6ec5-4d62-adb2-d471c1d4175b\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1130,\n            \"TroubleCause\": \"Customer Equipment\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"7564a3e7-b364-43af-b3da-94ccbdab0a2d\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1172,\n            \"TroubleCause\": \"Cut Cable\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 7,\n            \"uuid\": \"af2d1d20-5841-4132-91b1-4efcd0203d8c\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1173,\n            \"TroubleCause\": \"Bad Router\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 8,\n            \"uuid\": \"80cd9c1b-b368-48ad-b3ed-f792c0e388bc\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1174,\n            \"TroubleCause\": \"Lightning/Weather\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 9,\n            \"uuid\": \"4eded646-83b3-42f0-85c1-1f9d31486ba4\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1175,\n            \"TroubleCause\": \"No Access Services Tests Ok To Nid\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 10,\n            \"uuid\": \"59378e9b-2d2a-4d40-8669-da60651570f1\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1176,\n            \"TroubleCause\": \"Cleared By Customer-No Dispatch\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 11,\n            \"uuid\": \"c59f3218-5447-4e86-9a46-856a5472888f\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1177,\n            \"TroubleCause\": \"Normal Wear\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 12,\n            \"uuid\": \"0d544746-70f3-4172-b002-a452d8898696\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1178,\n            \"TroubleCause\": \"Outage\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 13,\n            \"uuid\": \"295ac9ed-2bd9-4c2e-a832-d4c15eb5feea\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1131,\n            \"TroubleCause\": \"Power Outage\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 14,\n            \"uuid\": \"6980d66f-ad95-4f2e-8413-a7bab1f92a5e\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1179,\n            \"TroubleCause\": \"Short\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 15,\n            \"uuid\": \"3f9d304e-5f6e-4475-8966-8b2c7e085795\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1180,\n            \"TroubleCause\": \"Weather Related\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 16,\n            \"uuid\": \"1fb35db2-8fae-4d4b-9e9e-43914964aa92\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1181,\n            \"TroubleCause\": \"Inside Wiring\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 17,\n            \"uuid\": \"125d062d-e36c-44b1-b069-fcb19bffdba0\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1182,\n            \"TroubleCause\": \"Cable Cut\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 18,\n            \"uuid\": \"a70c0b29-dbda-48ad-93ad-bb97af9fdf37\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1132,\n            \"TroubleCause\": \"Modem/Router\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 19,\n            \"uuid\": \"d0d96333-cdb9-4d90-8c44-c018cc9776dc\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1164,\n            \"TroubleCause\": \"Pc Not Updated\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 20,\n            \"uuid\": \"63b55649-575d-4a3d-a75e-8ee1ece213dc\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1165,\n            \"TroubleCause\": \"Virus\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 21,\n            \"uuid\": \"44998f35-775e-4e19-bde0-7782c28d9325\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1166,\n            \"TroubleCause\": \"Forgot Password\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 22,\n            \"uuid\": \"5f35b75d-2346-48c6-82d1-77f301e1832b\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleCauseId\": 1167,\n            \"TroubleCause\": \"Needed Reboot\",\n            \"TroubleCauseIsObsolete\": \"False\"\n        }\n    ]\n}"}],"_postman_id":"bdad9fd2-968d-4b7d-8027-c745cc8ae6ef"},{"name":"Retrieve all Trouble Solutions","id":"ded43fa9-9189-4099-a178-3dab137ecd9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/externalAdmin/elation/troublesolutions?clientid=127","description":"<p>Retrieves all Trouble Solutions from the eLation system based on the client ID as a URL parameter</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation","troublesolutions"],"host":["{{url}}"],"query":[{"key":"clientid","value":"127"}],"variable":[]}},"response":[{"id":"92fde00f-a077-4cb0-9415-01ffab6f6983","name":"Retrieve all Trouble Solutions not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/externalAdmin/elation/troublesolutions?clientid=1271","host":["{{url}}"],"path":["externalAdmin","elation","troublesolutions"],"query":[{"key":"clientid","value":"1271"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.6"},{"key":"Date","value":"Tue, 28 Jan 2020 22:09:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"eLation Trouble Solutions not found\"\n}"},{"id":"f6dc4831-9aaa-4db0-8516-2454772c12ae","name":"Retrieve all Trouble Solutions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/externalAdmin/elation/troublesolutions?clientid=127","host":["{{url}}"],"path":["externalAdmin","elation","troublesolutions"],"query":[{"key":"clientid","value":"127"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.6"},{"key":"Date","value":"Tue, 28 Jan 2020 22:08:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4801"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"eLation Trouble Solutions retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"efe197c3-aeaa-4dc0-b394-fae99a29a710\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 127,\n            \"TroubleSolution\": \"Customer Education\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"850c8d90-d604-4d5a-801f-3f38daf0277b\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 135,\n            \"TroubleSolution\": \"Replaced Splitter\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 3,\n            \"uuid\": \"74148b81-82f1-4b03-878f-769bec199988\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 136,\n            \"TroubleSolution\": \"Replaced/Repaired Nid Or Nid Parts\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 4,\n            \"uuid\": \"348391de-fb1b-4f4b-a38d-56799b437001\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 138,\n            \"TroubleSolution\": \"Repaire /Replaced Drop\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 5,\n            \"uuid\": \"c3c5b1a6-cd55-4878-a7f0-be4cf8ec9d2e\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 137,\n            \"TroubleSolution\": \"Repaired Bad Plant\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"2fd8a47e-275a-4a4a-b66b-8681b110492f\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 139,\n            \"TroubleSolution\": \"Repaired/Replaced Modem\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 7,\n            \"uuid\": \"2cca1c28-3f2a-4e53-9089-23c8bfb06c2c\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 140,\n            \"TroubleSolution\": \"Electronics\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 8,\n            \"uuid\": \"ec115971-b5c1-4570-971c-64c5080a0546\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 141,\n            \"TroubleSolution\": \"Repaired /Replaced Iw Billable\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 9,\n            \"uuid\": \"67a3d65e-4197-4193-b30f-fe4f94db3755\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 128,\n            \"TroubleSolution\": \"No Trouble Found\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 10,\n            \"uuid\": \"6c06ea66-25da-452f-a55a-43db33ade79d\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 75,\n            \"TroubleSolution\": \"Power Outage\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 11,\n            \"uuid\": \"abf98f5a-5059-4d4c-9a35-9b2fb22110ee\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 142,\n            \"TroubleSolution\": \"Replaced Bad Card Or Reseated\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 12,\n            \"uuid\": \"c4d1d151-f6d9-461f-9786-9d652052c9ab\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 143,\n            \"TroubleSolution\": \"Connecting Company Resolved\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 13,\n            \"uuid\": \"32e3f4c4-d02a-4602-8d48-abcd86e1dd3a\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 144,\n            \"TroubleSolution\": \"Changed/Bounced Port\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 14,\n            \"uuid\": \"8a0a1707-062c-45c5-ae39-e56b973ce401\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 145,\n            \"TroubleSolution\": \"No Access Services Tests Ok To Nid\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 15,\n            \"uuid\": \"de96693b-969e-4609-9f75-f363880ce5c0\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 146,\n            \"TroubleSolution\": \"Cleared By Customer\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 16,\n            \"uuid\": \"7ce9ccc3-60b2-44fb-813d-55834fd666ca\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 73,\n            \"TroubleSolution\": \"Reset Modem/Router\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 17,\n            \"uuid\": \"51eacfb2-4bab-48ca-b59e-92cebef40fde\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 74,\n            \"TroubleSolution\": \"Repair Customer Equipment\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 18,\n            \"uuid\": \"75463c51-da44-4214-b3ef-fcaa25f76612\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 129,\n            \"TroubleSolution\": \"Malware Removal\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 19,\n            \"uuid\": \"aee07ebf-db0e-4d87-a43d-1414bdcf40c7\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 130,\n            \"TroubleSolution\": \"Pc Diagnositics\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 20,\n            \"uuid\": \"01f64e7c-8095-4f23-b8de-7171f3a8ec52\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 131,\n            \"TroubleSolution\": \"Pc Parts Replacement\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 21,\n            \"uuid\": \"1faa6e26-2934-4794-9c67-3e5835450d26\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 132,\n            \"TroubleSolution\": \"Miscellaneous Pc Service\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 22,\n            \"uuid\": \"aeb6ad6f-853c-4054-83e2-e915ef184882\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 133,\n            \"TroubleSolution\": \"Reset Operating System\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        },\n        {\n            \"id\": 23,\n            \"uuid\": \"2988de1f-1aca-464e-b2e0-0e27d978a268\",\n            \"Updated\": \"2020-01-28T21:49:05Z\",\n            \"ClientId\": 127,\n            \"TroubleSolutionId\": 134,\n            \"TroubleSolution\": \"Reset Password\",\n            \"TroubleSolutionIsObsolete\": \"False\"\n        }\n    ]\n}"}],"_postman_id":"ded43fa9-9189-4099-a178-3dab137ecd9d"},{"name":"Update eLation Ticket","id":"8ca04385-5d23-4f64-8a33-47b973fdb195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ClientId\": 127,\r\n  \"TicketId\": 58975,\r\n  \"TroubleDescriptionId\": 740,\r\n  \"TroubleSeverityClassCode\": \"N\",\r\n  \"Notes\": \"testing closing\",\r\n  \"TroubleSolutionId\": 135,\r\n  \"TroubleCauseId\": 1179\r\n}"},"url":"{{url}}/externalAdmin/elation/ticket","description":"<p>Updates an eLation ticket inside of the appropriate eLation billing system</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>Client that eLation ticket is associated with</td>\n</tr>\n<tr>\n<td>TroubleDescriptionId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of trouble description that ticket is categorized under</td>\n</tr>\n<tr>\n<td>TroubleSeverityClassCode</td>\n<td>string</td>\n<td>required</td>\n<td>One of three values: O)ut Of Service, I)mpaired Service, N)ot Service Affecting</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>required</td>\n<td>User entered explanation of the problem</td>\n</tr>\n<tr>\n<td>TicketId</td>\n<td>number</td>\n<td>required</td>\n<td>eLation ticket ID to be updated</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","elation","ticket"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ca04385-5d23-4f64-8a33-47b973fdb195"}],"id":"a4107776-0bf4-4294-8935-7c840870549f","description":"<p>The eLation folder contains all the external admin routes that are specific to <a href=\"http://www.innovsys.com/innovsys/products/elation/\">Innovative Systems eLation</a> product</p>\n","event":[{"listen":"prerequest","script":{"id":"f59b4380-d854-4a9d-a1ff-04f64345a6bc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c989fed-a961-4033-b370-8279175501dd","type":"text/javascript","exec":[""]}}],"_postman_id":"a4107776-0bf4-4294-8935-7c840870549f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"VISP Account","item":[{"name":"Get Account Test","id":"13700100-b1b3-4f68-8fc1-0a61887064d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/externalAdmin/vispaccount/48906/test","description":"<p>Get CCC account information by id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","vispaccount","48906","test"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"526a042d-318e-4b30-912e-f7c309cebc98","name":"Get Account Test Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/externalAdmin/vispaccount/489060/test"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 21:05:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"VISP Account Test not found\"\n}"},{"id":"b83eca00-1d74-4efd-9ed0-cd43ccc293f1","name":"Get Account Test","originalRequest":{"method":"GET","header":[],"url":"{{url}}/externalAdmin/vispaccount/48906/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Fri, 16 Oct 2020 20:52:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"219840"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Account Test found\",\n    \"data\": {\n        \"info\": [\n            {\n                \"name\": \"Account ID\",\n                \"value\": 48906\n            },\n            {\n                \"name\": \"Status\",\n                \"value\": \"Active\"\n            }\n        ],\n        \"services\": [\n            {\n                \"description\": \"CCC\",\n                \"usoc\": \"ccc\",\n                \"components\": [\n                    {\n                        \"description\": \"Customer Care Center with API Account Management\",\n                        \"name\": \"ccc\",\n                        \"features\": [],\n                        \"children\": [],\n                        \"provisioning\": []\n                    }\n                ]\n            }\n        ],\n        \"tickets\": [\n            {\n                \"ticket_id\": 1259,\n                \"ticket_opened\": 1421358631,\n                \"ticket_closed\": 1421360145,\n                \"ticket_updated\": 1421360145,\n                \"ticket_open_admin_id\": 6,\n                \"ticket_open_admin_name\": \"John Doe\",\n                \"ticket_close_admin_id\": 6,\n                \"ticket_close_admin_name\": \"John Doe\",\n                \"ticketcategory_id\": 1,\n                \"ticketsubcategory_id\": 1,\n                \"ticket_subject\": \"Newsletter Email List.\",\n                \"ticketstatus_id\": 3,\n                \"ticketimportance_id\": 1,\n                \"ticket_entity\": \"test@test.net\",\n                \"isp_id\": 7,\n                \"accounttest_id\": 1215,\n                \"ticket_assigned\": 1,\n                \"account_id\": 48906\n            }\n        ],\n        \"history\": [\n            {\n                \"transaction_id\": \"f75c20fd53fc650c4b04bbb50ff619e64f2293d7\",\n                \"admin_username\": \"testUser\",\n                \"admin_name\": \"Test User\",\n                \"change_description\": \"Removed component 'ccc' from USOC 'ccc'\\nAdded component 'ccc' to USOC 'ccc'\\nSet component feature for USOC 'addtl' COMPONENT 'mail' FEATURE 'password' from 'test' to 'test1'\\n\",\n                \"occurred\": 1592247184,\n                \"reversible\": 1,\n                \"rollback_action\": 0,\n                \"rolled_back\": 0\n            }\n        ],\n        \"issues\": []\n    }\n}"}],"_postman_id":"13700100-b1b3-4f68-8fc1-0a61887064d4"}],"id":"98f099ab-737c-4c1b-99b4-e0f6325a1123","_postman_id":"98f099ab-737c-4c1b-99b4-e0f6325a1123","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Retrieve All External Admin","id":"e6db64b5-3e90-4dd6-9748-8e4ae75066c7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/externalAdmin","description":"<p>Retrieves all Subscriber information from the appropriate external admin. A search query of at least Client ID is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"02e8836b-b9d4-4350-8f89-c5ac0e7d38f2","name":"Retrieve All External Admin with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/externalAdmin?phonenumber=6055555555&clientid=402","host":["{{url}}"],"path":["externalAdmin"],"query":[{"key":"phonenumber","value":"6055555555"},{"key":"clientid","value":"402"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"693","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 16:31:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ARR/3.0","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"External Admin subscribers retrieved\",\n    \"data\": [\n        {\n            \"ClientId\": 402,\n            \"ExternalId\": 55555,\n            \"Status\": \"Active\",\n            \"CompanyName\": \"ABC Telecom\",\n            \"AlternateEmail\": \"office@abctel.com\",\n            \"Address\": \"123 1st street\",\n            \"City\": \"Rapid City\",\n            \"State\": \"SD\",\n            \"ZipCode\": \"57702\",\n            \"PhoneNumber\": \"605-555-55555\",\n            \"Username\": \"mainemail\",\n            \"Domain\": \"abctel.net\"\n        },\n        {\n            \"ClientId\": 402,\n            \"ExternalId\": 55555,\n            \"Status\": \"Active\",\n            \"CompanyName\": \"ABC Telecom\",\n            \"AlternateEmail\": \"office@abctel.com\",\n            \"Address\": \"123 1st street\",\n            \"City\": \"Rapid City\",\n            \"State\": \"SD\",\n            \"ZipCode\": \"57702\",\n            \"PhoneNumber\": \"605-555-55555\",\n            \"Username\": \"extraemail\",\n            \"Domain\": \"abctel.net\"\n        }\n    ]\n}"},{"id":"5f654ae0-4d3b-4bde-aa9f-e69b5b4a56f4","name":"Retrieve All External Admin Search Query Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/externalAdmin"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 19:47:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"Missing required field\" : \"ClientId\"\r\n    }\r\n}"}],"_postman_id":"e6db64b5-3e90-4dd6-9748-8e4ae75066c7"},{"name":"Retrieve External Admin by ID","id":"3b758318-39fe-4515-afca-13641de38fb8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/externalAdmin/6933","description":"<p>Retrieves the sepecified External Admin record</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["externalAdmin","6933"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0582988f-f38e-4602-b5ab-73e5daa3093e","name":"Retrieve External Admin by ID Invalid","originalRequest":{"method":"GET","header":[],"url":"{{url}}/externalAdmin/146564"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:39:06 GMT"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"External Admin not found\"\n}"},{"id":"9b34660d-ebc7-411c-a23f-e1f7ec94b199","name":"Retrieve External Admin by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/externalAdmin/19817"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:36:31 GMT"},{"key":"Content-Length","value":"478"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 19817,\n    \"ExternalId\": null,\n    \"Username\": \"pfry\",\n    \"FirstName\": \"phillip\",\n    \"LastName\": \"fry\",\n    \"PhoneNumber\": \"5555555555\",\n    \"Package\": \"10GB/10GB\",\n    \"IpAddress\": \"DHCP\",\n    \"ConnectDate\": \"07/14/2009\",\n    \"Exchange\": \"South Dakota\",\n    \"Equipment\": \"DSL\",\n    \"ModifiedDate\": \"02/01/2016\",\n    \"Modem\": \"DSL MODEMS\",\n    \"MacAddress\": \"0004edee0f88\",\n    \"ClientId\": 589,\n    \"Address\": \"123 1st ave\",\n    \"City\": \"rapid city\",\n    \"State\": \"SD\",\n    \"ZipCode\": 57701,\n    \"AlternateEmail\": null,\n    \"Domain\": \"express.net\"\n}"}],"_postman_id":"3b758318-39fe-4515-afca-13641de38fb8"}],"id":"50773d1c-c97e-4051-b765-421354874143","description":"<p>External Admin returns subscriber data that is located on an external client admin.</p>\n","event":[{"listen":"prerequest","script":{"id":"ac1bb180-5d08-4b66-a571-7c218855659a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a84372b4-4812-44cd-b667-5a768b4c24ed","type":"text/javascript","exec":[""]}}],"_postman_id":"50773d1c-c97e-4051-b765-421354874143","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"File Storages","item":[{"name":"Retrieve All File Storages","id":"eb343a62-f3a4-467d-bdf1-ade9a1ac8a11","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/fileStorages","description":"<p>Retrieves all File Storages</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["fileStorages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"601a059e-0049-4803-b118-f7624b4a3da3","name":"Retrieve All File Storages with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/fileStorages?filetype=jpg","host":["{{url}}"],"path":["fileStorages"],"query":[{"key":"filetype","value":"jpg"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"39355","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 20:29:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 1001,\n            \"FileDescriptor\": \"VisionNet 707 - Top\",\n            \"FileType\": \"JPG\"\n        },\n        {\n            \"id\": 1002,\n            \"FileDescriptor\": \"VisionNet 707 - Back\",\n            \"FileType\": \"JPG\"\n        },\n        {\n            \"id\": 3363,\n            \"FileDescriptor\": \"Calix 844\",\n            \"FileType\": \"JPG\"\n        }\n    ]\n}"},{"id":"917a9c92-7d7d-4e29-9dfd-4e3f6e4e1440","name":"Retrieve All File Storages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/fileStorages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"155443","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 20:24:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 1001,\n            \"FileDescriptor\": \"VisionNet 707 - Top\",\n            \"FileType\": \"JPG\"\n        },\n        {\n            \"id\": 1002,\n            \"FileDescriptor\": \"VisionNet 707 - Back\",\n            \"FileType\": \"JPG\"\n        },\n        {\n            \"id\": 3246,\n            \"FileDescriptor\": \"Webmail Error.pdf\",\n            \"FileType\": \"PDF\"\n        },\n        {\n            \"id\": 3247,\n            \"FileDescriptor\": \"Mail Restoration.pdf\",\n            \"FileType\": \"PDF\"\n        },\n        {\n            \"id\": 3248,\n            \"FileDescriptor\": \"COMPASS OVERVIEW.pdf\",\n            \"FileType\": \"PDF\"\n        },\n        {\n            \"id\": 3363,\n            \"FileDescriptor\": \"Calix 844\",\n            \"FileType\": \"JPG\"\n        }\n    ]\n}"},{"id":"f4945ea3-fd5b-4745-8dfd-97b6e3e6cb74","name":"Retrieve All File Storages with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/fileStorages?filetype=jpeg","host":["{{url}}"],"path":["fileStorages"],"query":[{"key":"filetype","value":"jpeg"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 20:33:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"File Storage not found\"\r\n}"}],"_postman_id":"eb343a62-f3a4-467d-bdf1-ade9a1ac8a11"},{"name":"Retrieve File Storage by ID","id":"9d062b0a-a4bd-4db5-bcea-edc805f35334","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/fileStorages/3363","description":"<p>Returns the specified File Storage with the correct content-disposition and content-type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["fileStorages","3363"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"08c230cd-c78d-4fb2-8ceb-e6a6af2a6999","name":"Retrieve File Storage by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/fileStorages/33631"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 20:53:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"File Storage not found\"\r\n}"},{"id":"ce744399-704f-4525-a912-9e9f47d00690","name":"Retrieve File Storage by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/fileStorages/3363"},"status":"OK","code":200,"_postman_previewlanguage":"image","header":[{"key":"Content-Disposition","value":"inline; filename=\"Calix 844.jpg\"","name":"Content-Disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Length","value":"4","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"image/jpg","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 20:52:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"\u0000\u0000\u0000\u0000"}],"_postman_id":"9d062b0a-a4bd-4db5-bcea-edc805f35334"},{"name":"Retrieve File Storage by ID with Token","id":"a9f1f4f7-3d77-4b5b-ab4c-0d9babd19563","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/filestorages/3363?token={{token}}","description":"<p>Retrieves the specified file storage with the correct content-disposition and content-type. Placing the token as a URL parameter instead of in an authorization header allows for better integration for web applications</p>\n","urlObject":{"path":["filestorages","3363"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"2842ad91-4c14-48fb-a9f5-51f9d0cd0f83","name":"Retrieve File Storage by ID with Token","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/filestorages/3363?token={{token}}","host":["{{url}}"],"path":["filestorages","3363"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"image","header":[{"key":"Content-Disposition","value":"inline; filename=\"Calix 844.jpg\"","name":"Content-Disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Length","value":"4","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"image/jpg","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 21:04:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"\u0000\u0000\u0000\u0000"},{"id":"d92b20a3-9cfc-45b8-8e24-098206fc8b7b","name":"Retrieve File Storage by ID with Token Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/filestorages/3364?token={{token}}","host":["{{url}}"],"path":["filestorages","3364"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 01 May 2018 21:04:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"File Storage not found\"\r\n}"}],"_postman_id":"a9f1f4f7-3d77-4b5b-ab4c-0d9babd19563"}],"id":"3ab26f23-6fed-4804-9c4b-05bf066ecc92","description":"<p>File Storages contains base 64 encoded file data of images, documents, and other files that are associated with device or client information. When a File Storage is requested by ID, the response will only contain the file data with the correct content disposition.</p>\n","event":[{"listen":"prerequest","script":{"id":"00bf2806-2a19-4d29-8867-36757e5fb0b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4b96979d-8e8f-4500-861a-6561b31cb55b","type":"text/javascript","exec":[""]}}],"_postman_id":"3ab26f23-6fed-4804-9c4b-05bf066ecc92","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Messages","item":[{"name":"Create Message","id":"bd18bf0f-853f-40c3-80de-5c6d046f97a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ParentMessageId\": 103,\r\n  \"ClientId\": 37,\r\n  \"MessageClassId\": 4,\r\n  \"Message\": \"Tech missed troubleshooting\",\r\n  \"AdministratorMessage\": \"Supervisor spoke with tech\",\r\n  \"Header\": \"Missed T/S\",\r\n  \"Etr\": \"2020-08-04T00:00:00.000Z\",\r\n  \"IsScheduled\": 0,\r\n  \"MessageReasonId\": 8,\r\n  \"AssignToUserId\": 736,\r\n  \"TicketId\": null,\r\n  \"SpokeTo\": \"Peggy\"\r\n}"},"url":"{{url}}/messages","description":"<p>Creates a new Message based on the data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ParentMessageId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of parent message this message is associated with</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>number</td>\n<td>required</td>\n<td>User ID of user that created the message</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>Client that this message is associated with</td>\n</tr>\n<tr>\n<td>MessageClassId</td>\n<td>number</td>\n<td>required</td>\n<td>Message Class of the current message</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>string</td>\n<td>required</td>\n<td>Display text of message</td>\n</tr>\n<tr>\n<td>AdministratorMessage</td>\n<td>string</td>\n<td>optional</td>\n<td>Display text of message only visible to administrators</td>\n</tr>\n<tr>\n<td>Header</td>\n<td>string</td>\n<td>required</td>\n<td>Title of the message</td>\n</tr>\n<tr>\n<td>Etr</td>\n<td>string</td>\n<td>optional</td>\n<td>Date that issue will be resolved for messages relating to outages</td>\n</tr>\n<tr>\n<td>IsScheduled</td>\n<td>boolean</td>\n<td>required</td>\n<td>If the issue associated with the message was scheduled or not</td>\n</tr>\n<tr>\n<td>MessageReasonId</td>\n<td>number</td>\n<td>optional</td>\n<td>Reason ID of the current message</td>\n</tr>\n<tr>\n<td>AssignToUserId</td>\n<td>number</td>\n<td>optional</td>\n<td>User ID that current message is assigned to</td>\n</tr>\n<tr>\n<td>TicketId</td>\n<td>number</td>\n<td>optional</td>\n<td>Ticket ID that current message is associated with</td>\n</tr>\n<tr>\n<td>SpokeTo</td>\n<td>string</td>\n<td>optional</td>\n<td>Customer name that tech spoke to for this associated message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1fa8ba4d-60a6-49af-b116-9be94ba1898d","name":"Create Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ParentMessageId\": null,\r\n  \"UserId\": 888,\r\n  \"ClientId\": 402,\r\n  \"MessageClassId\": 4,\r\n  \"Message\": \"Tech missed troubleshooting\",\r\n  \"AdministratorMessage\": \"Supervisor spoke with tech\",\r\n  \"Header\": \"Missed T/S\",\r\n  \"Etr\": null,\r\n  \"IsScheduled\": 0,\r\n  \"MessageReasonId\": 8,\r\n  \"AssignToUserId\": 736,\r\n  \"TicketId\": 265156,\r\n  \"SpokeTo\": \"Peggy\"\r\n}"},"url":"{{url}}/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"70","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:20:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New Message was created\",\n    \"data\": {\n        \"id\": 31072\n    }\n}"},{"id":"d50ae092-4c1b-4ba1-b896-17581dcfbe31","name":"Create Message Invalid: Bad Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"ParentMessageId\": null,\r\n  \"UserId\": null,\r\n  \"ClientId\": 402,\r\n  \"MessageClassId\": 4,\r\n  \"Message\": \"Tech missed troubleshooting\",\r\n  \"AdministratorMessage\": \"Supervisor spoke with tech\",\r\n  \"Header\": \"Missed T/S\",\r\n  \"Etr\": null,\r\n  \"IsScheduled\": 0,\r\n  \"MessageReasonId\": 8,\r\n  \"AssignToUserId\": 736,\r\n  \"TicketId\": 265156,\r\n  \"SpokeTo\": \"Peggy\"\r\n}"},"url":"{{url}}/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"68","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:24:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"UserId\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"bd18bf0f-853f-40c3-80de-5c6d046f97a7"},{"name":"Retrieve All Messages","id":"8b5f0493-9f47-4294-8325-e92685e7c8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/messages?clientid=402","description":"<p>Retrieves all Messages, query parameters are required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messages"],"host":["{{url}}"],"query":[{"key":"clientid","value":"402"}],"variable":[]}},"response":[{"id":"344aeb7d-4555-48fc-85d5-01fb668d3e63","name":"Retrieve All Messages with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messages?clientid=402","host":["{{url}}"],"path":["messages"],"query":[{"key":"clientid","value":"402"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"461","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:46:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Messages retrieved\",\r\n    \"data\": [\r\n        {\r\n            \"id\" : 31072,\r\n            \"ParentMessageId\" : null,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-02 10:20:00\",\r\n            \"UserId\" : 888,\r\n            \"ClientId\" : 402,\r\n            \"MessageClassId\" : 4,\r\n            \"Message\" : \"Tech missed troubleshooting\",\r\n            \"AdministratorMessage\" : \"Supervisor spoke with tech\",\r\n            \"Header\" : \"Missed T\\/S\",\r\n            \"Etr\" : null,\r\n            \"DateAdded\" : \"2018-05-02 10:20:00\",\r\n            \"DateRemoved\" : null,\r\n            \"IsScheduled\" : 0,\r\n            \"MessageReasonId\" : 8,\r\n            \"AssignToUserId\" : 736,\r\n            \"TicketId\" : 265156,\r\n            \"SpokeTo\" : \"Peggy\"\r\n        }\r\n    ]\r\n}"},{"id":"55e0e63b-5948-42ca-bd3a-160f5c3fc712","name":"Retrieve All Messages with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messages?clientid=403","host":["{{url}}"],"path":["messages"],"query":[{"key":"clientid","value":"403"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:49:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message not found\"\r\n}"},{"id":"79ed4abd-d8e4-4b4c-9b61-74432ca8a95a","name":"Retrieve All Messages Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messages"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:46:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"}],"_postman_id":"8b5f0493-9f47-4294-8325-e92685e7c8b5"},{"name":"Retrieve Message by ID","id":"a164fe37-2f2b-4a90-ae6b-e3e2e1b132e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/messages/31072","description":"<p>Retrieves the specified Message</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messages","31072"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b9931c91-c139-4926-87e8-9478c1ae608a","name":"Retrieve Message by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messages/31072"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"460","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:50:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Message retrieved\",\n    \"data\": {\n        \"id\": 31072,\n        \"ParentMessageId\": null,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-02 10:20:00\",\n        \"UserId\": 888,\n        \"ClientId\": 402,\n        \"MessageClassId\": 4,\n        \"Message\": \"Tech missed troubleshooting\",\n        \"AdministratorMessage\": \"Supervisor spoke with tech\",\n        \"Header\": \"Missed T/S\",\n        \"Etr\": null,\n        \"DateAdded\": \"2018-05-02 10:20:00\",\n        \"DateRemoved\": null,\n        \"IsScheduled\": 0,\n        \"MessageReasonId\": 8,\n        \"AssignToUserId\": 736,\n        \"TicketId\": 265156,\n        \"SpokeTo\": \"Peggy\"\n    }\n}"},{"id":"f7c8e5c3-f694-457a-8067-d189d34ba356","name":"Retrieve Message by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messages/31073"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:51:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message not found\"\r\n}"}],"_postman_id":"a164fe37-2f2b-4a90-ae6b-e3e2e1b132e4"},{"name":"Update Message","id":"9e5bf0d5-b3a3-4af4-94fa-780c6ffc4c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ParentMessageId\": null,\r\n  \"UserId\": 888,\r\n  \"ClientId\": 402,\r\n  \"MessageClassId\": 4,\r\n  \"Message\": \"Tech missed troubleshooting\",\r\n  \"AdministratorMessage\": \"Supervisor spoke with tech\",\r\n  \"Header\": \"Missed T/S\",\r\n  \"Etr\": null,\r\n  \"IsScheduled\": 0,\r\n  \"MessageReasonId\": 8,\r\n  \"AssignToUserId\": 736,\r\n  \"TicketId\": 265156,\r\n  \"SpokeTo\": \"Hank\"\r\n}"},"url":"{{url}}/messages/31072","description":"<p>Updates a Message based on the data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ParentMessageId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of parent message this message is associated with</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>number</td>\n<td>required</td>\n<td>User ID of user that created the message</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>Client that this message is associated with</td>\n</tr>\n<tr>\n<td>MessageClassId</td>\n<td>number</td>\n<td>required</td>\n<td>Message Class of the current message</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>string</td>\n<td>required</td>\n<td>Display text of message</td>\n</tr>\n<tr>\n<td>AdministratorMessage</td>\n<td>string</td>\n<td>optional</td>\n<td>Display text of message only visible to administrators</td>\n</tr>\n<tr>\n<td>Header</td>\n<td>string</td>\n<td>required</td>\n<td>Title of the message</td>\n</tr>\n<tr>\n<td>Etr</td>\n<td>string</td>\n<td>optional</td>\n<td>Date that issue will be resolved for messages relating to outages</td>\n</tr>\n<tr>\n<td>IsScheduled</td>\n<td>boolean</td>\n<td>required</td>\n<td>If the issue associated with the message was scheduled or not</td>\n</tr>\n<tr>\n<td>MessageReasonId</td>\n<td>number</td>\n<td>optional</td>\n<td>Reason ID of the current message</td>\n</tr>\n<tr>\n<td>AssignToUserId</td>\n<td>number</td>\n<td>optional</td>\n<td>User ID that current message is assigned to</td>\n</tr>\n<tr>\n<td>TicketId</td>\n<td>number</td>\n<td>optional</td>\n<td>Ticket ID that current message is associated with</td>\n</tr>\n<tr>\n<td>SpokeTo</td>\n<td>string</td>\n<td>optional</td>\n<td>Customer name that tech spoke to for this associated message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messages","31072"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"00fc945f-d1dc-4f79-83d5-90205e371808","name":"Update Message","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"ParentMessageId\": null,\r\n  \"UserId\": 888,\r\n  \"ClientId\": 402,\r\n  \"MessageClassId\": 4,\r\n  \"Message\": \"Tech missed troubleshooting\",\r\n  \"AdministratorMessage\": \"Supervisor spoke with tech\",\r\n  \"Header\": \"Missed T/S\",\r\n  \"Etr\": null,\r\n  \"IsScheduled\": 0,\r\n  \"MessageReasonId\": 8,\r\n  \"AssignToUserId\": 736,\r\n  \"TicketId\": 265156,\r\n  \"SpokeTo\": \"Hank\"\r\n}"},"url":"{{url}}/messages/31072"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"461","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:54:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Message was updated\",\n    \"data\": {\n        \"id\": 31072,\n        \"ParentMessageId\": null,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-02 10:54:00\",\n        \"UserId\": 888,\n        \"ClientId\": 402,\n        \"MessageClassId\": 4,\n        \"Message\": \"Tech missed troubleshooting\",\n        \"AdministratorMessage\": \"Supervisor spoke with tech\",\n        \"Header\": \"Missed T/S\",\n        \"Etr\": null,\n        \"DateAdded\": \"2018-05-02 10:20:00\",\n        \"DateRemoved\": null,\n        \"IsScheduled\": 0,\n        \"MessageReasonId\": 8,\n        \"AssignToUserId\": 736,\n        \"TicketId\": 265156,\n        \"SpokeTo\": \"Hank\"\n    }\n}"},{"id":"74a23df3-3ee6-4e37-9f25-91a90223becf","name":"Update Message Invalid: Bad Parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"ParentMessageId\": null,\r\n  \"UserId\": 888,\r\n  \"ClientId\": null,\r\n  \"MessageClassId\": 4,\r\n  \"Message\": \"Tech missed troubleshooting\",\r\n  \"AdministratorMessage\": \"Supervisor spoke with tech\",\r\n  \"Header\": \"Missed T/S\",\r\n  \"Etr\": null,\r\n  \"IsScheduled\": 0,\r\n  \"MessageReasonId\": 8,\r\n  \"AssignToUserId\": 736,\r\n  \"TicketId\": 265156,\r\n  \"SpokeTo\": \"Hank\"\r\n}"},"url":"{{url}}/messages/31072"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"70","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:55:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"ClientId\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"9e5bf0d5-b3a3-4af4-94fa-780c6ffc4c91"},{"name":"Remove Message","id":"de58478f-782f-4e3f-8abb-ec801cda63c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messages/31072","description":"<p>Removes the specified Message</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messages","31072"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1967da44-d374-4d94-80f6-998582f62ca2","name":"Remove Message","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messages/31072"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"44","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:56:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Message was removed\"\r\n}"},{"id":"38974bc5-6351-45d7-8732-07cf33bcf5e7","name":"Remove Message Invalid: Entity Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messages/31073"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:57:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message not found\"\r\n}"}],"_postman_id":"de58478f-782f-4e3f-8abb-ec801cda63c3"}],"id":"39f1fc9f-b2da-40c7-b70b-0071d969375c","description":"<p>Messages are used to store information such as whiteboards, outage messages, and training logs.</p>\n","event":[{"listen":"prerequest","script":{"id":"1a928ca7-0404-4b47-bd37-e1cfe3283351","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ff74910-9a8c-4e36-8479-11816e9b54ec","type":"text/javascript","exec":[""]}}],"_postman_id":"39f1fc9f-b2da-40c7-b70b-0071d969375c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Message Class","item":[{"name":"Retrieve All Message Classes","id":"f141390d-7506-4bec-b802-6c1629fb511e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageClass","description":"<p>Retrieves all Message Classes</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messageClass"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b7d65ef-e30e-4de8-8533-3b8ce19d4526","name":"Retrieve All Message Classes","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messageClass"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"471","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 16:59:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Message Class retrieved\",\r\n    \"data\": [\r\n        {\r\n            \"id\" : 1,\r\n            \"MessageClass\" : \"Whiteboard\",\r\n            \"IsVisible\" : 1\r\n        },\r\n        {\r\n            \"id\" : 2,\r\n            \"MessageClass\" : \"Outage\",\r\n            \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"604f0527-0499-4683-b548-64d005d734a3","name":"Retrieve All Message Classes with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messageClass?messageclass=Whiteboard","host":["{{url}}"],"path":["messageClass"],"query":[{"key":"messageclass","value":"Whiteboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"108","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 17:11:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Message Class retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 1,\r\n            \"MessageClass\" : \"Whiteboard\",\r\n            \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"e391eaa9-c2c5-4db4-83e5-db1bbde63cb1","name":"Retrieve All Message Classes with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messageClass?isvisible=0","host":["{{url}}"],"path":["messageClass"],"query":[{"key":"isvisible","value":"0"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 17:13:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message Class not found\"\r\n}"}],"_postman_id":"f141390d-7506-4bec-b802-6c1629fb511e"},{"name":"Retrieve Message Class by ID","id":"7c533ef1-7aec-4436-8a93-e7f3881d5d9d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageClass/128","description":"<p>Retrieves the specified Message Class</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messageClass","128"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"463edc6c-c597-4e04-9674-689112236f92","name":"Retrieve Message Class by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messageClass/129"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 17:16:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message Class not found\"\r\n}"},{"id":"c9f63b87-117a-4677-8705-3d204c9bebdb","name":"Retrieve Message Class by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageClass/128"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"114","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 17:15:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Message Class retrieved\",\n    \"data\": {\n        \"id\": 128,\n        \"MessageClass\": \"System Upgrade\",\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"7c533ef1-7aec-4436-8a93-e7f3881d5d9d"}],"id":"c14f02d0-b474-4b2a-9984-06d36107d855","description":"<p>Message Class is for the various types of messages that are associated with a specific Message.</p>\n","event":[{"listen":"prerequest","script":{"id":"625125b2-c9f1-47ff-9603-155894e39857","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2667ef8b-0c85-4564-8bde-b6c0e9d879c0","type":"text/javascript","exec":[""]}}],"_postman_id":"c14f02d0-b474-4b2a-9984-06d36107d855","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Message Class Reasons","item":[{"name":"Retrieve All Message Class Reasons","id":"3ccaf225-6138-4475-865e-fadab0cf6a64","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageClassReasons","description":"<p>Retrieves all Message Class Reason associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messageClassReasons"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"01413b06-c957-4207-a05c-07f0e338b4fb","name":"Retrieve All Message Class Reasons","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messageClassReasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1096","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 20:29:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Message Class Reasons retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 1,\r\n            \"MessageClassId\" : 1,\r\n            \"MessageReasonId\" : 1\r\n        },\r\n        {\r\n            \"id\" : 2,\r\n            \"MessageClassId\" : 2,\r\n            \"MessageReasonId\" : 2\r\n        },\r\n        {\r\n            \"id\" : 3,\r\n            \"MessageClassId\" : 3,\r\n            \"MessageReasonId\" : 3\r\n        }\r\n    ]\r\n}"},{"id":"7b9b627c-8243-43c3-8d91-b99948b4e3df","name":"Retrieve All Message Class Reasons with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messageClassReasons?messagereasonid=2","host":["{{url}}"],"path":["messageClassReasons"],"query":[{"key":"messagereasonid","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"163","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 20:31:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Message Class Reasons retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 2,\r\n            \"MessageClassId\" : 2,\r\n            \"MessageReasonId\" : 2\r\n        },\r\n        {\r\n            \"id\" : 142,\r\n            \"MessageClassId\" : 8,\r\n            \"MessageReasonId\" : 2\r\n        }\r\n    ]\r\n}"},{"id":"e2cbc225-75d5-479e-b770-2e4996a5cc95","name":"Retrieve All Message Class Reasons with Search Query Invalid : Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messageClassReasons?messagereasonid=42","host":["{{url}}"],"path":["messageClassReasons"],"query":[{"key":"messagereasonid","value":"42"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"56","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 20:31:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message Class Reason not found\"\r\n}"}],"_postman_id":"3ccaf225-6138-4475-865e-fadab0cf6a64"},{"name":"Retrieve Message Class Reason by ID","id":"b26ce9de-9ba2-457c-beb2-a45397d8b937","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageClassReasons/142","description":"<p>Retrieves the specified Message Class Reason association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messageClassReasons","142"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a251468c-1a5f-408d-86ad-4767a7657713","name":"Retrieve Message Class Reason by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messageClassReasons/143"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"56","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 20:35:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message Class Reason not found\"\r\n}"},{"id":"b9f1b5b3-d59f-41c7-a332-8a09e385250c","name":"Retrieve Message Class Reason by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageClassReasons/142"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"114","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 02 May 2018 20:34:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Message Class Reason retrieved\",\n    \"data\": {\n        \"id\": 142,\n        \"MessageClassId\": 8,\n        \"MessageReasonId\": 2\n    }\n}"}],"_postman_id":"b26ce9de-9ba2-457c-beb2-a45397d8b937"}],"id":"2ecad91f-f952-4dcd-a503-e12c5776e9bb","description":"<p>Message Class Reasons creates an association between Message Classes and Message Reasons.</p>\n","event":[{"listen":"prerequest","script":{"id":"6ff17a01-8202-43e8-9035-378adbd9a02b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef5e6d65-3b15-479e-b14e-22b547869c4d","type":"text/javascript","exec":[""]}}],"_postman_id":"2ecad91f-f952-4dcd-a503-e12c5776e9bb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Message Reasons","item":[{"name":"Retrieve All Message Reasons","id":"47f03df6-c884-4890-b5b9-57ce069a7203","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageReasons","description":"<p>Retrieves all Message Reasons</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messageReasons"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"68b7e270-6abe-496d-8d01-4377948787ae","name":"Retrieve All Message Reasons with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messageReasons?messagereason=maintenance","host":["{{url}}"],"path":["messageReasons"],"query":[{"key":"messagereason","value":"maintenance"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"100","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:41:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Message Reasons retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 141,\r\n            \"MessageReason\" : \"Maintenance\"\r\n        }\r\n    ]\r\n}"},{"id":"9848a164-4a7e-49de-ac0a-baa7e1acf949","name":"Retrieve All Message Reasons with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/messageReasons?messagereason=test","host":["{{url}}"],"path":["messageReasons"],"query":[{"key":"messagereason","value":"test"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:41:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message Reason not found\"\r\n}"},{"id":"d07366bb-3ce9-41a3-ab9c-c8529fd53874","name":"Retrieve All Message Reasons","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/messageReasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"922","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:37:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Message Reasons retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"MessageReason\": \"Whiteboard\"\n        },\n        {\n            \"id\": 2,\n            \"MessageReason\": \"Outage\"\n        },\n        {\n            \"id\": 3,\n            \"MessageReason\": \"Praise\"\n        },\n        {\n            \"id\": 4,\n            \"MessageReason\": \"Training\"\n        },\n        {\n            \"id\": 141,\n            \"MessageReason\": \"Maintenance\"\n        }\n    ]\n}"}],"_postman_id":"47f03df6-c884-4890-b5b9-57ce069a7203"},{"name":"Retrieve Message Reason by ID","id":"08bcfa80-8023-4d1a-8880-3d81d2a5a098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/messageReasons/141","description":"<p>Retrieves the specified Message Reason</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["messageReasons","141"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9f2fb18a-bd0c-40f2-8187-1b918d9f2981","name":"Retrieve Message Reason by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messageReasons/141"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"99","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:42:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Message Reason retrieved\",\n    \"data\": {\n        \"id\": 141,\n        \"MessageReason\": \"Maintenance\"\n    }\n}"},{"id":"e64063cd-17c0-47a9-ab8c-41670325448c","name":"Retrieve Message Reason by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/messageReasons/142"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:42:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Message Reason not found\"\r\n}"}],"_postman_id":"08bcfa80-8023-4d1a-8880-3d81d2a5a098"}],"id":"5b4f1b57-d2ee-4a48-81cb-4e0ff82605a3","description":"<p>Messaqge Reasons is another category associated with a Message that is normally used for praise logs and training logs.</p>\n","event":[{"listen":"prerequest","script":{"id":"c896888c-191a-4d92-b0b7-d7144c3ba5dc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e8290d43-2d1a-4f7e-aed0-e48cdc89eea5","type":"text/javascript","exec":[""]}}],"_postman_id":"5b4f1b57-d2ee-4a48-81cb-4e0ff82605a3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Modems","item":[{"name":"Retrieve All Modems","id":"5ef45c44-5d1d-4d34-8de1-832e72f3a603","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modems","description":"<p>Retrieves all Modems</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["modems"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"037a78a4-96c0-42ba-8138-651e42c97ebe","name":"Retrieve All Modems","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"61677","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:50:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modems retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyDate\": \"2008-01-01 00:00:00\",\n            \"ModifyUserId\": 1,\n            \"Brand\": \"Unknown\",\n            \"Model\": \"Unknown\",\n            \"Firmware\": \"Unknown\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 100,\n            \"ModifyDate\": \"2008-08-06 16:46:00\",\n            \"ModifyUserId\": 105,\n            \"Brand\": \"DSL Westell\",\n            \"Model\": \"LiteLine 6000\",\n            \"Firmware\": \"Unknown\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 106,\n            \"ModifyDate\": \"2008-08-06 16:46:00\",\n            \"ModifyUserId\": 105,\n            \"Brand\": \"DSL Westell\",\n            \"Model\": \"LiteLine 6100\",\n            \"Firmware\": \"Unknown\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 107,\n            \"ModifyDate\": \"2008-07-24 19:00:00\",\n            \"ModifyUserId\": 153,\n            \"Brand\": \"DSL Zhone\",\n            \"Model\": \"6211\",\n            \"Firmware\": \"3.00.44\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 108,\n            \"ModifyDate\": \"2008-07-24 18:52:00\",\n            \"ModifyUserId\": 153,\n            \"Brand\": \"DSL Zhone\",\n            \"Model\": \"6218\",\n            \"Firmware\": \"3.00.44\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 652,\n            \"ModifyDate\": \"2018-05-03 08:50:00\",\n            \"ModifyUserId\": 888,\n            \"Brand\": \"DSL Zhone\",\n            \"Model\": \"6728\",\n            \"Firmware\": \"N/A\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"6d796641-b4d5-46a4-9ea5-10c99c248b9e","name":"Retrieve All Modems with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/modems?model=6728&isvisible=0","host":["{{url}}"],"path":["modems"],"query":[{"key":"model","value":"6728"},{"key":"isvisible","value":"0"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:52:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Modem not found\"\r\n}"},{"id":"bb97ce30-5981-4386-812a-8bdb1420b15f","name":"Retrieve All Modems with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/modems?model=6728","host":["{{url}}"],"path":["modems"],"query":[{"key":"model","value":"6728"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"974","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:52:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modems retrieved\",\n    \"data\": [\n        {\n            \"id\": 652,\n            \"ModifyDate\": \"2018-05-03 08:50:00\",\n            \"ModifyUserId\": 888,\n            \"Brand\": \"DSL Zhone\",\n            \"Model\": \"6728\",\n            \"Firmware\": \"N/A\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"5ef45c44-5d1d-4d34-8de1-832e72f3a603"},{"name":"Retrieve Modem by ID","id":"6caa89c0-c701-4706-8459-79051096749e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modems/652","description":"<p>Retrieves the specified Modem</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["modems","652"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"32c83bed-5848-4c90-b5e1-22746349dc32","name":"Retrieve Modem by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modems/652"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"181","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:53:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem retrieved\",\n    \"data\": {\n        \"id\": 652,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 08:50:00\",\n        \"Brand\": \"DSL Zhone\",\n        \"Model\": \"6728\",\n        \"Firmware\": \"N/A\",\n        \"IsVisible\": 1\n    }\n}"},{"id":"e19316e0-8d82-4749-b854-86112a3da835","name":"Retrieve Modem by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/modems/653"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 14:54:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Modem not found\"\r\n}"}],"_postman_id":"6caa89c0-c701-4706-8459-79051096749e"}],"id":"2db6b302-d00d-48ff-9872-93b820153995","description":"<p>Modems contains information such as brand and model for a specific Modem.</p>\n","event":[{"listen":"prerequest","script":{"id":"88ef3b3f-f517-40d4-ba17-aa273ed9d7be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f3e69bcd-3b1d-45f0-8c30-b2c934def0ad","type":"text/javascript","exec":[""]}}],"_postman_id":"2db6b302-d00d-48ff-9872-93b820153995","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Modem File Storages","item":[{"name":"Retrieve All Modem File Storages","id":"5b7c84a2-33da-425f-8c69-7faf0effecfb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemFileStorages","description":"<p>Retrieves all Modem File Storage associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["modemFileStorages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"909c64e3-f817-4d5c-be72-ded63fa2b00a","name":"Retrieve All Modem File Storages with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/modemFileStorages?modemid=1221","host":["{{url}}"],"path":["modemFileStorages"],"query":[{"key":"modemid","value":"1221"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:21:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Modem File Storage not found\"\r\n}"},{"id":"a3ce2295-3316-4074-8d2c-ed12d408f776","name":"Retrieve All Modem File Storages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemFileStorages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"89031","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:19:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 56,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-07-16 16:48:00\",\n            \"ModemId\": 109,\n            \"FileStorageId\": 1048\n        },\n        {\n            \"id\": 58,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-07-18 13:50:00\",\n            \"ModemId\": 113,\n            \"FileStorageId\": 1050\n        },\n        {\n            \"id\": 59,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-07-18 13:54:00\",\n            \"ModemId\": 114,\n            \"FileStorageId\": 1051\n        },\n        {\n            \"id\": 1231,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 09:19:00\",\n            \"ModemId\": 122,\n            \"FileStorageId\": 1085\n        }\n    ]\n}"},{"id":"e09a0461-4bc4-4b9d-8d14-ff62a42040d3","name":"Retrieve All Modem File Storages with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/modemFileStorages?modemid=122","host":["{{url}}"],"path":["modemFileStorages"],"query":[{"key":"modemid","value":"122"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"867","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:20:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 1231,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 09:19:00\",\n            \"ModemId\": 122,\n            \"FileStorageId\": 1085\n        }\n    ]\n}"}],"_postman_id":"5b7c84a2-33da-425f-8c69-7faf0effecfb"},{"name":"Retrieve Modem File Storage by ID","id":"accc0813-f29f-4b9e-a44e-413b135f1c0a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemFileStorages/1231","description":"<p>Retrieves the specified Modem File Storage association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["modemFileStorages","1231"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"05a396e7-06d4-4b10-af95-c0182a15b3b6","name":"Retrieve Modem File Storage by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemFileStorages/1231"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"163","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:22:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem File Storage retrieved\",\n    \"data\": {\n        \"id\": 1231,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 09:19:00\",\n        \"ModemId\": 122,\n        \"FileStorageId\": 1085\n    }\n}"},{"id":"3b077e9b-6e7f-4484-b2e3-689501896faf","name":"Retrieve Modem File Storage by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/modemFileStorages/1232"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:23:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Modem File Storage not found\"\r\n}"}],"_postman_id":"accc0813-f29f-4b9e-a44e-413b135f1c0a"}],"id":"66eb332c-0658-4041-8ec1-51b23e6238fe","description":"<p>Modem File Storages is an association between a Modem and a File Storage.</p>\n","event":[{"listen":"prerequest","script":{"id":"0accce19-0896-4d21-87a1-a17342b0601b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9b869a0-dc4f-439d-b4f1-1313a8da14d7","type":"text/javascript","exec":[""]}}],"_postman_id":"66eb332c-0658-4041-8ec1-51b23e6238fe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Modem Lights","item":[{"name":"Retrieve All Modem Lights","id":"52f17c40-6225-4f5a-9fea-7821baf916c4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemLights","description":"<p>Retrieves all Modem Lights</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["modemLights"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"045ef5b4-c3ba-4793-98c7-7ed703043d3b","name":"Retrieve All Modem Lights with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/modemLights?modemid=152","host":["{{url}}"],"path":["modemLights"],"query":[{"key":"modemid","value":"152"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1418","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:40:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem Lights retrieved\",\n    \"data\": [\n        {\n            \"id\": 3285,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 09:37:00\",\n            \"ModemId\": 152,\n            \"Light\": \"Status\",\n            \"Status\": \"Off\",\n            \"Description\": \"Device does not have sync\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"50d12237-e977-469a-960c-51b0e78e3db0","name":"Retrieve All Modem Lights with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/modemLights?modemid=1999","host":["{{url}}"],"path":["modemLights"],"query":[{"key":"modemid","value":"1999"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:41:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Modem Light not found\"\r\n}"},{"id":"cec96d78-2be7-4cb2-9a39-3ca9e140d4e4","name":"Retrieve All Modem Lights","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemLights"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"538528","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:38:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem Lights retrieved\",\n    \"data\": [\n        {\n            \"id\": 11,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-06-17 17:47:00\",\n            \"ModemId\": 100,\n            \"Light\": \"Power\",\n            \"Status\": \"On\",\n            \"Description\": \"Device is powered.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 12,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-06-17 17:47:00\",\n            \"ModemId\": 100,\n            \"Light\": \"Power\",\n            \"Status\": \"Off\",\n            \"Description\": \"Device is not powered.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 13,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-06-17 17:48:00\",\n            \"ModemId\": 100,\n            \"Light\": \"Link\",\n            \"Status\": \"Off\",\n            \"Description\": \"Indicates no LAN connection.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 14,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-06-17 17:49:00\",\n            \"ModemId\": 100,\n            \"Light\": \"Link\",\n            \"Status\": \"On\",\n            \"Description\": \"Indicates a LAN connection.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 15,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-06-17 17:51:00\",\n            \"ModemId\": 106,\n            \"Light\": \"Power\",\n            \"Status\": \"Off\",\n            \"Description\": \"Device is not powered.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 16,\n            \"ModifyUserId\": 107,\n            \"ModifyDate\": \"2008-06-17 17:52:00\",\n            \"ModemId\": 106,\n            \"Light\": \"Power\",\n            \"Status\": \"On\",\n            \"Description\": \"Device is powered.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 17,\n            \"ModifyUserId\": 153,\n            \"ModifyDate\": \"2008-06-22 17:43:00\",\n            \"ModemId\": 107,\n            \"Light\": \"Power\",\n            \"Status\": \"On\",\n            \"Description\": \"Device is powered.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3285,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 09:37:00\",\n            \"ModemId\": 152,\n            \"Light\": \"Status\",\n            \"Status\": \"Off\",\n            \"Description\": \"Device does not have sync\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"52f17c40-6225-4f5a-9fea-7821baf916c4"},{"name":"Retrieve Modem Light by ID","id":"efd5bf99-5efa-4b01-938a-aa1d6a4549e1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemLights/3285","description":"<p>Retrieve the specified Modem Light</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["modemLights","3285"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a4cbf86-6fa4-40fd-a7c1-6149709e36ea","name":"Retrieve Modem Light by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/modemLights/3285"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"223","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:47:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Modem Light retrieved\",\n    \"data\": {\n        \"id\": 3285,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 09:37:00\",\n        \"ModemId\": 152,\n        \"Light\": \"Status\",\n        \"Status\": \"Off\",\n        \"Description\": \"Device does not have sync\",\n        \"IsVisible\": 1\n    }\n}"},{"id":"eaaed1db-886f-4216-9dd9-5fda3e529c29","name":"Retrieve Modem Light by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/modemLights/3286"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 15:48:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Modem Light not found\"\r\n}"}],"_postman_id":"efd5bf99-5efa-4b01-938a-aa1d6a4549e1"}],"id":"9b4061b4-32e4-4433-82f0-b83127290594","description":"<p>Modem Lights contains information about the status lights of a specific Modem.</p>\n","event":[{"listen":"prerequest","script":{"id":"94cc1805-1b7a-4a7f-81c3-3087cdf8dfea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d727d288-dfa2-4645-b606-bcff4d9fb6a7","type":"text/javascript","exec":[""]}}],"_postman_id":"9b4061b4-32e4-4433-82f0-b83127290594","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Operating Systems","item":[{"name":"Retrieve All Operating Systems","id":"f026dbdf-b4f3-40b7-aa6f-528376e522ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/operatingSystems","description":"<p>Retrieve all Operating Systems</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["operatingSystems"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0645d2ef-ef82-4f6a-a15c-070a858ea04c","name":"Retrieve All Operating Systems with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/operatingSystems?operatingsystem=linux","host":["{{url}}"],"path":["operatingSystems"],"query":[{"key":"operatingsystem","value":"linux"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"165","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:02:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Operating Systems retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 75,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 09:56:00\",\r\n            \"OperatingSystem\" : \"Linux\",\r\n            \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"130cd9d4-8d52-43ee-81d0-a60f2ee13d6d","name":"Retrieve All Operating Systems with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/operatingSystems?operatingsystem=apple","host":["{{url}}"],"path":["operatingSystems"],"query":[{"key":"operatingsystem","value":"apple"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:02:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Operating System not found\"\r\n}"},{"id":"7b1104c6-8eea-4ff3-9454-7f370eebf8ab","name":"Retrieve All Operating Systems","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/operatingSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2887","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:01:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Operating Systems retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-01 00:00:00\",\n            \"OperatingSystem\": \"DEFAULT\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 21,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2015-03-30 08:31:00\",\n            \"OperatingSystem\": \"Windows 10\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 22,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2016-01-20 10:14:00\",\n            \"OperatingSystem\": \"Android\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 23,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2016-01-20 10:14:00\",\n            \"OperatingSystem\": \"iOS\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 75,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 09:56:00\",\n            \"OperatingSystem\": \"Linux\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"f026dbdf-b4f3-40b7-aa6f-528376e522ac"},{"name":"Retrieve Operating System by ID","id":"6fb2a627-ca68-4ccc-b6e7-9463089c3993","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/operatingSystems/75","description":"<p>Retrieves the specified Operating System</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["operatingSystems","75"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4b6c2fad-9c13-4717-a7c3-5c4fe0aa1808","name":"Retrieve Operating System by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/operatingSystems/76"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:05:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Operating System not found\"\r\n}"},{"id":"72869c46-35e5-4352-be66-885affe74ea6","name":"Retrieve Operating System by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/operatingSystems/75"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"164","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:04:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Operating System retrieved\",\n    \"data\": {\n        \"id\": 75,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 09:56:00\",\n        \"OperatingSystem\": \"Linux\",\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"6fb2a627-ca68-4ccc-b6e7-9463089c3993"}],"id":"3650efbb-642c-43d7-9b4e-884af16d60e5","description":"<p>Operating Systems contain the names of operating systems that are used in the Helpdesk.</p>\n","event":[{"listen":"prerequest","script":{"id":"10653f42-803b-47ac-9671-fdbaa1fccbe1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"54d1ebee-48dd-4860-ab1e-c84e38f5ef81","type":"text/javascript","exec":[""]}}],"_postman_id":"3650efbb-642c-43d7-9b4e-884af16d60e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ping","item":[{"name":"Status Check","id":"f51ad559-eae2-4ffb-85e0-21061d4b1396","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ping","description":"<p>A quick check to see if the API is functioning correctly</p>\n","urlObject":{"path":["ping"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a55b2694-6e2d-4456-8766-4fa38397efed","name":"Status Check Invalid","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"19","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:09:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"status\" : \"failed\"\r\n}"},{"id":"d948b6fa-66ee-424a-95ef-daea3796e2aa","name":"Status Check Valid","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"15","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 16:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ARR/3.0","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\" : \"ok\"\r\n}"}],"_postman_id":"f51ad559-eae2-4ffb-85e0-21061d4b1396"}],"id":"a1e4859f-4b72-4683-96d7-9236068cd6d4","description":"<p>Ping is a test route to make sure the API is functioning at a basic level.</p>\n","event":[{"listen":"prerequest","script":{"id":"fd5c3c8a-f69c-4b84-8d9c-a7cfcf99a44b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dacc6755-7160-4bd4-8b04-32499cc37c1f","type":"text/javascript","exec":[""]}}],"_postman_id":"a1e4859f-4b72-4683-96d7-9236068cd6d4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"QuickTickets","item":[{"name":"Create Quick Ticket","id":"cdd8800c-257d-4891-8987-e7e1c6b69e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"QuickTicketType\": 63,\n\t\"Client\": 37,\n\t\"Body\": \"We were just testing an outage\",\n\t\"CallersName\": \"John Doe\",\n\t\"BestContact\": \"605-123-4567\"\n}"},"url":"{{url}}/quicktickets","description":"<p>Creates a new Quick Ticket based on data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>QuickTicketType</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the associated Quick Ticket Type</td>\n</tr>\n<tr>\n<td>Client</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the associated Client</td>\n</tr>\n<tr>\n<td>CallersName</td>\n<td>string</td>\n<td>optional</td>\n<td>The name of the caller</td>\n</tr>\n<tr>\n<td>BestContact</td>\n<td>string</td>\n<td>optional</td>\n<td>The phone number of the caller</td>\n</tr>\n<tr>\n<td>Body</td>\n<td>string</td>\n<td>required</td>\n<td>Details about the call</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["quicktickets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"abf26488-f78f-4c87-b9e4-8da7c8224b2f","name":"Create Quick Ticket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"QuickTicketType\": 63,\n\t\"Client\": 37,\n\t\"Body\": \"We were just testing an outage\",\n\t\"CallersName\": \"John Doe\",\n\t\"BestContact\": \"605-123-4567\"\n}"},"url":"{{url}}/quicktickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Fri, 17 Apr 2020 20:13:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New QuickTicket was created\",\n    \"data\": {\n        \"id\": 157965\n    }\n}"},{"id":"c08afc9b-7be1-4ff0-8070-aa7a0162e2c3","name":"Create Quick Ticket - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"QuickTicketType\": \"21\",\n\t\"Body\": \"We were just testing an outage\",\n\t\"CallersName\": \"John Doe\",\n\t\"BestContact\": 6051234567\n}"},"url":"{{url}}/quicktickets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Mon, 30 Mar 2020 19:51:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": {\n        \"QuickTicketType\": [\n            \"Must be an array of integer id's or single id\"\n        ],\n        \"BestContact\": [\n            \"Must be a string\"\n        ]\n    }\n}"}],"_postman_id":"cdd8800c-257d-4891-8987-e7e1c6b69e8a"},{"name":"Retrieve All Quick Tickets","id":"60b9b0c8-82ca-4fd5-a3c0-fb85f4f64e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/quicktickets","description":"<p>Retrieves all Quick Ticket records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["quicktickets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5fe1679-ae31-4bff-b9e1-d7ac4c695fac","name":"Retrieve All Quick Tickets","originalRequest":{"method":"GET","header":[],"url":"{{url}}/quicktickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Fri, 17 Apr 2020 20:16:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5204710"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"msg\": \"QuickTickets retrieved\",\r\n    \"total\": 2,\r\n    \"data\": [\r\n        {\r\n            \"id\": 157966,\r\n            \"QuickTicketType\": 63,\r\n            \"Client\": 37,\r\n            \"User\": 111,\r\n            \"Body\": \"Bazinga\",\r\n            \"CallersName\": \"Sheldon Cooper\",\r\n            \"BestContact\": \"605-123-4567\",\r\n            \"CreatedDate\": \"2020-04-17 20:14:44\"\r\n        },\r\n        {\r\n            \"id\": 157965,\r\n            \"QuickTicketType\": 63,\r\n            \"Client\": 37,\r\n            \"User\": 1590,\r\n            \"Body\": \"We were just testing an outage\",\r\n            \"CallersName\": \"John Doe\",\r\n            \"BestContact\": \"605-123-4567\",\r\n            \"CreatedDate\": \"2020-04-17 20:13:41\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"60b9b0c8-82ca-4fd5-a3c0-fb85f4f64e92"},{"name":"Retrieve Quick Ticket by ID","id":"3eff383f-cde4-42d9-841d-fcbf5a431661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/quicktickets/63530","description":"<p>Retrieves the specified Quick Ticket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["quicktickets","63530"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1eaf9df4-0ff9-4b57-9230-a84e1ced4cfa","name":"Retrieve Quick Ticket by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/quicktickets/63530"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.9"},{"key":"Date","value":"Mon, 20 Apr 2020 16:15:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"QuickTicket retrieved\",\n    \"data\": {\n        \"id\": 63530,\n        \"QuickTicketType\": 65,\n        \"Client\": 174,\n        \"User\": 116,\n        \"Body\": \"Hand shake tones.\",\n        \"CallersName\": \"Quick Ticket\",\n        \"BestContact\": null,\n        \"CreatedDate\": \"2018-01-01 08:22:00\"\n    }\n}"},{"id":"ced63ce1-b9d7-4971-8d24-56d523095872","name":"Retrieve Quick Ticket by ID  Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/quicktickets/3"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Mon, 30 Mar 2020 20:01:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"QuickTicket not found\"\n}"}],"_postman_id":"3eff383f-cde4-42d9-841d-fcbf5a431661"}],"id":"fa67659c-6ff9-43eb-a22e-f37cb000f211","_postman_id":"fa67659c-6ff9-43eb-a22e-f37cb000f211","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"QuickTicketTypes","item":[{"name":"Retrieve All Quick Ticket Types","id":"26159b59-e5d0-4cb1-acd8-21942df5a17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/quicktickettypes","description":"<p>Retrieves the specified Ticket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["quicktickettypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"312b8f16-d75a-408c-b3ef-1568ac263093","name":"Retrieve All Quick Ticket Types","originalRequest":{"method":"GET","header":[],"url":"{{url}}/quicktickettypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Tue, 31 Mar 2020 19:28:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1280"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"QuickTicketTypes retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"QuickTicketType\": \"Test Quick Ticket Type\",\n            \"CreatedDate\": \"2020-03-31 00:00:00\",\n            \"ModifyDate\": \"2020-03-31 00:00:00\",\n            \"IsVisible\": false,\n            \"Clients\": null\n        },\n        {\n            \"id\": 2,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:17:25\",\n            \"ModifyDate\": \"2020-03-31 19:17:25\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        },\n        {\n            \"id\": 3,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:19:48\",\n            \"ModifyDate\": \"2020-03-31 19:19:48\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        },\n        {\n            \"id\": 4,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:20:20\",\n            \"ModifyDate\": \"2020-03-31 19:20:20\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        },\n        {\n            \"id\": 5,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:23:32\",\n            \"ModifyDate\": \"2020-03-31 19:23:32\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        },\n        {\n            \"id\": 6,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:24:15\",\n            \"ModifyDate\": \"2020-03-31 19:24:15\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        },\n        {\n            \"id\": 7,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:25:24\",\n            \"ModifyDate\": \"2020-03-31 19:25:24\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        },\n        {\n            \"id\": 8,\n            \"QuickTicketType\": \"The Big Bang Theory\",\n            \"CreatedDate\": \"2020-03-31 19:26:20\",\n            \"ModifyDate\": \"2020-03-31 19:26:20\",\n            \"IsVisible\": true,\n            \"Clients\": [\n                37\n            ]\n        }\n    ]\n}"}],"_postman_id":"26159b59-e5d0-4cb1-acd8-21942df5a17d"},{"name":"Retrieve Quick Ticket Type by ID","id":"a9267e62-c741-499f-aca6-64092dbbec21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/quicktickettypes/17","description":"<p>Retrieves the specified Ticket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["quicktickettypes","17"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a7ccc54-309c-467b-9580-f610797804df","name":"Retrieve Quick Ticket Type by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/quicktickettypes/25"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Fri, 27 Mar 2020 20:17:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"QuickTicketType not found\"\n}"},{"id":"edfc88c2-79c4-4f5c-8b3c-620509b5967f","name":"Retrieve Quick Ticket Type by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/quicktickettypes/17"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Fri, 27 Mar 2020 20:16:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"203"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"QuickTicketType retrieved\",\n    \"data\": {\n        \"id\": 17,\n        \"QuickTicketType\": \"Test-Outage\",\n        \"CreatedDate\": \"2020-03-27 16:58:29\",\n        \"ModifyDate\": \"2020-03-27 16:58:29\",\n        \"IsVisible\": false,\n        \"Clients\": [\n            37\n        ]\n    }\n}"}],"_postman_id":"a9267e62-c741-499f-aca6-64092dbbec21"}],"id":"66479898-8109-4a64-8439-acc79d2ca284","_postman_id":"66479898-8109-4a64-8439-acc79d2ca284","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Routers","item":[{"name":"Retrieve All Routers","id":"ec72a045-a674-4ffa-ace0-14daf04ffc2e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routers","description":"<p>Retrieves all Routers</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["routers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3bab0458-d189-4b85-9d12-33a3d3e78fad","name":"Retrieve All Routers with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/routers?brand=eero","host":["{{url}}"],"path":["routers"],"query":[{"key":"brand","value":"eero"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 17:12:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Router not found\"\r\n}"},{"id":"837953dd-4d39-4a40-86db-1b7216ccde5a","name":"Retrieve All Routers with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/routers?brand=linksys","host":["{{url}}"],"path":["routers"],"query":[{"key":"brand","value":"linksys"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"727","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 17:11:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Routers retrieved\",\n    \"data\": [\n        {\n            \"id\": 101,\n            \"ModifyDate\": \"2008-08-06 11:21:00\",\n            \"ModifyUserId\": 190,\n            \"Brand\": \"Linksys\",\n            \"Model\": \"WRT54G\",\n            \"Firmware\": \"N/A\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"a33459f5-ea80-4a27-ade9-410e255a02a3","name":"Retrieve All Routers","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"9336","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 17:06:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Routers retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyDate\": \"2008-01-01 00:00:00\",\n            \"ModifyUserId\": 1,\n            \"Brand\": \"Unknown\",\n            \"Model\": \"Unknown\",\n            \"Firmware\": \"Unknown\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 100,\n            \"ModifyDate\": \"2011-03-22 11:17:00\",\n            \"ModifyUserId\": 100,\n            \"Brand\": \"Other\",\n            \"Model\": \"N/a\",\n            \"Firmware\": \"N/a\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 101,\n            \"ModifyDate\": \"2008-08-06 11:21:00\",\n            \"ModifyUserId\": 190,\n            \"Brand\": \"Linksys\",\n            \"Model\": \"WRT54G\",\n            \"Firmware\": \"N/A\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 102,\n            \"ModifyDate\": \"2008-07-12 16:32:00\",\n            \"ModifyUserId\": 107,\n            \"Brand\": \"D-Link\",\n            \"Model\": \"N/a\",\n            \"Firmware\": \"N/a\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 103,\n            \"ModifyDate\": \"2008-07-12 16:32:00\",\n            \"ModifyUserId\": 107,\n            \"Brand\": \"Netgear\",\n            \"Model\": \"N/a\",\n            \"Firmware\": \"N/a\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 104,\n            \"ModifyDate\": \"2008-07-15 14:19:00\",\n            \"ModifyUserId\": 190,\n            \"Brand\": \"NONE\",\n            \"Model\": \"NONE\",\n            \"Firmware\": \"NONE\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 278,\n            \"ModifyDate\": \"2018-05-03 10:58:00\",\n            \"ModifyUserId\": 888,\n            \"Brand\": \"DSL Zhone\",\n            \"Model\": \"6728\",\n            \"Firmware\": \"N/A\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"ec72a045-a674-4ffa-ace0-14daf04ffc2e"},{"name":"Retrieve Router by ID","id":"261ac0bf-a816-4a7a-966e-1e31584d5cbb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routers/278","description":"<p>Retrieves the specified Router</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["routers","278"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1c7f1000-6582-4eb0-9ea4-a256393090b8","name":"Retrieve Router by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/routers/279"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 17:15:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Router not found\"\r\n}"},{"id":"329293e4-66b9-4aca-93b8-30330000b2c9","name":"Retrieve Router by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routers/278"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"182","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 17:13:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Router retrieved\",\n    \"data\": {\n        \"id\": 278,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 10:58:00\",\n        \"Brand\": \"DSL Zhone\",\n        \"Model\": \"6728\",\n        \"Firmware\": \"N/A\",\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"261ac0bf-a816-4a7a-966e-1e31584d5cbb"}],"id":"e98b7553-da07-4ce7-9fba-9ae5d731b0b8","description":"<p>Routers contains information such as brand and model for a specific Router.</p>\n","event":[{"listen":"prerequest","script":{"id":"497adc7b-1fac-4db3-8321-db93cf681cfd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d925ac92-0329-441d-92c4-2d6bc2693620","type":"text/javascript","exec":[""]}}],"_postman_id":"e98b7553-da07-4ce7-9fba-9ae5d731b0b8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Router File Storages","item":[{"name":"Retrieve All Router File Storages","id":"641962ac-f8f7-452c-8dba-10043f245f1b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerFileStorages","description":"<p>Retrieve all Router File Storage associations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["routerFileStorages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"00dbd699-26d4-4d5c-8611-85227b195b46","name":"Retrieve All Router File Storages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerFileStorages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"7757","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:39:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Router File Storages retrieved\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"ModifyUserId\": 153,\n            \"ModifyDate\": \"2008-07-20 19:15:00\",\n            \"RouterId\": 101,\n            \"FileStorageId\": 1152\n        },\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 153,\n            \"ModifyDate\": \"2008-07-20 19:15:00\",\n            \"RouterId\": 101,\n            \"FileStorageId\": 1153\n        },\n        {\n            \"id\": 5,\n            \"ModifyUserId\": 105,\n            \"ModifyDate\": \"2008-08-09 10:44:00\",\n            \"RouterId\": 106,\n            \"FileStorageId\": 1613\n        },\n        {\n            \"id\": 6,\n            \"ModifyUserId\": 105,\n            \"ModifyDate\": \"2008-08-09 10:44:00\",\n            \"RouterId\": 106,\n            \"FileStorageId\": 1614\n        },\n        {\n            \"id\": 195,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 12:37:00\",\n            \"RouterId\": 122,\n            \"FileStorageId\": 1189\n        }\n    ]\n}"},{"id":"5b5db35e-8599-42ce-809a-18824338a5dd","name":"Retrieve All Router File Storages with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/routerFileStorages?routerid=122","host":["{{url}}"],"path":["routerFileStorages"],"query":[{"key":"routerid","value":"122"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"165","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:39:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Router File Storages retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 195,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 12:37:00\",\r\n            \"RouterId\" : 122,\r\n            \"FileStorageId\" : 1189\r\n        }\r\n    ]\r\n}"},{"id":"e2e8a264-c92a-430c-9e18-19a42fc357c6","name":"Retrieve All Router File Storages with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/routerFileStorages?routerid=166","host":["{{url}}"],"path":["routerFileStorages"],"query":[{"key":"routerid","value":"166"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"55","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:41:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Router File Storage not found\"\r\n}"}],"_postman_id":"641962ac-f8f7-452c-8dba-10043f245f1b"},{"name":"Retrieve Router File Storage by ID","id":"1c5be81b-f911-4a3c-826a-2b0e9fa1caf2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerFileStorages/195","description":"<p>Retrieves the specified Router File Storage association</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["routerFileStorages","195"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15f8f73b-9beb-4608-b6b8-bcf880354074","name":"Retrieve Router File Storage by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/routerFileStorages/196"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"55","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:42:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Router File Storage not found\"\r\n}"},{"id":"87657fb4-1574-468a-926e-22962845c677","name":"Retrieve Router File Storage by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerFileStorages/195"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"164","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:42:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Router File Storage retrieved\",\n    \"data\": {\n        \"id\": 195,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 12:37:00\",\n        \"RouterId\": 122,\n        \"FileStorageId\": 1189\n    }\n}"}],"_postman_id":"1c5be81b-f911-4a3c-826a-2b0e9fa1caf2"}],"id":"f62a0538-64b4-4d3f-93a5-28df0965405a","description":"<p>Router File Storages is an association between a Router and a File Storage.</p>\n","event":[{"listen":"prerequest","script":{"id":"a78311dd-2f42-4886-84ea-d2896b14259b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dcc78b0b-1844-4b90-b44a-d303adcb8728","type":"text/javascript","exec":[""]}}],"_postman_id":"f62a0538-64b4-4d3f-93a5-28df0965405a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Router Lights","item":[{"name":"Retrieve All Router Lights","id":"558fcbb6-62d9-42e0-a3e0-43382b602418","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerLights","description":"<p>Retrieves all Router Lights</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["routerLights"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1cc713b0-80f4-466d-aab6-86afd8d5f77f","name":"Retrieve All Router Lights with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/routerLights?routerid=152","host":["{{url}}"],"path":["routerLights"],"query":[{"key":"routerid","value":"152"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1060","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:59:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Router Lights retrieved\",\n    \"data\": [\n        {\n            \"id\": 154,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 12:56:00\",\n            \"RouterId\": 152,\n            \"Light\": \"Status\",\n            \"Status\": \"Off\",\n            \"Description\": \"Device does not have sync\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"bd336d2f-9347-4831-bc52-023b9f7f496a","name":"Retrieve All Router Lights","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerLights"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"7603","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 18:57:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Router Lights retrieved\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2014-11-20 08:53:00\",\n            \"RouterId\": 133,\n            \"Light\": \"WiFi 2.4 GHz\",\n            \"Status\": \"On/Flashing\",\n            \"Description\": \"Active\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2014-11-20 08:54:00\",\n            \"RouterId\": 133,\n            \"Light\": \"WiFi 5 GHz\",\n            \"Status\": \"On/flashing\",\n            \"Description\": \"Active\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 35,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2015-03-24 10:44:00\",\n            \"RouterId\": 151,\n            \"Light\": \"Broadband2\",\n            \"Status\": \"On\",\n            \"Description\": \"This should be the DSL line.  May flash with traffic.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 36,\n            \"ModifyUserId\": 147,\n            \"ModifyDate\": \"2015-03-24 10:45:00\",\n            \"RouterId\": 151,\n            \"Light\": \"Service\",\n            \"Status\": \"On\",\n            \"Description\": \"Internet is active.\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 154,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 12:56:00\",\n            \"RouterId\": 152,\n            \"Light\": \"Status\",\n            \"Status\": \"Off\",\n            \"Description\": \"Device does not have sync\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"f6fd3cbb-2a66-44bd-bd67-84948d1ec000","name":"Retrieve All Router Lights with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/routerLights?routerid=1521","host":["{{url}}"],"path":["routerLights"],"query":[{"key":"routerid","value":"1521"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:00:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Router Light not found\"\r\n}"}],"_postman_id":"558fcbb6-62d9-42e0-a3e0-43382b602418"},{"name":"Retrieve Router Light by ID","id":"0af4445a-c27e-464d-ba3b-0b22d26ba54a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerLights/154","description":"<p>Retrieves the specified Router Light</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["routerLights","154"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0f547980-df4b-4c6b-9508-c1fb6a426492","name":"Retrieve Router Light by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/routerLights/154"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"224","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:02:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Router Light retrieved\",\n    \"data\": {\n        \"id\": 154,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 12:56:00\",\n        \"RouterId\": 152,\n        \"Light\": \"Status\",\n        \"Status\": \"Off\",\n        \"Description\": \"Device does not have sync\",\n        \"IsVisible\": 1\n    }\n}"},{"id":"309ee03e-15c6-49d6-bfbf-04766ca1a350","name":"Retrieve Router Light by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/routerLights/155"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:02:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Router Light not found\"\r\n}"}],"_postman_id":"0af4445a-c27e-464d-ba3b-0b22d26ba54a"}],"id":"e7a2dcb9-79f7-49ab-bf33-38fd89aaa150","description":"<p>Router Lights contains information about the status lights of a specific Router.</p>\n","event":[{"listen":"prerequest","script":{"id":"c09eab16-8a0a-4f62-a385-7e829b1b0753","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c25d9d1-4f78-41c0-b795-8fd57a8acd72","type":"text/javascript","exec":[""]}}],"_postman_id":"e7a2dcb9-79f7-49ab-bf33-38fd89aaa150","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Scheduled Reports","item":[{"name":"Retrieve All Scheduled Reports","id":"8becdb71-5ee2-482b-820e-5937283e3b32","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/scheduledReports","description":"<p>Retrieves all Scheduled Reports</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["scheduledReports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0ed9ae75-77cf-404e-bc04-084028505855","name":"Retrieve All Scheduled Reports with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/scheduledReports?reportid=73","host":["{{url}}"],"path":["scheduledReports"],"query":[{"key":"reportid","value":"73"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:19:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Scheduled Report not found\"\r\n}"},{"id":"c3ddda37-ff1f-46f6-a521-ae2f09cf7cf9","name":"Retrieve All Scheduled Reports with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/scheduledReports?userid=888","host":["{{url}}"],"path":["scheduledReports"],"query":[{"key":"userid","value":"888"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"350","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:18:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Scheduled Reports retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 342,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 13:13:00\",\r\n            \"ScheduledReportName\" : \"Tech Stats Monthly\",\r\n            \"UserId\" : 888,\r\n            \"ReportId\" : 72,\r\n            \"ClientId\" : 402,\r\n            \"ExecuteTime\" : \"2018-05-20 00:00:00.000\",\r\n            \"LastExecutedTime\" : null,\r\n            \"ExecuteWeekly\" : 0,\r\n            \"ExecuteMonthly\" : 1,\r\n            \"RecipientEmail\" : \"support@abctel.com\"\r\n        }\r\n    ]\r\n}"},{"id":"e2954c24-713f-45dd-a1f3-260096bcbf01","name":"Retrieve All Scheduled Reports","originalRequest":{"method":"GET","header":[],"url":"{{url}}/scheduledReports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"350","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:17:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Scheduled Reports retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 342,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 13:13:00\",\r\n            \"ScheduledReportName\" : \"Tech Stats Monthly\",\r\n            \"UserId\" : 888,\r\n            \"ReportId\" : 72,\r\n            \"ClientId\" : 402,\r\n            \"ExecuteTime\" : \"2018-05-20 00:00:00.000\",\r\n            \"LastExecutedTime\" : null,\r\n            \"ExecuteWeekly\" : 0,\r\n            \"ExecuteMonthly\" : 1,\r\n            \"RecipientEmail\" : \"support@abctel.com\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8becdb71-5ee2-482b-820e-5937283e3b32"},{"name":"Retrieve Scheduled Report by ID","id":"20587aa2-72ec-4ce4-9bae-765263c2e46c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/scheduledReports/342","description":"<p>Retrieves the specified Scheduled Report</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["scheduledReports","342"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"518a8c1f-dc0e-4796-8aa2-57752d26e51d","name":"Retrieve Scheduled Report by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/scheduledReports/343"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:21:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Scheduled Report not found\"\r\n}"},{"id":"d1e6494a-4e83-4b1e-869a-44fa37b48120","name":"Retrieve Scheduled Report by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/scheduledReports/342"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"349","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 19:20:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Scheduled Report retrieved\",\n    \"data\": {\n        \"id\": 342,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-03 13:13:00\",\n        \"ScheduledReportName\": \"Tech Stats Monthly\",\n        \"UserId\": 888,\n        \"ReportId\": 72,\n        \"ClientId\": 402,\n        \"ExecuteTime\": \"2018-05-20 00:00:00.000\",\n        \"LastExecutedTime\": null,\n        \"ExecuteWeekly\": 0,\n        \"ExecuteMonthly\": 1,\n        \"RecipientEmail\": \"support@abctel.com\"\n    }\n}"}],"_postman_id":"20587aa2-72ec-4ce4-9bae-765263c2e46c"}],"id":"d581f9de-dd14-46eb-996d-550936d939d8","description":"<p>Scheduled Reports defines when and how often Reports should be ran and who they should be emailed to.</p>\n","event":[{"listen":"prerequest","script":{"id":"db8bf3a3-c1d7-43da-aad6-9c17dd285d81","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37ccdf1b-e7c9-43dd-b927-06ad26ca94c5","type":"text/javascript","exec":[""]}}],"_postman_id":"d581f9de-dd14-46eb-996d-550936d939d8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Subscribers","item":[{"name":"Lock","item":[{"name":"Create Subscriber Lock","id":"effc4872-cd7a-4ab2-936f-c6a849bc2c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock/405395","description":"<p>Creates a new Subscrber lock by changing the LockedByUserId property of the subscriber from the subscriber id in the request URL to the currently authenticated user's UserId</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["lock","405395"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"70a9b79c-d428-41f9-958a-1473f773e5ae","name":"Create Subscriber Lock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock/359823"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"73","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:32:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscriber locked\",\r\n    \"data\" : {\r\n        \"SubscriberId\" : 359823\r\n    }\r\n}"},{"id":"daa54c3b-c98a-4c1b-b92c-d37516a4215f","name":"Create Subscriber Lock Invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock/35982311"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:33:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Subscriber not locked\"\r\n}"}],"_postman_id":"effc4872-cd7a-4ab2-936f-c6a849bc2c32"},{"name":"Remove Subscriber Lock by ID","id":"980a92cd-ed8f-40b6-ad6e-046546ee86d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock/405395","description":"<p>Removes a Subscrber lock by changing the LockedByUserId property of the subscriber from the subscriber id in the request URL to null</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["lock","405395"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9de939e3-5027-49ab-a3ec-6da036c6e6f9","name":"Remove Subscriber Lock by ID","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock/359823"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"75","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:32:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscriber unlocked\",\r\n    \"data\" : {\r\n        \"SubscriberId\" : 359823\r\n    }\r\n}"},{"id":"a793394b-543e-4254-827b-4813985d12d1","name":"Remove Subscriber Lock by ID Invalid","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock/35982311"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:36:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Subscriber not unlocked\"\r\n}"}],"_postman_id":"980a92cd-ed8f-40b6-ad6e-046546ee86d1"},{"name":"Remove All Subscriber Locks","id":"8571a986-0e24-4086-85e5-ad9a14416280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock","description":"<p>Unlocks all subscribers currently locked by the logged in user by updating all subscriber's LockedByUserId property to null if it matches the current user's UserId</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["lock"],"host":["{{url}}"],"query":[{"disabled":true,"key":"username","value":"gwis"},{"disabled":true,"key":"clientid","value":"37"}],"variable":[]}},"response":[{"id":"29b6c170-7f5b-4692-b515-212eccd6dfa3","name":"Remove All Subscriber Locks","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"84","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:39:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscribers unlocked\",\r\n    \"data\" : {\r\n        \"SubscriberId\" : [14228,359823]\r\n    }\r\n}"},{"id":"5c6668e2-aa3d-4ed5-964e-a525dbe40897","name":"Remove All Subscriber Locks Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{url}}/lock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:40:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscribers unlocked\",\r\n    \"data\" : {\r\n        \"SubscriberId\" : []\r\n    }\r\n}"}],"_postman_id":"8571a986-0e24-4086-85e5-ad9a14416280"},{"name":"Remove All Subscriber Locks By User ID","id":"da95b9e6-4a76-4d41-bb72-bfd62b9c454f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lockFor/888","description":"<p>Unlocks all subscribers currently locked by the specified user by updating all subscriber's LockedByUserId property to null if it matches the current UserId in the URL</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["lockFor","888"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cfc6f406-f4df-46ff-a6b5-5ce80b630c51","name":"Remove All Subscriber Locks By User ID no locks found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lockFor/888"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:48:51 GMT"},{"key":"Content-Length","value":"181"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Subscribers unlocked\",\n    \"data\": {\n        \"SubscriberId\": []\n    }\n}"},{"id":"df6f57e5-f9cd-46e7-a093-27753b1728be","name":"Remove All Subscriber Locks By User ID","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/lockFor/888"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:48:22 GMT"},{"key":"Content-Length","value":"188"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Subscribers unlocked\",\n    \"data\": {\n        \"SubscriberId\": [\n            340617\n        ]\n    }\n}"}],"_postman_id":"da95b9e6-4a76-4d41-bb72-bfd62b9c454f"}],"id":"b007464f-f354-4405-9117-7c23d90eba68","description":"<p>Lock routes associated with a subscriber</p>\n","_postman_id":"b007464f-f354-4405-9117-7c23d90eba68","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Create Subscriber","id":"1d4d49fd-e2e9-420e-9944-6873d8a3fe6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Username\": \"pfry\",\r\n  \"ClientId\": 37,\r\n  \"DomainId\": 1,\r\n  \"ConnectionId\": 1,\r\n  \"ModemId\": 1,\r\n  \"RouterId\": 1,\r\n  \"OperatingSystemId\": 1,\r\n  \"FirstName\": \"Philip\",\r\n  \"LastName\": \"Fry\",\r\n  \"CompanyName\": \"Planet Express\",\r\n  \"AlternateEmail\": \"fry@planetexpress.com\",\r\n  \"PhoneNumber\": 6055555555,\r\n  \"AlternatePhoneNumber\": null,\r\n  \"Address\": \"123 West 57th street\",\r\n  \"City\": \"Manhattan\",\r\n  \"State\": \"NY\",\r\n  \"ZipCode\": \"10012\",\r\n  \"Comments\": \"Executive Delivery Boy\",\r\n  \"SendSurveys\": true,\r\n  \"SendSurveysToAlt\": false,\r\n  \"LockedByUserId\": null\r\n}"},"url":"{{url}}/subscribers","description":"<p>Creates a new Subscriber based on the data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Username</td>\n<td>string</td>\n<td>required</td>\n<td>Userame of subscriber</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>ISP subscriber is associated with</td>\n</tr>\n<tr>\n<td>DomainId</td>\n<td>number</td>\n<td>optional</td>\n<td>Domain subscriber is associated with</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID number of subscribers connection type</td>\n</tr>\n<tr>\n<td>ModemId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID number of subscribers modem</td>\n</tr>\n<tr>\n<td>RouterId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID number of subscribers router</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>required</td>\n<td>Subscribers first name</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>required</td>\n<td>Subscribers last name</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers company name</td>\n</tr>\n<tr>\n<td>AlternateEmail</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers alternate email address</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>required</td>\n<td>Subscribers primary phone number</td>\n</tr>\n<tr>\n<td>AlternatePhoneNumber</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers alternate phone number</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers address</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers City</td>\n</tr>\n<tr>\n<td>State</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers two digit state code</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>number</td>\n<td>optional</td>\n<td>Subscribers 5 digit zip code</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td>optional</td>\n<td>Additional comments related to subscriber</td>\n</tr>\n<tr>\n<td>SendSurveys</td>\n<td>boolean</td>\n<td>required</td>\n<td>Whether surveys should be sent to subscriber's primary email address</td>\n</tr>\n<tr>\n<td>SendSurveysToAlt</td>\n<td>boolean</td>\n<td>required</td>\n<td>Whether surveys should be sent to subscriber's alternate email address</td>\n</tr>\n<tr>\n<td>LockedByUserID</td>\n<td>number</td>\n<td>optional</td>\n<td>UserId that currently has the ticket opened/locked</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["subscribers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b07d1cc-8bcc-4c7e-8d97-7b56dab24338","name":"Create Subscriber","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"Username\": \"pfry\",\r\n  \"ClientId\": 402,\r\n  \"DomainId\": 467,\r\n  \"ConnectionId\": null,\r\n  \"ModemId\": null,\r\n  \"RouterId\": null,\r\n  \"FirstName\": \"Philip\",\r\n  \"LastName\": \"Fry\",\r\n  \"CompanyName\": \"Planet Express\",\r\n  \"AlternateEmail\": \"fry@planetexpress.com\",\r\n  \"PhoneNumber\": \"6055555555\",\r\n  \"AlternatePhoneNumber\":\"\",\r\n  \"Address\": \"123 West 57th street\",\r\n  \"City\": \"Manhattan\",\r\n  \"State\": \"NY\",\r\n  \"ZipCode\": \"10012\",\r\n  \"Comments\": \"Executive Delivery Boy\",\r\n  \"SendSurveys\": true,\r\n  \"SendSurveysToAlt\": false,\r\n  \"LockedByUserId\": null\r\n}"},"url":"{{url}}/subscribers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"74","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:20:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New Subscriber was created\",\n    \"data\": {\n        \"id\": 359823\n    }\n}"},{"id":"7d834133-432e-4403-a2ba-5e4581919dfa","name":"Create Subscriber Invalid: Bad Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"Username\": null,\r\n  \"ClientId\": 402,\r\n  \"DomainId\": 467,\r\n  \"ConnectionId\": null,\r\n  \"ModemId\": null,\r\n  \"RouterId\": null,\r\n  \"FirstName\": \"Philip\",\r\n  \"LastName\": \"Fry\",\r\n  \"CompanyName\": \"Planet Express\",\r\n  \"AlternateEmail\": \"fry@planetexpress.com\",\r\n  \"PhoneNumber\": \"6055555555\",\r\n  \"AlternatePhoneNumber\":\"\",\r\n  \"Address\": \"123 West 57th street\",\r\n  \"City\": \"Manhattan\",\r\n  \"State\": \"NY\",\r\n  \"ZipCode\": \"10012\",\r\n  \"Comments\": \"Executive Delivery Boy\",\r\n  \"SendSurveys\": true,\r\n  \"SendSurveysToAlt\": false,\r\n  \"LockedByUserId\": null\r\n}"},"url":"{{url}}/subscribers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"70","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:21:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"Username\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"1d4d49fd-e2e9-420e-9944-6873d8a3fe6d"},{"name":"Retrieve All Subscribers","id":"fd8c7a64-43de-4478-9f1b-a5a6dda6564e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/subscribers?username=pfry","description":"<p>Retrieves all Subscribers, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["subscribers"],"host":["{{url}}"],"query":[{"key":"username","value":"pfry"}],"variable":[]}},"response":[{"id":"617ab2ea-cc0a-437c-9884-8068ddd8498b","name":"Retrieve All Subscribers with Search Query Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/subscribers"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:22:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"6cb38497-e709-460a-b942-8b25a44315e7","name":"Retrieve All Subscribers with Query String","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/subscribers?username=pfry","host":["{{url}}"],"path":["subscribers"],"query":[{"key":"username","value":"pfry"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"736","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:21:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscribers retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 359823,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 15:20:00\",\r\n            \"DateAdded\" : \"2018-05-03 15:20:00\",\r\n            \"Username\" : \"pfry\",\r\n            \"ClientId\" : 402,\r\n            \"DomainId\" : 467,\r\n            \"ConnectionId\" : null,\r\n            \"ModemId\" : null,\r\n            \"RouterId\" : null,\r\n            \"OperatingSystemId\" : null,\r\n            \"FirstName\" : \"Philip\",\r\n            \"LastName\" : \"Fry\",\r\n            \"CompanyName\" : \"Planet Express\",\r\n            \"AlternateEmail\" : \"fry@planetexpress.com\",\r\n            \"PhoneNumber\" : \"6055555555\",\r\n            \"AlternatePhoneNumber\" : null,\r\n            \"Address\" : \"123 West 57th street\",\r\n            \"City\" : \"Manhattan\",\r\n            \"State\" : \"NY\",\r\n            \"ZipCode\" : \"10012\",\r\n            \"Comments\" : \"Executive Delivery Boy\",\r\n            \"LastTicketOpened\" : null,\r\n            \"LastTicketClosed\" : null,\r\n            \"TotalTickets\" : 0,\r\n            \"SendSurveys\" : 1,\r\n            \"SendSurveysToAlt\" : 0,\r\n            \"LockedByUserId\" : null,\r\n            \"InformationLastUpdated\" : \"2018-05-03 15:20:00\"\r\n        }\r\n    ]\r\n}"},{"id":"d2dc30b8-0ca1-45b3-bbe3-fe233fb85856","name":"Retrieve All Subscribers with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/subscribers?username=pfry1","host":["{{url}}"],"path":["subscribers"],"query":[{"key":"username","value":"pfry1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:23:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Subscriber not found\"\r\n}"}],"_postman_id":"fd8c7a64-43de-4478-9f1b-a5a6dda6564e"},{"name":"Retrieve Subscriber by ID","id":"f1f89f1c-2c8c-4f93-a6ea-ac3bdabb6a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/subscribers/359823","description":"<p>Retrieves the specified Subscriber</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["subscribers","359823"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"544b9c75-6896-4438-8ef9-a5c648987bd0","name":"Retrieve Subscriber by ID Invalid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"url":"{{url}}/subscribers/359824"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:25:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":false,\"msg\":\"Subscriber not found\"}"},{"id":"aa8971ab-3400-435c-a777-bcfc10a52bff","name":"Retrieve Subscriber by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"url":"{{url}}/subscribers/359823"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"752","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:25:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscriber retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 359823,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 15:20:00\",\r\n            \"DateAdded\" : \"2018-05-03 15:20:00\",\r\n            \"Username\" : \"pfry\",\r\n            \"ClientId\" : 402,\r\n            \"DomainId\" : 467,\r\n            \"ConnectionId\" : null,\r\n            \"ModemId\" : null,\r\n            \"RouterId\" : null,\r\n            \"OperatingSystemId\" : null,\r\n            \"FirstName\" : \"Philip\",\r\n            \"LastName\" : \"Fry\",\r\n            \"CompanyName\" : \"Planet Express\",\r\n            \"AlternateEmail\" : \"fry@planetexpress.com\",\r\n            \"PhoneNumber\" : \"6055555555\",\r\n            \"AlternatePhoneNumber\" : null,\r\n            \"Address\" : \"123 West 57th street\",\r\n            \"City\" : \"Manhattan\",\r\n            \"State\" : \"NY\",\r\n            \"ZipCode\" : \"10012\",\r\n            \"Comments\" : \"Executive Delivery Boy\",\r\n            \"LastTicketOpened\" : null,\r\n            \"LastTicketClosed\" : null,\r\n            \"TotalTickets\" : 0,\r\n            \"SendSurveys\" : 1,\r\n            \"SendSurveysToAlt\" : 0,\r\n            \"LockedByUserId\" : null,\r\n            \"InformationLastUpdated\" : \"2018-05-03 15:20:00\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f1f89f1c-2c8c-4f93-a6ea-ac3bdabb6a43"},{"name":"Update Subscriber","id":"af89b4c7-4f6c-4626-8af0-863f1c51cf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Username\": \"pfry\",\r\n  \"ClientId\": 37,\r\n  \"DomainId\": 1,\r\n  \"ConnectionId\": 2,\r\n  \"ModemId\": 1,\r\n  \"RouterId\": 1,\r\n  \"OperatingSystemId\": 1, \r\n  \"FirstName\": \"Philip\",\r\n  \"LastName\": \"Fry\",\r\n  \"CompanyName\": \"Planet Express Test\",\r\n  \"AlternateEmail\": \"frytest@planetexpress.com\",\r\n  \"PhoneNumber\": \"6055555555\",\r\n  \"AlternatePhoneNumber\": \"\",\r\n  \"Address\": \"123 West 57th street\",\r\n  \"City\": \"Manhattan\",\r\n  \"State\": \"NY\",\r\n  \"ZipCode\": \"10012\",\r\n  \"Comments\": \"Delivery Boy\",\r\n  \"SendSurveys\": true,\r\n  \"SendSurveysToAlt\": false,\r\n  \"LockedByUserId\": null\r\n}"},"url":"{{url}}/subscribers/405395","description":"<p>Updates a Subscriber based on the data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Username</td>\n<td>string</td>\n<td>required</td>\n<td>Userame of subscriber</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>number</td>\n<td>required</td>\n<td>ISP subscriber is associated with</td>\n</tr>\n<tr>\n<td>DomainId</td>\n<td>number</td>\n<td>optional</td>\n<td>Domain subscriber is associated with</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID number of subscribers connection type</td>\n</tr>\n<tr>\n<td>ModemId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID number of subscribers modem</td>\n</tr>\n<tr>\n<td>RouterId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID number of subscribers router</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n<td>required</td>\n<td>Subscribers first name</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>required</td>\n<td>Subscribers last name</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers company name</td>\n</tr>\n<tr>\n<td>AlternateEmail</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers alternate email address</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>required</td>\n<td>Subscribers primary phone number</td>\n</tr>\n<tr>\n<td>AlternatePhoneNumber</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers alternate phone number</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers address</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers City</td>\n</tr>\n<tr>\n<td>State</td>\n<td>string</td>\n<td>optional</td>\n<td>Subscribers two digit state code</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>number</td>\n<td>optional</td>\n<td>Subscribers 5 digit zip code</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td>optional</td>\n<td>Additional comments related to subscriber</td>\n</tr>\n<tr>\n<td>SendSurveys</td>\n<td>boolean</td>\n<td>required</td>\n<td>Whether surveys should be sent to subscriber's primary email address</td>\n</tr>\n<tr>\n<td>SendSurveysToAlt</td>\n<td>boolean</td>\n<td>required</td>\n<td>Whether surveys should be sent to subscriber's alternate email address</td>\n</tr>\n<tr>\n<td>LockedByUserID</td>\n<td>number</td>\n<td>optional</td>\n<td>UserId that currently has the ticket opened/locked</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["subscribers","405395"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bc177cf9-f5e6-40ad-8c1e-da81de99b75f","name":"Update Subscriber","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"Username\": \"pfry\",\r\n  \"ClientId\": 402,\r\n  \"DomainId\": 467,\r\n  \"ConnectionId\": null,\r\n  \"ModemId\": null,\r\n  \"RouterId\": null,\r\n  \"FirstName\": \"Philip\",\r\n  \"LastName\": \"Fry\",\r\n  \"CompanyName\": \"Planet Express\",\r\n  \"AlternateEmail\": \"fry@planetexpress.com\",\r\n  \"PhoneNumber\": \"6055555555\",\r\n  \"AlternatePhoneNumber\":\"\",\r\n  \"Address\": \"123 West 57th street\",\r\n  \"City\": \"Manhattan\",\r\n  \"State\": \"NY\",\r\n  \"ZipCode\": \"10012\",\r\n  \"Comments\": \"Delivery Boy\",\r\n  \"SendSurveys\": true,\r\n  \"SendSurveysToAlt\": false,\r\n  \"LockedByUserId\": null\r\n}"},"url":"{{url}}/subscribers/359823"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"744","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:27:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscriber was updated\",\r\n    \"data\" : {\r\n            \"id\" : 359823,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-03 15:20:00\",\r\n            \"DateAdded\" : \"2018-05-03 15:20:00\",\r\n            \"Username\" : \"pfry\",\r\n            \"ClientId\" : 402,\r\n            \"DomainId\" : 467,\r\n            \"ConnectionId\" : null,\r\n            \"ModemId\" : null,\r\n            \"RouterId\" : null,\r\n            \"OperatingSystemId\" : null,\r\n            \"FirstName\" : \"Philip\",\r\n            \"LastName\" : \"Fry\",\r\n            \"CompanyName\" : \"Planet Express\",\r\n            \"AlternateEmail\" : \"fry@planetexpress.com\",\r\n            \"PhoneNumber\" : \"6055555555\",\r\n            \"AlternatePhoneNumber\" : null,\r\n            \"Address\" : \"123 West 57th street\",\r\n            \"City\" : \"Manhattan\",\r\n            \"State\" : \"NY\",\r\n            \"ZipCode\" : \"10012\",\r\n            \"Comments\" : \"Executive Delivery Boy\",\r\n            \"LastTicketOpened\" : null,\r\n            \"LastTicketClosed\" : null,\r\n            \"TotalTickets\" : 0,\r\n            \"SendSurveys\" : 1,\r\n            \"SendSurveysToAlt\" : 0,\r\n            \"LockedByUserId\" : null,\r\n            \"InformationLastUpdated\" : \"2018-05-03 15:20:00\"\r\n        }\r\n}"},{"id":"fc215e55-c2ea-4cb2-b6b0-28d3e05cd8dc","name":"Update Subscriber Invalid: Bad Parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"Username\": null,\r\n  \"ClientId\": 402,\r\n  \"DomainId\": 467,\r\n  \"ConnectionId\": null,\r\n  \"ModemId\": null,\r\n  \"RouterId\": null,\r\n  \"FirstName\": \"Philip\",\r\n  \"LastName\": \"Fry\",\r\n  \"CompanyName\": \"Planet Express\",\r\n  \"AlternateEmail\": \"fry@planetexpress.com\",\r\n  \"PhoneNumber\": \"6055555555\",\r\n  \"AlternatePhoneNumber\":\"\",\r\n  \"Address\": \"123 West 57th street\",\r\n  \"City\": \"Manhattan\",\r\n  \"State\": \"NY\",\r\n  \"ZipCode\": \"10012\",\r\n  \"Comments\": \"Delivery Boy\",\r\n  \"SendSurveys\": true,\r\n  \"SendSurveysToAlt\": false,\r\n  \"LockedByUserId\": null\r\n}"},"url":"{{url}}/subscribers/359823"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"70","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:27:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"Username\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"af89b4c7-4f6c-4626-8af0-863f1c51cf09"},{"name":"Remove Subscriber","id":"ea096736-889d-478f-8781-b285c4b1265d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/subscribers/359823","description":"<p>Removes the specified Subscriber</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["subscribers","359823"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a39805e3-a16e-4f32-a854-7f287e3e2c96","name":"Remove Subscriber Invalid: Entity Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/subscribers/359822"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:44:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Subscriber not found\"\r\n}"},{"id":"c65fc05e-56eb-4949-989f-d170a16e35da","name":"Remove Subscriber","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/subscribers/359823"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:43:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Subscriber was removed\"\r\n}"}],"_postman_id":"ea096736-889d-478f-8781-b285c4b1265d"}],"id":"dd246ca3-9ccb-4bd4-9625-a72a36ff2324","description":"<p>Subscribers is all the data that is associated with a subscriber/customer. When a user is editing a subscriber, that subscriber should be locked to prevent other users from editing at the same time.</p>\n","event":[{"listen":"prerequest","script":{"id":"5c4736eb-5ad9-4215-ae83-7d4eb678a14b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cb43ba8-a948-4fda-8c3d-ab8548a5d95a","type":"text/javascript","exec":[""]}}],"_postman_id":"dd246ca3-9ccb-4bd4-9625-a72a36ff2324","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Survey Questions","item":[{"name":"Retrieve All Survey Questions","id":"ea6d3ab7-e875-43d6-9b21-377eab76f749","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyQuestions","description":"<p>Retrieves all Survey Questions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveyQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8bcb7f84-5125-4aae-94e4-0adda19e196a","name":"Retrieve All Survey Questions with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/surveyQuestions?questiongroup=satisfaction","host":["{{url}}"],"path":["surveyQuestions"],"query":[{"key":"questiongroup","value":"satisfaction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3858","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:59:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Survey Questions retrieved\",\n    \"data\": [\n        {\n            \"id\": 153,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 15:57:00\",\n            \"SurveyQuestionTitle\": \"technician interest\",\n            \"SurveyQuestion\": \"The technician's interest in solving your problem\",\n            \"RequiresInteger\": 1,\n            \"RequiresBit\": 0,\n            \"RequiresText\": 0,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"QuestionGroup\": \"satisfaction\"\n        }\n    ]\n}"},{"id":"da767a18-34eb-4838-97bf-7fcd4f332e85","name":"Retrieve All Survey Questions","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"6680","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 21:58:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Survey Questions retrieved\",\n    \"data\": [\n        {\n            \"id\": 23,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-04-20 23:33:00\",\n            \"SurveyQuestionTitle\": \"Was the technician polite and courteous?\",\n            \"SurveyQuestion\": \"Was the technician polite and courteous?\",\n            \"RequiresInteger\": 1,\n            \"RequiresBit\": 0,\n            \"RequiresText\": 0,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 0,\n            \"QuestionGroup\": \"\"\n        },\n        {\n            \"id\": 24,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-04-20 23:33:00\",\n            \"SurveyQuestionTitle\": \"Did the technician solve your problem?\",\n            \"SurveyQuestion\": \"Did the technician solve your problem?\",\n            \"RequiresInteger\": 1,\n            \"RequiresBit\": 0,\n            \"RequiresText\": 0,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 0,\n            \"QuestionGroup\": \"\"\n        },\n        {\n            \"id\": 25,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-04-20 23:33:00\",\n            \"SurveyQuestionTitle\": \"What overall rating would you give for this Help D\",\n            \"SurveyQuestion\": \"What overall rating would you give for this Help Desk Service?\",\n            \"RequiresInteger\": 1,\n            \"RequiresBit\": 0,\n            \"RequiresText\": 0,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 0,\n            \"QuestionGroup\": \"\"\n        },\n        {\n            \"id\": 153,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-03 15:57:00\",\n            \"SurveyQuestionTitle\": \"technician interest\",\n            \"SurveyQuestion\": \"The technician's interest in solving your problem\",\n            \"RequiresInteger\": 1,\n            \"RequiresBit\": 0,\n            \"RequiresText\": 0,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"QuestionGroup\": \"satisfaction\"\n        }\n    ]\n}"},{"id":"ec92483c-1dcb-49f1-a39e-e698c507f8b8","name":"Retrieve All Survey Questions with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/surveyQuestions?questiongroup=test","host":["{{url}}"],"path":["surveyQuestions"],"query":[{"key":"questiongroup","value":"test"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"51","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:00:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Question not found\"\r\n}"}],"_postman_id":"ea6d3ab7-e875-43d6-9b21-377eab76f749"},{"name":"Retrieve Survey Question by ID","id":"7bc903e5-7bef-4aec-99ce-677fee4f01dd","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyQuestions/153","description":"<p>Retrieves the specified Survey Question</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveyQuestions","153"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"389ed86c-7485-4df8-a362-7cf8793234d0","name":"Retrieve Survey Question by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyQuestions/154"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"51","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:00:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Question not found\"\r\n}"},{"id":"471411f1-efad-4aa2-84d4-62d68f1b9586","name":"Retrieve Survey Question by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyQuestions/153"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"348","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:00:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Survey Question retrieved\",\r\n    \"data\" : {\r\n        \"id\" : \"153\",\r\n        \"ModifyUserId\" : 888,\r\n        \"ModifyDate\" : \"2018-05-03 15:57:00\",\r\n        \"SurveyQuestionTitle\" : \"technician interest\",\r\n        \"SurveyQuestion\" : \"The technician's interest in solving your problem\",\r\n        \"RequiresInteger\" : 1,\r\n        \"RequiresBit\" : 0,\r\n        \"RequiresText\" : 0,\r\n        \"IsGlobal\" : 1,\r\n        \"IsVisible\" : 1,\r\n        \"QuestionGroup\" : \"satisfaction\"\r\n    }\r\n}"}],"_postman_id":"7bc903e5-7bef-4aec-99ce-677fee4f01dd"}],"id":"aae135e2-a42d-4371-9b76-59f5afd51158","description":"<p>Survey Questions are the individual questions that are part of a customer Survey.</p>\n","event":[{"listen":"prerequest","script":{"id":"a6f51adb-ec4c-49e8-8bc7-7d9ef0c51375","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1726aad4-e7a3-4000-b570-e79308683b80","type":"text/javascript","exec":[""]}}],"_postman_id":"aae135e2-a42d-4371-9b76-59f5afd51158","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Survey Returns","item":[{"name":"Retrieve All Survey Returns","id":"ddc22328-6755-45e9-b64c-355ef38fe631","request":{"method":"GET","header":[],"url":"{{url}}/surveysearch?updateuser=pfry","description":"<p>Retrieves all Survey Returns, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveysearch"],"host":["{{url}}"],"query":[{"key":"updateuser","value":"pfry"}],"variable":[]}},"response":[{"id":"185dc219-eff7-48b7-8394-398db42a457f","name":"Retrieve All Survey Returns with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/surveyReturns?ticketid=469211","host":["{{url}}"],"path":["surveyReturns"],"query":[{"key":"ticketid","value":"469211"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"265","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:14:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Survey Returns retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 54290,\r\n            \"TicketId\" : 469211,\r\n            \"ReturnDate\" : \"2012-01-01 08:25:26.997\",\r\n            \"SurveyAverage\" : 5,\r\n            \"IsVisible\" : 1\r\n        },\r\n        {\r\n            \"id\" : 116573,\r\n            \"TicketId\" : 469211,\r\n            \"ReturnDate\" : \"2018-05-03 00:00:00.000\",\r\n            \"SurveyAverage\" : 3.5,\r\n            \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"80ffeb1c-2978-4409-b106-b78c832d88de","name":"Retrieve All Survey Returns with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/surveyReturns?ticketid=4692111","host":["{{url}}"],"path":["surveyReturns"],"query":[{"key":"ticketid","value":"4692111"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:14:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Return not found\"\r\n}"},{"id":"b7ff22e6-3d3d-4bb0-b7da-023ba818edd9","name":"Retrieve All Survey Returns Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyReturns"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 16:07:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Thu Apr 09 2037 07:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"cdkb8s3nn35c7sujklv2dg7q81","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"}],"_postman_id":"ddc22328-6755-45e9-b64c-355ef38fe631"},{"name":"Retrieve Survey Return by ID","id":"55c184c9-e0f0-465e-bd7c-8e02bdb5b7bf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyReturns/116573","description":"<p>Retrieves the specified Survey Return</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveyReturns","116573"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9e0aacab-0025-4e44-a28d-4a69bf8a2257","name":"Retrieve Survey Return by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyReturns/1165731"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:15:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Return not found\"\r\n}"},{"id":"bc4edd9f-2f70-4810-9380-90ac444f5347","name":"Retrieve Survey Return by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyReturns/116573"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"162","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:15:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Survey Return retrieved\",\n    \"data\": {\n        \"id\": 116573,\n        \"TicketId\": 469211,\n        \"ReturnDate\": \"2018-05-03 00:00:00.000\",\n        \"SurveyAverage\": 3.5,\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"55c184c9-e0f0-465e-bd7c-8e02bdb5b7bf"}],"id":"92b3f3d1-0430-40ac-b6aa-9cd448d8e964","description":"<p>Survey Returns are the responses from a completed Survey.</p>\n","event":[{"listen":"prerequest","script":{"id":"d6f1693d-643f-4e7f-a2e2-cfc4b392e21f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e4d37137-65e4-48dc-b05c-b81cdb0d4282","type":"text/javascript","exec":[""]}}],"_postman_id":"92b3f3d1-0430-40ac-b6aa-9cd448d8e964","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Survey Search","item":[{"name":"Retrieve all Survey Returns","id":"55715077-4044-4e6a-8933-7684d5266f92","request":{"method":"GET","header":[],"url":"{{url}}/surveysearch?ticketid=4692111","description":"<p>Retrieves all Survey Returns, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveysearch"],"host":["{{url}}"],"query":[{"key":"ticketid","value":"4692111"}],"variable":[]}},"response":[{"id":"05fb5cf6-a6b5-4e2d-a528-e1d907d5851a","name":"Retrieve All Survey Returns Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyReturns"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 16:07:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Thu Apr 09 2037 07:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"cdkb8s3nn35c7sujklv2dg7q81","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"71a0ea07-f7ba-433a-9a6b-80dd7413d455","name":"Retrieve All Survey Returns with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/surveyReturns?ticketid=469211","host":["{{url}}"],"path":["surveyReturns"],"query":[{"key":"ticketid","value":"469211"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"265","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:14:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Survey Returns retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 54290,\r\n            \"TicketId\" : 469211,\r\n            \"ReturnDate\" : \"2012-01-01 08:25:26.997\",\r\n            \"SurveyAverage\" : 5,\r\n            \"IsVisible\" : 1\r\n        },\r\n        {\r\n            \"id\" : 116573,\r\n            \"TicketId\" : 469211,\r\n            \"ReturnDate\" : \"2018-05-03 00:00:00.000\",\r\n            \"SurveyAverage\" : 3.5,\r\n            \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"a5ed3986-4a3e-4857-9fc5-1fc94ddf9fb1","name":"Retrieve All Survey Returns with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/surveyReturns?ticketid=4692111","host":["{{url}}"],"path":["surveyReturns"],"query":[{"key":"ticketid","value":"4692111"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:14:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Return not found\"\r\n}"}],"_postman_id":"55715077-4044-4e6a-8933-7684d5266f92"}],"id":"be150898-b503-4dd5-bb96-9d33f8eda767","event":[{"listen":"prerequest","script":{"id":"d6f1693d-643f-4e7f-a2e2-cfc4b392e21f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e4d37137-65e4-48dc-b05c-b81cdb0d4282","type":"text/javascript","exec":[""]}}],"_postman_id":"be150898-b503-4dd5-bb96-9d33f8eda767","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Survey Returned Answers","item":[{"name":"Retrieve All Survey Returned Answers","id":"278d2a57-411a-49c0-aff9-29965cea7531","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyReturnedAnswers?surveyreturnedid=478","description":"<p>Retrieves all Survery Returned Answers, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveyReturnedAnswers"],"host":["{{url}}"],"query":[{"key":"surveyreturnedid","value":"478"}],"variable":[]}},"response":[{"id":"94c504b9-93c7-4b7a-9450-b0e049e83e34","name":"Retrieve All Survey Returned Answers Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyReturnedAnswers"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:26:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"d9c5581c-148f-47f0-9c68-447c71d2d321","name":"Retrieve All Survey Returned Answers with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/surveyReturnedAnswers?surveyreturnedid=47812","host":["{{url}}"],"path":["surveyReturnedAnswers"],"query":[{"key":"surveyreturnedid","value":"47812"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"58","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:27:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Returned Answer not found\"\r\n}"},{"id":"dd9222b2-6356-4121-8de7-3420d62d3bdd","name":"Retrieve All Survey Returned Answers with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/surveyReturnedAnswers?surveyreturnedid=478","host":["{{url}}"],"path":["surveyReturnedAnswers"],"query":[{"key":"surveyreturnedid","value":"478"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"488","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:25:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Survey Returned Answers retrieved\",\n    \"data\": [\n        {\n            \"id\": 852414,\n            \"SurveyReturnedId\": 478,\n            \"SurveyQuestionId\": 23,\n            \"Answer\": \"4\"\n        }\n    ]\n}"}],"_postman_id":"278d2a57-411a-49c0-aff9-29965cea7531"},{"name":"Retrieve Survey Returned Answer by ID","id":"0a7b9011-a953-446d-8634-fddb68e1e26c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyReturnedAnswers/852414","description":"<p>Retrieves the specified Survey Returned Answer</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["surveyReturnedAnswers","852414"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a42415a4-770b-4552-b295-17fbf4e6290d","name":"Retrieve Survey Returned Answer by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/surveyReturnedAnswers/8524141"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"58","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:28:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Survey Returned Answer not found\"\r\n}"},{"id":"d0a74745-db4c-4c1a-9e70-85732188b7c0","name":"Retrieve Survey Returned Answer by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/surveyReturnedAnswers/852414"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"138","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 03 May 2018 22:28:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Survey Returned Answer retrieved\",\n    \"data\": {\n        \"id\": 852414,\n        \"SurveyReturnedId\": 478,\n        \"SurveyQuestionId\": 23,\n        \"Answer\": \"4\"\n    }\n}"}],"_postman_id":"0a7b9011-a953-446d-8634-fddb68e1e26c"}],"id":"ca507542-7ecf-49be-a5b7-c806b19c449e","description":"<p>Survey Returned Answers is an association between a Survey and the response in Survey Return.</p>\n","event":[{"listen":"prerequest","script":{"id":"8abfae5f-c513-4868-9d24-b3ba744f4047","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"09e56273-1c21-4bd6-a882-a5745bbdd8fb","type":"text/javascript","exec":[""]}}],"_postman_id":"ca507542-7ecf-49be-a5b7-c806b19c449e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Templates","item":[{"name":"Retrieve All Templates","id":"b5bca719-8798-4533-968e-1e128b8962d1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/templates?template=no%20dial%20tone","description":"<p>Retrieve all Templates</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templates"],"host":["{{url}}"],"query":[{"key":"template","value":"no%20dial%20tone"}],"variable":[]}},"response":[{"id":"3f8c6e6b-7d0b-4fc4-88aa-8d1190877769","name":"Retrieve All Templates with Search Query Invalid","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/templates?template=no%20phone%20tone","host":["{{url}}"],"path":["templates"],"query":[{"key":"template","value":"no%20phone%20tone"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"44","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:14:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Template not found\"\r\n}"},{"id":"4a5be9fb-f16e-4164-9743-c8e874bc73a3","name":"Retrieve All Templates Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templates"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 16:26:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Thu Apr 09 2037 07:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"cdkb8s3nn35c7sujklv2dg7q81","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"d666f5d3-8c71-4be0-b8ed-beadd8ecd9ab","name":"Retrieve All Templates with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/templates?template=no%20dial%20tone","host":["{{url}}"],"path":["templates"],"query":[{"key":"template","value":"no%20dial%20tone"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"53715","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:12:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Templates retrieved\",\n    \"data\": [\n        {\n            \"id\": 1366,\n            \"Template\": \"No dial tone\",\n            \"TemplateXml\": \"&lt;xml&gt;&lt;node&gt;&lt;name&gt;No Dial Tone&lt;/name&gt;&lt;key&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;/key&gt;&lt;parentguid /&gt;&lt;question&gt;LEFT_TAGSTRONGRIGHT_TAGCheck LEFT_TAGA href='http://intranet/csc' target=_blankRIGHT_TAGLEFT_TAGFONT color=#ff0000RIGHT_TAGDisconnect ListLEFT_TAG/FONTRIGHT_TAGLEFT_TAG/ARIGHT_TAGLEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGTrouble Shooting InstructionsLEFT_TAGBRRIGHT_TAGLEFT_TAG/STRONGRIGHT_TAG1. Unplug all phone lines from the phone jacksLEFT_TAGBRRIGHT_TAG2. Unplug cordless phone base from electricity as well as the phone jackLEFT_TAGBRRIGHT_TAG3. Leave everything unplugged for 5 minutesLEFT_TAGBRRIGHT_TAG4. Plug in any non-cordless phone and check for dial toneLEFT_TAGBRRIGHT_TAG5. Advise customer to call back if dial tone is restored so we can update the ticketLEFT_TAGBRRIGHT_TAG6. If no dial tone and O/C is required, please call us back so we can dispatch to a tech. Charges could apply if customer owned equipment is causing the trouble.LEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGFill out template, press OK then Done and stage to tier 2.&lt;/question&gt;&lt;url /&gt;&lt;google /&gt;&lt;condition1&gt;OK Is the customer's service disconnected or suspended?:&lt;/condition1&gt;&lt;transition1&gt;Results&lt;/transition1&gt;&lt;transitionguid1&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;/transitionguid1&gt;&lt;condition2 /&gt;&lt;transition2 /&gt;&lt;transitionguid2 /&gt;&lt;condition3 /&gt;&lt;transition3 /&gt;&lt;transitionguid3 /&gt;&lt;condition4 /&gt;&lt;transition4 /&gt;&lt;transitionguid4 /&gt;&lt;condition5 /&gt;&lt;transition5 /&gt;&lt;transitionguid5 /&gt;&lt;nodecolor&gt;-1&lt;/nodecolor&gt;&lt;totemplate /&gt;&lt;totemplateid&gt;-1&lt;/totemplateid&gt;&lt;/node&gt;&lt;node&gt;&lt;name&gt;Results&lt;/name&gt;&lt;key&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;/key&gt;&lt;parentguid&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;/parentguid&gt;&lt;question&gt;Stage tickets to Tier 2&lt;/question&gt;&lt;url /&gt;&lt;google /&gt;&lt;condition1 /&gt;&lt;transition1 /&gt;&lt;transitionguid1 /&gt;&lt;condition2 /&gt;&lt;transition2 /&gt;&lt;transitionguid2 /&gt;&lt;condition3 /&gt;&lt;transition3 /&gt;&lt;transitionguid3 /&gt;&lt;condition4 /&gt;&lt;transition4 /&gt;&lt;transitionguid4 /&gt;&lt;condition5 /&gt;&lt;transition5 /&gt;&lt;transitionguid5 /&gt;&lt;nodecolor&gt;-1&lt;/nodecolor&gt;&lt;totemplate /&gt;&lt;totemplateid&gt;-1&lt;/totemplateid&gt;&lt;/node&gt;&lt;/xml&gt;\"\n        }\n    ]\n}"}],"_postman_id":"b5bca719-8798-4533-968e-1e128b8962d1"},{"name":"Retrieve Template by ID","id":"da509f15-37e9-4caf-857c-db0c88f10d0c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/templates/1366","description":"<p>Retrieves the specified Template</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templates","1366"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"abbbb850-1d99-48ed-8ac2-a776b5a7b00d","name":"Retrieve Template by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/templates/1366"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2624","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:15:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true,\"msg\":\"Template retrieved\",\"data\":{\"id\":\"1366\",\"Template\":\"No dial tone\",\"TemplateXml\":\"&lt;xml&gt;&lt;node&gt;&lt;name&gt;No Dial Tone&lt;\\/name&gt;&lt;key&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;\\/key&gt;&lt;parentguid \\/&gt;&lt;question&gt;LEFT_TAGSTRONGRIGHT_TAGCheck LEFT_TAGA href='http:\\/\\/intranet\\/csc' target=_blankRIGHT_TAGLEFT_TAGFONT color=#ff0000RIGHT_TAGDisconnect ListLEFT_TAG\\/FONTRIGHT_TAGLEFT_TAG\\/ARIGHT_TAGLEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGTrouble Shooting InstructionsLEFT_TAGBRRIGHT_TAGLEFT_TAG\\/STRONGRIGHT_TAG1. Unplug all phone lines from the phone jacksLEFT_TAGBRRIGHT_TAG2. Unplug cordless phone base from electricity as well as the phone jackLEFT_TAGBRRIGHT_TAG3. Leave everything unplugged for 5 minutesLEFT_TAGBRRIGHT_TAG4. Plug in any non-cordless phone and check for dial toneLEFT_TAGBRRIGHT_TAG5. Advise customer to call back if dial tone is restored so we can update the ticketLEFT_TAGBRRIGHT_TAG6. If no dial tone and O\\/C is required, please call us back so we can dispatch to a tech. Charges could apply if customer owned equipment is causing the trouble.LEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGFill out template, press OK then Done and stage to tier 2.&lt;\\/question&gt;&lt;url \\/&gt;&lt;google \\/&gt;&lt;condition1&gt;OK Is the customer's service disconnected or suspended?:&lt;\\/condition1&gt;&lt;transition1&gt;Results&lt;\\/transition1&gt;&lt;transitionguid1&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;\\/transitionguid1&gt;&lt;condition2 \\/&gt;&lt;transition2 \\/&gt;&lt;transitionguid2 \\/&gt;&lt;condition3 \\/&gt;&lt;transition3 \\/&gt;&lt;transitionguid3 \\/&gt;&lt;condition4 \\/&gt;&lt;transition4 \\/&gt;&lt;transitionguid4 \\/&gt;&lt;condition5 \\/&gt;&lt;transition5 \\/&gt;&lt;transitionguid5 \\/&gt;&lt;nodecolor&gt;-1&lt;\\/nodecolor&gt;&lt;totemplate \\/&gt;&lt;totemplateid&gt;-1&lt;\\/totemplateid&gt;&lt;\\/node&gt;&lt;node&gt;&lt;name&gt;Results&lt;\\/name&gt;&lt;key&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;\\/key&gt;&lt;parentguid&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;\\/parentguid&gt;&lt;question&gt;Stage tickets to Tier 2&lt;\\/question&gt;&lt;url \\/&gt;&lt;google \\/&gt;&lt;condition1 \\/&gt;&lt;transition1 \\/&gt;&lt;transitionguid1 \\/&gt;&lt;condition2 \\/&gt;&lt;transition2 \\/&gt;&lt;transitionguid2 \\/&gt;&lt;condition3 \\/&gt;&lt;transition3 \\/&gt;&lt;transitionguid3 \\/&gt;&lt;condition4 \\/&gt;&lt;transition4 \\/&gt;&lt;transitionguid4 \\/&gt;&lt;condition5 \\/&gt;&lt;transition5 \\/&gt;&lt;transitionguid5 \\/&gt;&lt;nodecolor&gt;-1&lt;\\/nodecolor&gt;&lt;totemplate \\/&gt;&lt;totemplateid&gt;-1&lt;\\/totemplateid&gt;&lt;\\/node&gt;&lt;\\/xml&gt;\"}}"},{"id":"b4f9b7ac-8743-44b9-a61d-79852b588480","name":"Retrieve Template by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templates/1367"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"44","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:15:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Template not found\"\r\n}"}],"_postman_id":"da509f15-37e9-4caf-857c-db0c88f10d0c"}],"id":"8121d742-5256-4458-a93f-eb7031b24c67","description":"<p>Templates contain the xml data used to to build the step by step directions for trouble shooting during a call.</p>\n","event":[{"listen":"prerequest","script":{"id":"6a7e368a-1b89-4761-8005-02dcbd244eed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36c0ff9d-bb57-4d5f-b2ed-41f7b35f6db1","type":"text/javascript","exec":[""]}}],"_postman_id":"8121d742-5256-4458-a93f-eb7031b24c67","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Template Conditions","item":[{"name":"Get All Template Conditions","id":"2756a1ec-179a-4972-ac81-3ac781d660da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/templateconditions","description":"<p>Get all template condition records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templateconditions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"47d4ca05-685d-46d4-b771-1105f5923e69","name":"Get All Template Conditions with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/templateconditions?templateconditionid=501","host":["{{url}}"],"path":["templateconditions"],"query":[{"key":"templateconditionid","value":"501"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Wed, 11 Mar 2020 18:50:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"165"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Template Conditions returned\",\n    \"data\": [\n        {\n            \"id\": 501,\n            \"Condition\": \"Callback number recorded.\",\n            \"TransitionTemplatePageId\": 775,\n            \"TemplatePageId\": 774\n        }\n    ]\n}"},{"id":"8088428f-7a9f-4883-9074-f1d92a65acc7","name":"Get All Template Conditions","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templateconditions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 15:59:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"351"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Template conditions returned\",\n    \"data\": [\n        {\n            \"Id\": 1,\n            \"Condition\": \"This is not the ship you are looking for...\",\n            \"TransitionTemplatePageId\": 4,\n            \"TemplatePageId\": 3\n        },\n        {\n            \"Id\": 4,\n            \"Condition\": \"This is a test 2\",\n            \"TransitionTemplatePageId\": 3,\n            \"TemplatePageId\": 4\n        },\n        {\n            \"Id\": 5,\n            \"Condition\": \"This is a test\",\n            \"TransitionTemplatePageId\": 1,\n            \"TemplatePageId\": 2\n        }\n    ]\n}"},{"id":"ec84b4dd-40d8-4ee0-bc66-4a4c3293bbae","name":"Get All Template Conditions Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templateconditions"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 16:13:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No Template Conditions Exist\"\n}"}],"_postman_id":"2756a1ec-179a-4972-ac81-3ac781d660da"},{"name":"Get Template Condition by ID","id":"947c5144-787b-4ee6-a706-d8dbd4ab3ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/templateconditions/1","description":"<p>Retrieves the specified template condition by passing the <code>templateconditionid</code> in the route path</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templateconditions","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03201219-6484-4e16-8f61-01e83aab757b","name":"Get Template Condition by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templateconditions/6"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 16:32:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"TemplateCondition with Id `6` returned\",\n    \"data\": {\n        \"Id\": 6,\n        \"Condition\": \"This is a test\",\n        \"TransitionTemplatePageId\": 1,\n        \"TemplatePageId\": 2\n    }\n}"},{"id":"549ae0bf-2341-46ed-bed4-e143a8c41cc8","name":"Get Template Condition by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templateconditions/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 16:24:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Template Condition with ID `1` does not exist\"\n}"}],"_postman_id":"947c5144-787b-4ee6-a706-d8dbd4ab3ad7"}],"id":"786f004d-ccc4-482e-a405-fde2e16ad0a9","_postman_id":"786f004d-ccc4-482e-a405-fde2e16ad0a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Template Nodes","item":[{"name":"Retrieve All Template Nodes","id":"6f965241-5073-4351-942a-84b44a20caf6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/templateNodes","description":"<p>Retrieves all Template Nodes</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templateNodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6e01c0f4-5e86-4f98-8fba-5be68dc36302","name":"Retrieve All Template Nodes with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/templateNodes?node=no%20phone%20tone","host":["{{url}}"],"path":["templateNodes"],"query":[{"key":"node","value":"no%20phone%20tone"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:34:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Template Node not found\"\r\n}"},{"id":"932c3b57-e7bf-46d9-90a9-8a4032bf01a0","name":"Retrieve All Template Nodes","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/templateNodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1673145","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:31:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Template Nodes retrieved\",\n    \"data\": [\n        {\n            \"id\": 660,\n            \"Node\": \"No dial tone\",\n            \"NodeXml\": \"&lt;xml&gt;&lt;node&gt;&lt;name&gt;No Dial Tone&lt;/name&gt;&lt;key&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;/key&gt;&lt;parentguid /&gt;&lt;question&gt;LEFT_TAGSTRONGRIGHT_TAGCheck LEFT_TAGA href='http://intranet/csc' target=_blankRIGHT_TAGLEFT_TAGFONT color=#ff0000RIGHT_TAGDisconnect ListLEFT_TAG/FONTRIGHT_TAGLEFT_TAG/ARIGHT_TAGLEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGTrouble Shooting InstructionsLEFT_TAGBRRIGHT_TAGLEFT_TAG/STRONGRIGHT_TAG1. Unplug all phone lines from the phone jacksLEFT_TAGBRRIGHT_TAG2. Unplug cordless phone base from electricity as well as the phone jackLEFT_TAGBRRIGHT_TAG3. Leave everything unplugged for 5 minutesLEFT_TAGBRRIGHT_TAG4. Plug in any non-cordless phone and check for dial toneLEFT_TAGBRRIGHT_TAG5. Advise customer to call back if dial tone is restored so we can update the ticketLEFT_TAGBRRIGHT_TAG6. If no dial tone and O/C is required, please call us back so we can dispatch to a tech. Charges could apply if customer owned equipment is causing the trouble.LEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGFill out template, press OK then Done and stage to tier 2.&lt;/question&gt;&lt;url /&gt;&lt;google /&gt;&lt;condition1&gt;OK Is the customer's service disconnected or suspended?:&lt;/condition1&gt;&lt;transition1&gt;Results&lt;/transition1&gt;&lt;transitionguid1&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;/transitionguid1&gt;&lt;condition2 /&gt;&lt;transition2 /&gt;&lt;transitionguid2 /&gt;&lt;condition3 /&gt;&lt;transition3 /&gt;&lt;transitionguid3 /&gt;&lt;condition4 /&gt;&lt;transition4 /&gt;&lt;transitionguid4 /&gt;&lt;condition5 /&gt;&lt;transition5 /&gt;&lt;transitionguid5 /&gt;&lt;nodecolor&gt;-1&lt;/nodecolor&gt;&lt;totemplate /&gt;&lt;totemplateid&gt;-1&lt;/totemplateid&gt;&lt;/node&gt;&lt;node&gt;&lt;name&gt;Results&lt;/name&gt;&lt;key&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;/key&gt;&lt;parentguid&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;/parentguid&gt;&lt;question&gt;Stage tickets to Tier 2&lt;/question&gt;&lt;url /&gt;&lt;google /&gt;&lt;condition1 /&gt;&lt;transition1 /&gt;&lt;transitionguid1 /&gt;&lt;condition2 /&gt;&lt;transition2 /&gt;&lt;transitionguid2 /&gt;&lt;condition3 /&gt;&lt;transition3 /&gt;&lt;transitionguid3 /&gt;&lt;condition4 /&gt;&lt;transition4 /&gt;&lt;transitionguid4 /&gt;&lt;condition5 /&gt;&lt;transition5 /&gt;&lt;transitionguid5 /&gt;&lt;nodecolor&gt;-1&lt;/nodecolor&gt;&lt;totemplate /&gt;&lt;totemplateid&gt;-1&lt;/totemplateid&gt;&lt;/node&gt;&lt;/xml&gt;\"\n        }\n    ]\n}"},{"id":"ffea064f-7e57-45ad-abcf-428b8121fcfa","name":"Retrieve All Template Nodes with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/templateNodes?node=no%20dial%20tone","host":["{{url}}"],"path":["templateNodes"],"query":[{"key":"node","value":"no%20dial%20tone"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"5029","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:33:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Template Nodes retrieved\",\n    \"data\": [\n        {\n            \"id\": 660,\n            \"Node\": \"No dial tone\",\n            \"NodeXml\": \"&lt;xml&gt;&lt;node&gt;&lt;name&gt;No Dial Tone&lt;/name&gt;&lt;key&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;/key&gt;&lt;parentguid /&gt;&lt;question&gt;LEFT_TAGSTRONGRIGHT_TAGCheck LEFT_TAGA href='http://intranet/csc' target=_blankRIGHT_TAGLEFT_TAGFONT color=#ff0000RIGHT_TAGDisconnect ListLEFT_TAG/FONTRIGHT_TAGLEFT_TAG/ARIGHT_TAGLEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGTrouble Shooting InstructionsLEFT_TAGBRRIGHT_TAGLEFT_TAG/STRONGRIGHT_TAG1. Unplug all phone lines from the phone jacksLEFT_TAGBRRIGHT_TAG2. Unplug cordless phone base from electricity as well as the phone jackLEFT_TAGBRRIGHT_TAG3. Leave everything unplugged for 5 minutesLEFT_TAGBRRIGHT_TAG4. Plug in any non-cordless phone and check for dial toneLEFT_TAGBRRIGHT_TAG5. Advise customer to call back if dial tone is restored so we can update the ticketLEFT_TAGBRRIGHT_TAG6. If no dial tone and O/C is required, please call us back so we can dispatch to a tech. Charges could apply if customer owned equipment is causing the trouble.LEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGFill out template, press OK then Done and stage to tier 2.&lt;/question&gt;&lt;url /&gt;&lt;google /&gt;&lt;condition1&gt;OK Is the customer's service disconnected or suspended?:&lt;/condition1&gt;&lt;transition1&gt;Results&lt;/transition1&gt;&lt;transitionguid1&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;/transitionguid1&gt;&lt;condition2 /&gt;&lt;transition2 /&gt;&lt;transitionguid2 /&gt;&lt;condition3 /&gt;&lt;transition3 /&gt;&lt;transitionguid3 /&gt;&lt;condition4 /&gt;&lt;transition4 /&gt;&lt;transitionguid4 /&gt;&lt;condition5 /&gt;&lt;transition5 /&gt;&lt;transitionguid5 /&gt;&lt;nodecolor&gt;-1&lt;/nodecolor&gt;&lt;totemplate /&gt;&lt;totemplateid&gt;-1&lt;/totemplateid&gt;&lt;/node&gt;&lt;node&gt;&lt;name&gt;Results&lt;/name&gt;&lt;key&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;/key&gt;&lt;parentguid&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;/parentguid&gt;&lt;question&gt;Stage tickets to Tier 2&lt;/question&gt;&lt;url /&gt;&lt;google /&gt;&lt;condition1 /&gt;&lt;transition1 /&gt;&lt;transitionguid1 /&gt;&lt;condition2 /&gt;&lt;transition2 /&gt;&lt;transitionguid2 /&gt;&lt;condition3 /&gt;&lt;transition3 /&gt;&lt;transitionguid3 /&gt;&lt;condition4 /&gt;&lt;transition4 /&gt;&lt;transitionguid4 /&gt;&lt;condition5 /&gt;&lt;transition5 /&gt;&lt;transitionguid5 /&gt;&lt;nodecolor&gt;-1&lt;/nodecolor&gt;&lt;totemplate /&gt;&lt;totemplateid&gt;-1&lt;/totemplateid&gt;&lt;/node&gt;&lt;/xml&gt;\"\n        }\n    ]\n}"}],"_postman_id":"6f965241-5073-4351-942a-84b44a20caf6"},{"name":"Retrieve Template Node by ID","id":"a2132641-6d91-4eaa-b5eb-6ab55a0b2728","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/templateNodes/660","description":"<p>Retrieves the specified Template Node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templateNodes","660"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"493f9ec7-062d-4acf-ac6a-7efe4ea09c4d","name":"Retrieve Template Node by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templateNodes/660"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2620","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:34:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Template Node retrieved\",\r\n    \"data\" : {\r\n        \"id\" : \"660\",\r\n        \"Node\" : \"No dial tone\",\r\n        \"NodeXml\" : \"&lt;xml&gt;&lt;node&gt;&lt;name&gt;No Dial Tone&lt;\\/name&gt;&lt;key&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;\\/key&gt;&lt;parentguid \\/&gt;&lt;question&gt;LEFT_TAGSTRONGRIGHT_TAGCheck LEFT_TAGA href='http:\\/\\/intranet\\/csc' target=_blankRIGHT_TAGLEFT_TAGFONT color=#ff0000RIGHT_TAGDisconnect ListLEFT_TAG\\/FONTRIGHT_TAGLEFT_TAG\\/ARIGHT_TAGLEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGTrouble Shooting InstructionsLEFT_TAGBRRIGHT_TAGLEFT_TAG\\/STRONGRIGHT_TAG1. Unplug all phone lines from the phone jacksLEFT_TAGBRRIGHT_TAG2. Unplug cordless phone base from electricity as well as the phone jackLEFT_TAGBRRIGHT_TAG3. Leave everything unplugged for 5 minutesLEFT_TAGBRRIGHT_TAG4. Plug in any non-cordless phone and check for dial toneLEFT_TAGBRRIGHT_TAG5. Advise customer to call back if dial tone is restored so we can update the ticketLEFT_TAGBRRIGHT_TAG6. If no dial tone and O\\/C is required, please call us back so we can dispatch to a tech. Charges could apply if customer owned equipment is causing the trouble.LEFT_TAGBRRIGHT_TAGLEFT_TAGBRRIGHT_TAGFill out template, press OK then Done and stage to tier 2.&lt;\\/question&gt;&lt;url \\/&gt;&lt;google \\/&gt;&lt;condition1&gt;OK Is the customer's service disconnected or suspended?:&lt;\\/condition1&gt;&lt;transition1&gt;Results&lt;\\/transition1&gt;&lt;transitionguid1&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;\\/transitionguid1&gt;&lt;condition2 \\/&gt;&lt;transition2 \\/&gt;&lt;transitionguid2 \\/&gt;&lt;condition3 \\/&gt;&lt;transition3 \\/&gt;&lt;transitionguid3 \\/&gt;&lt;condition4 \\/&gt;&lt;transition4 \\/&gt;&lt;transitionguid4 \\/&gt;&lt;condition5 \\/&gt;&lt;transition5 \\/&gt;&lt;transitionguid5 \\/&gt;&lt;nodecolor&gt;-1&lt;\\/nodecolor&gt;&lt;totemplate \\/&gt;&lt;totemplateid&gt;-1&lt;\\/totemplateid&gt;&lt;\\/node&gt;&lt;node&gt;&lt;name&gt;Results&lt;\\/name&gt;&lt;key&gt;58c7b624-8a59-44ce-b16b-09fbcf38004b&lt;\\/key&gt;&lt;parentguid&gt;f854ef4d-5f30-4261-875d-41232361496e&lt;\\/parentguid&gt;&lt;question&gt;Stage tickets to Tier 2&lt;\\/question&gt;&lt;url \\/&gt;&lt;google \\/&gt;&lt;condition1 \\/&gt;&lt;transition1 \\/&gt;&lt;transitionguid1 \\/&gt;&lt;condition2 \\/&gt;&lt;transition2 \\/&gt;&lt;transitionguid2 \\/&gt;&lt;condition3 \\/&gt;&lt;transition3 \\/&gt;&lt;transitionguid3 \\/&gt;&lt;condition4 \\/&gt;&lt;transition4 \\/&gt;&lt;transitionguid4 \\/&gt;&lt;condition5 \\/&gt;&lt;transition5 \\/&gt;&lt;transitionguid5 \\/&gt;&lt;nodecolor&gt;-1&lt;\\/nodecolor&gt;&lt;totemplate \\/&gt;&lt;totemplateid&gt;-1&lt;\\/totemplateid&gt;&lt;\\/node&gt;&lt;\\/xml&gt;\"\r\n    }\r\n}"},{"id":"ea3a7783-c2c1-4509-b4d4-7d40a99f107e","name":"Retrieve Template Node by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templateNodes/661"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 14:35:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Template Node not found\"\r\n}"}],"_postman_id":"a2132641-6d91-4eaa-b5eb-6ab55a0b2728"}],"id":"6fdc03de-f99c-41d8-8855-aa68fe23e7c6","description":"<p>Template Nodes are global pieces of a Template that can be used in various Templates.</p>\n","event":[{"listen":"prerequest","script":{"id":"47fef80e-f178-4905-93f2-d910a43c7bbe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4beff0f0-30bb-4e89-9365-4eaa86ef1db6","type":"text/javascript","exec":[""]}}],"_postman_id":"6fdc03de-f99c-41d8-8855-aa68fe23e7c6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Template Pages","item":[{"name":"Retrieve All Template Pages","id":"7320a109-eced-4fa1-ae70-cc71eb4e91b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/templatepages","description":"<p>Get all template page records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templatepages"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"51aa8370-b4a6-4625-8b22-c479f05bb600","name":"Retrieve All Template Pages Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templatepages"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 17:49:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No Template Pages Exist\"\n}"},{"id":"b0476f25-7e74-4ba9-b26f-4033e6168328","name":"Retrieve All Template Pages with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/templatepages?templateNAme=DEAD NODE&templatepageid=8","host":["{{url}}"],"path":["templatepages"],"query":[{"key":"templateNAme","value":"DEAD NODE"},{"key":"templatepageid","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Date","value":"Wed, 11 Mar 2020 18:47:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Template Pages returned\",\n    \"data\": [\n        {\n            \"id\": 8,\n            \"TemplateName\": \"DEAD NODE\",\n            \"Question\": \"\",\n            \"ParentTemplatePageId\": 321,\n            \"TicketEntryData\": \"\"\n        }\n    ]\n}"},{"id":"e51b522f-6add-4a70-b15d-cbd597f82565","name":"Retrieve All Template Pages","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templatepages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 17:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"319"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Templatepages returned\",\n    \"data\": [\n        {\n            \"Id\": 1,\n            \"TemplateName\": \"Test Template\",\n            \"Question\": \"Test Question 2: Foo\",\n            \"ParentTemplatePageId\": null,\n            \"TicketEntryData\": \"Parent\"\n        },\n        {\n            \"Id\": 2,\n            \"TemplateName\": \"Yoda Wisdom 1\",\n            \"Question\": \"Do. Or do not. There is no try.\",\n            \"ParentTemplatePageId\": null,\n            \"TicketEntryData\": \"\"\n        }\n    ]\n}"}],"_postman_id":"7320a109-eced-4fa1-ae70-cc71eb4e91b1"},{"name":"Retrieve Template Page by ID","id":"b46e8f12-62c5-434d-b938-ebe26fc8c244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/templatepages/3","description":"<p>Retrieves the specified template page by passing the <code>templatepageid</code> in the route path</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["templatepages","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7371c7c6-4672-4033-b19d-a682e0815553","name":"Retrieve Template Page by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templatepages/4"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 18:00:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Template Page with ID `4` does not exist\"\n}"},{"id":"c6c1f309-6adc-426a-a087-d50b693d1436","name":"Retrieve Template Page by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/templatepages/3"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Date","value":"Tue, 14 Jan 2020 17:58:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"197"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Template Page with ID `3` returned\",\n    \"data\": {\n        \"Id\": 3,\n        \"TemplateName\": \"Yoda's Wisdom\",\n        \"Question\": \"Your path you must decide.\",\n        \"ParentTemplatePageId\": null,\n        \"TicketEntryData\": null\n    }\n}"}],"_postman_id":"b46e8f12-62c5-434d-b938-ebe26fc8c244"}],"id":"f3bf2e69-b51f-4fdf-b811-e84eadf063b6","_postman_id":"f3bf2e69-b51f-4fdf-b811-e84eadf063b6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Tickets","item":[{"name":"Create Ticket","id":"084a4fad-de05-44e8-a131-124ad025694a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"SubscriberId\": 359824,\r\n  \"WorkOrderId\": null,\r\n  \"TicketHistory\": [\r\n    {\r\n      \"SpokeTo\": \"Fry\",\r\n      \"TicketProblemId\": 907,\r\n      \"TicketStateId\": 1,\r\n      \"Comment\": \"Powercycled modem and issue was resolved\",\r\n      \"EscalateComment\": \"Escalating so office is aware of issue\",\r\n      \"FlagStates\": \"00000000\",\r\n      \"CallDirection\": \"IN\",\r\n      \"AssignToUserId\": null\r\n    }\r\n  ]\r\n}"},"url":"{{url}}/tickets","description":"<p>Creates a new Ticket based on data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SubscriberId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of subscriber ticket is associated with</td>\n</tr>\n<tr>\n<td>WorkOrderId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of the Customer Care Center work order associated with this ticket</td>\n</tr>\n<tr>\n<td>TicketHistory</td>\n<td>array</td>\n<td>required</td>\n<td>Array containing the new tickets first Ticket History Entry</td>\n</tr>\n<tr>\n<td>SpokeTo</td>\n<td>string</td>\n<td>required</td>\n<td>Name of the person the technician spoke with</td>\n</tr>\n<tr>\n<td>TicketProblemId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the problem the entry is categorized under</td>\n</tr>\n<tr>\n<td>TicketStateId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the state the entry is flagged as</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td>required</td>\n<td>Summary of the troubleshooting that the technician performed</td>\n</tr>\n<tr>\n<td>EscalateComment</td>\n<td>string</td>\n<td>optional</td>\n<td>Brief synopsis of the issue that the ISP office can quickly look at</td>\n</tr>\n<tr>\n<td>FlagStates</td>\n<td>string</td>\n<td>optional</td>\n<td>Flag bits that show special flags associated with the entry</td>\n</tr>\n<tr>\n<td>CallDirection</td>\n<td>string</td>\n<td>optional</td>\n<td>Whether the call was incoming, outgoing, or n/a</td>\n</tr>\n<tr>\n<td>AssignToUserId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of the user the entry is assigned to</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["tickets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4d8bb0ca-17fc-43f1-af8b-6f613d2edd21","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"SubscriberId\": 359824,\r\n  \"WorkOrderId\": null,\r\n  \"TicketHistory\": [\r\n    {\r\n      \"SpokeTo\": \"Fry\",\r\n      \"TicketProblemId\": 907,\r\n      \"TicketStateId\": 1,\r\n      \"Comment\": \"Powercycled modem and issue was resolved\",\r\n      \"EscalateComment\": \"Escalating so office is aware of issue\",\r\n      \"FlagStates\": \"00000000\",\r\n      \"CallDirection\": \"IN\",\r\n      \"AssignToUserId\": null\r\n    }\r\n  ]\r\n}"},"url":"{{url}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"71","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:33:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New Ticket was created\",\n    \"data\": {\n        \"id\": 1217841\n    }\n}"},{"id":"ea2e9610-5e21-4be0-8adb-4b238dba2d5f","name":"Create Ticket Invalid: Bad Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"SubscriberId\": null,\r\n  \"WorkOrderId\": null,\r\n  \"TicketHistory\": [\r\n    {\r\n      \"SpokeTo\": \"Fry\",\r\n      \"TicketProblemId\": 907,\r\n      \"TicketStateId\": 1,\r\n      \"Comment\": \"Powercycled modem and issue was resolved\",\r\n      \"EscalateComment\": \"Escalating so office is aware of issue\",\r\n      \"FlagStates\": \"00000000\",\r\n      \"CallDirection\": \"IN\",\r\n      \"AssignToUserId\": null\r\n    }\r\n  ]\r\n}"},"url":"{{url}}/tickets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"74","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:34:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"SubscriberId\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"084a4fad-de05-44e8-a131-124ad025694a"},{"name":"Retrieve All Tickets","id":"1b3ec025-82dc-40d6-bfce-d08dc4abf238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/tickets?subscriberid=359824","description":"<p>Retrieves all Tickets, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["tickets"],"host":["{{url}}"],"query":[{"key":"subscriberid","value":"359824"}],"variable":[]}},"response":[{"id":"422f862e-afcf-4fc9-abbf-7bff6dbb4f39","name":"Retrieve All Tickets with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tickets?subscriberid=359824","host":["{{url}}"],"path":["tickets"],"query":[{"key":"subscriberid","value":"359824"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"711","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:35:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Tickets retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 1217841,\r\n            \"SubscriberId\" : 359824,\r\n            \"SpokeTo\" : \"Fry\",\r\n            \"FirstUpdateUserId\" : 888,\r\n            \"LastUpdateUserId\" : 888,\r\n            \"TicketProblemId\" : 907,\r\n            \"TicketStateId\" : 1,\r\n            \"WorkOrderId\" : null,\r\n            \"FlagStates\" : \"00000000\",\r\n            \"OpenDate\" : \"2018-05-04 09:33:00\",\r\n            \"CloseDate\" : null,\r\n            \"LastUpdateDate\" : \"2018-05-04 09:33:00\",\r\n            \"EscalateReminderSent\" : 0,\r\n            \"AssignToUserId\" : null,\r\n            \"TicketHistory\" : [\r\n                {\r\n                    \"id\" : 2316198,\r\n                    \"TicketId\" : 1217841,\r\n                    \"UpdateUserId\" : 888,\r\n                    \"UpdateDate\" : \"2018-05-04 09:33:00\",\r\n                    \"SpokeTo\" : \"Fry\",\r\n                    \"TicketProblemId\" : 907,\r\n                    \"TicketStateId\" : 1,\r\n                    \"Comment\" : \"Powercycled modem and issue was resolved\",\r\n                    \"EscalateComment\" : \"Escalating so office is aware of issue\",\r\n                    \"FlagStates\" : \"00000000\",\r\n                    \"CallDirection\" : \"IN\",\r\n                    \"AssignToUserId\" : null\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"856bfddd-1f5b-4d31-aed3-3752ac3049ae","name":"Retrieve All Tickets Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/tickets"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:34:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"9499770e-24df-4cd5-aa86-14cf11cd039a","name":"Retrieve All Tickets with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tickets?subscriberid=3598241","host":["{{url}}"],"path":["tickets"],"query":[{"key":"subscriberid","value":"3598241"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:35:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket not found\"\r\n}"}],"_postman_id":"1b3ec025-82dc-40d6-bfce-d08dc4abf238"},{"name":"Retrieve Ticket by ID","id":"4cf8071e-5643-4cff-8e3b-d84144ac5e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/tickets/1217841","description":"<p>Retrieves the specified Ticket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["tickets","1217841"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3e194d18-9cf8-46a1-b80a-9cb70aa8fd33","name":"Retrieve Ticket by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/tickets/1217841"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"708","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:36:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket retrieved\",\r\n    \"data\" : {\r\n        \"id\" : 1217841,\r\n        \"SubscriberId\" : 359824,\r\n        \"SpokeTo\" : \"Fry\",\r\n        \"FirstUpdateUserId\" : 888,\r\n        \"LastUpdateUserId\" : 888,\r\n        \"TicketProblemId\" : 907,\r\n        \"TicketStateId\" : 1,\r\n        \"WorkOrderId\" : null,\r\n        \"FlagStates\" : \"00000000\",\r\n        \"OpenDate\" : \"2018-05-04 09:33:00\",\r\n        \"CloseDate\" : null,\r\n        \"LastUpdateDate\" : \"2018-05-04 09:33:00\",\r\n        \"EscalateReminderSent\" : 0,\r\n        \"AssignToUserId\" : null,\r\n        \"TicketHistory\" : [\r\n            {\r\n                \"id\" : 2316198,\r\n                \"TicketId\" : 1217841,\r\n                \"UpdateUserId\" : 888,\r\n                \"UpdateDate\" : \"2018-05-04 09:33:00\",\r\n                \"SpokeTo\" : \"Fry\",\r\n                \"TicketProblemId\" : 907,\r\n                \"TicketStateId\" : 1,\r\n                \"Comment\" : \"Powercycled modem and issue was resolved\",\r\n                \"EscalateComment\" : \"Escalating so office is aware of issue\",\r\n                \"FlagStates\" : \"00000000\",\r\n                \"CallDirection\" : \"IN\",\r\n                \"AssignToUserId\" : null\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"6a7adb6c-4f96-4236-8b1e-9de914af5c14","name":"Retrieve Ticket by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/tickets/12178411"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:36:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket not found\"\r\n}"}],"_postman_id":"4cf8071e-5643-4cff-8e3b-d84144ac5e31"},{"name":"Update Ticket","id":"b17c67fa-c388-4fcd-8e6d-fae5a67f8ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"SubscriberId\": 359824,\r\n  \"WorkOrderId\": null,\r\n  \"TicketHistory\": [\r\n    {\r\n      \"SpokeTo\": \"Fry\",\r\n      \"TicketProblemId\": 907,\r\n      \"TicketStateId\": 1,\r\n      \"Comment\": \"Explained how to powercycle modem to subscriber again. This resolved the issue.\",\r\n      \"EscalateComment\": \"Escalating so office is aware of issue\",\r\n      \"FlagStates\": \"00000000\",\r\n      \"CallDirection\": \"IN\",\r\n      \"AssignToUserId\": null\r\n    }\r\n  ]\r\n}"},"url":"{{url}}/tickets/1217841","description":"<p>Updates a Ticket based on data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SubscriberId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of subscriber ticket is associated with</td>\n</tr>\n<tr>\n<td>WorkOrderId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of the Customer Care Center work order associated with this ticket</td>\n</tr>\n<tr>\n<td>TicketHistory</td>\n<td>array</td>\n<td>required</td>\n<td>Array containing the new tickets first Ticket History Entry</td>\n</tr>\n<tr>\n<td>SpokeTo</td>\n<td>string</td>\n<td>required</td>\n<td>Name of the person the technician spoke with</td>\n</tr>\n<tr>\n<td>TicketProblemId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the problem the entry is categorized under</td>\n</tr>\n<tr>\n<td>TicketStateId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the state the entry is flagged as</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td>required</td>\n<td>Summary of the troubleshooting that the technician performed</td>\n</tr>\n<tr>\n<td>EscalateComment</td>\n<td>string</td>\n<td>optional</td>\n<td>Brief synopsis of the issue that the ISP office can quickly look at</td>\n</tr>\n<tr>\n<td>FlagStates</td>\n<td>string</td>\n<td>optional</td>\n<td>Flag bits that show special flags associated with the entry</td>\n</tr>\n<tr>\n<td>CallDirection</td>\n<td>string</td>\n<td>optional</td>\n<td>Whether the call was incoming, outgoing, or n/a</td>\n</tr>\n<tr>\n<td>AssignToUserId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of the user the entry is assigned to</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["tickets","1217841"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2322fd5a-493c-4f55-882f-c6fe8c287638","name":"Update Ticket","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"SubscriberId\": 359824,\r\n  \"WorkOrderId\": null,\r\n  \"TicketHistory\": [\r\n    {\r\n      \"SpokeTo\": \"Fry\",\r\n      \"TicketProblemId\": 907,\r\n      \"TicketStateId\": 1,\r\n      \"Comment\": \"Explained how to powercycle modem to subscriber again. This resolved the issue.\",\r\n      \"EscalateComment\": \"Escalating so office is aware of issue\",\r\n      \"FlagStates\": \"00000000\",\r\n      \"CallDirection\": \"IN\",\r\n      \"AssignToUserId\": null\r\n    }\r\n  ]\r\n}"},"url":"{{url}}/tickets/1217841"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1074","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:38:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket was updated\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 1217841,\r\n            \"SubscriberId\" : 359824,\r\n            \"SpokeTo\" : \"Fry\",\r\n            \"FirstUpdateUserId\" : 888,\r\n            \"LastUpdateUserId\" : 888,\r\n            \"TicketProblemId\" : 907,\r\n            \"TicketStateId\" : 1,\r\n            \"WorkOrderId\" : null,\r\n            \"FlagStates\" : \"00000000\",\r\n            \"OpenDate\" : \"2018-05-04 09:33:00\",\r\n            \"CloseDate\" : null,\r\n            \"LastUpdateDate\" : \"2018-05-04 09:39:00\",\r\n            \"EscalateReminderSent\" : 0,\r\n            \"AssignToUserId\" : null,\r\n            \"TicketHistory\" : [\r\n                {\r\n                    \"id\" : 2316198,\r\n                    \"TicketId\" : 1217841,\r\n                    \"UpdateUserId\" : 888,\r\n                    \"UpdateDate\" : \"2018-05-04 09:33:00\",\r\n                    \"SpokeTo\" : \"Fry\",\r\n                    \"TicketProblemId\" : 907,\r\n                    \"TicketStateId\" : 1,\r\n                    \"Comment\" : \"Powercycled modem and issue was resolved\",\r\n                    \"EscalateComment\" : \"Escalating so office is aware of issue\",\r\n                    \"FlagStates\" : \"00000000\",\r\n                    \"CallDirection\" : \"IN\",\r\n                    \"AssignToUserId\" : null\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"5294dc3d-3f8c-4fac-bf22-a66ac9ccd902","name":"Update Ticket Invalid: Bad Parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"SubscriberId\": null,\r\n  \"WorkOrderId\": null,\r\n  \"TicketHistory\": [\r\n    {\r\n      \"SpokeTo\": \"Fry\",\r\n      \"TicketProblemId\": 907,\r\n      \"TicketStateId\": 1,\r\n      \"Comment\": \"Explained how to powercycle modem to subscriber again. This resolved the issue.\",\r\n      \"EscalateComment\": \"Escalating so office is aware of issue\",\r\n      \"FlagStates\": \"00000000\",\r\n      \"CallDirection\": \"IN\",\r\n      \"AssignToUserId\": null\r\n    }\r\n  ]\r\n}"},"url":"{{url}}/tickets/1217841"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"74","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:38:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"SubscriberId\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"b17c67fa-c388-4fcd-8e6d-fae5a67f8ed4"},{"name":"Ticket Cleanup","id":"fe00c5df-204c-463a-bd37-461c2219dc01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/ticketcleanup","description":"<p>Any Currently opened Tier 3 tickets that have been closed in eLation will be closed.\nResponse will contain an array of Ticket ID's that were closed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketcleanup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"563624aa-417b-4a47-a22f-bfa6d97a8d2e","name":"Ticket Cleanup No Tickets Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/ticketcleanup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Mon, 01 Jul 2019 19:51:19 GMT"},{"key":"Content-Length","value":"178"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Number of Tickets Closed: 0\",\n    \"data\": []\n}"}],"_postman_id":"fe00c5df-204c-463a-bd37-461c2219dc01"}],"id":"54fc9ab4-5671-40a1-af11-b458f80f22ad","description":"<p>Tickets contain the data of troubleshooting and other info for a specific Subscriber.</p>\n","event":[{"listen":"prerequest","script":{"id":"da7a3490-98c2-4685-a4a5-97ce79cf97e0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa4e126e-994e-4f1b-af50-960cb078028a","type":"text/javascript","exec":[""]}}],"_postman_id":"54fc9ab4-5671-40a1-af11-b458f80f22ad","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ticket History","item":[{"name":"Create Ticket History","id":"bb95d00f-8d56-43c2-aeec-48f861f20f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": 1217842,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": 874,\r\n    \"TicketStateId\": 3,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory","description":"<p>Creates a new Ticket History based on data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TicketId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of Ticket that Ticket History is associated with</td>\n</tr>\n<tr>\n<td>SpokeTo</td>\n<td>string</td>\n<td>required</td>\n<td>Name of the person the technician spoke with</td>\n</tr>\n<tr>\n<td>TicketProblemId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the problem the entry is categorized under</td>\n</tr>\n<tr>\n<td>TicketStateId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the state the entry is flagged as</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td>required</td>\n<td>Summary of the troubleshooting that the technician performed</td>\n</tr>\n<tr>\n<td>EscalateComment</td>\n<td>string</td>\n<td>optional</td>\n<td>Brief synopsis of the issue that the ISP office can quickly look at</td>\n</tr>\n<tr>\n<td>FlagStates</td>\n<td>string</td>\n<td>optional</td>\n<td>Flag bits that show special flags associated with the entry</td>\n</tr>\n<tr>\n<td>CallDirection</td>\n<td>string</td>\n<td>optional</td>\n<td>Whether the call was incoming, outgoing, or n/a</td>\n</tr>\n<tr>\n<td>AssignToUserId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of the user the entry is assigned to</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketHistory"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d2b8f9c-db42-4e0e-9ef5-5cbba963e2ff","name":"Create Ticket History","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": 1217842,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": 874,\r\n    \"TicketStateId\": 3,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"79","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:48:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New Ticket History was created\",\n    \"data\": {\n        \"id\": 2316202\n    }\n}"},{"id":"4918cdd0-2204-400a-a812-07512be76980","name":"Create Ticket History Invalid: Bad Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": 1217842,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": null,\r\n    \"TicketStateId\": 3,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"77","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:49:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"TicketProblemId\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"bb95d00f-8d56-43c2-aeec-48f861f20f97"},{"name":"Retrieve All Ticket Histories","id":"6ce47ee3-aee9-43c8-9678-3e16cc19a9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketHistory?ticketid=1217842","description":"<p>Retrieves all Ticket Histories, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketHistory"],"host":["{{url}}"],"query":[{"key":"ticketid","value":"1217842"}],"variable":[]}},"response":[{"id":"2e683d7b-8064-4f66-a546-92470692b05c","name":"Retrieve All Ticket Histories with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketHistory?ticketid=1217842","host":["{{url}}"],"path":["ticketHistory"],"query":[{"key":"ticketid","value":"1217842"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"634","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:51:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : true,\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 2316201,\r\n            \"TicketId\" :1217842,\r\n            \"UpdateUserId\" : 888,\r\n            \"UpdateDate\" : \"2018-05-04 09:46:00\",\r\n            \"SpokeTo\" : \"Fry\",\r\n            \"TicketProblemId\" : 907,\r\n            \"TicketStateId\" : 1,\r\n            \"Comment\" : \"Powercycled modem and issue was resolved\",\r\n            \"EscalateComment\" : \"Escalating so office is aware of issue\",\r\n            \"FlagStates\" : \"00000000\",\r\n            \"CallDirection\" : \"IN\",\r\n            \"AssignToUserId\" : null\r\n        },\r\n        {\r\n            \"id\" : 2316202,\r\n            \"TicketId\" : 1217842,\r\n            \"UpdateUserId\" : 888,\r\n            \"UpdateDate\" : \"2018-05-04 09:48:00\",\r\n            \"SpokeTo\" : \"Leela\",\r\n            \"TicketProblemId\" : 874,\r\n            \"TicketStateId\" : 3,\r\n            \"Comment\" : \"Gave subscriber DNS settings\",\r\n            \"EscalateComment\" : \"\",\r\n            \"FlagStates\" : \"00000000\",\r\n            \"CallDirection\" : \"IN\",\r\n            \"AssignToUserId\" : null\r\n        }\r\n    ]\r\n}"},{"id":"8341f7ef-0d6c-4c51-970e-aef5897f4bfc","name":"Retrieve All Ticket Histories Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketHistory"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:51:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"},{"id":"ac6a781d-bf59-4953-80fd-37af25f11144","name":"Retrieve All Ticket Histories with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketHistory?ticketid=12178421","host":["{{url}}"],"path":["ticketHistory"],"query":[{"key":"ticketid","value":"12178421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:52:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket History not found\"\r\n}"}],"_postman_id":"6ce47ee3-aee9-43c8-9678-3e16cc19a9a3"},{"name":"Retrieve Ticket History by ID","id":"7b843df1-990f-469c-b44f-b3a338022deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketHistory/2316202","description":"<p>Retrieves the specified Ticket History</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketHistory","2316202"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"be38a292-54b9-4e73-b92f-7428238f327d","name":"Retrieve Ticket History by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketHistory/23162021"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:53:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket History not found\"\r\n}"},{"id":"ce996f4c-1af1-474c-b45c-8433008c23ff","name":"Retrieve Ticket History by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketHistory/2316202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"331","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:53:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket History retrieved\",\r\n    \"data\" : {\r\n        \"id\" : 2316202,\r\n        \"TicketId\" : 1217842,\r\n        \"UpdateUserId\" : 888,\r\n        \"UpdateDate\" : \"2018-05-04 09:48:00\",\r\n        \"SpokeTo\" : \"Leela\",\r\n        \"TicketProblemId\" : 874,\r\n        \"TicketStateId\" : 3,\r\n        \"Comment\" : \"Gave subscriber DNS settings\",\r\n        \"EscalateComment\" : \"\",\r\n        \"FlagStates\" : \"00000000\",\r\n        \"CallDirection\" : \"IN\",\r\n        \"AssignToUserId\" : null\r\n    }\r\n}"}],"_postman_id":"7b843df1-990f-469c-b44f-b3a338022deb"},{"name":"Update Ticket History","id":"07bbf4ca-c5ce-4469-a844-ce860abd03e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": 1217842,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": 874,\r\n    \"TicketStateId\": 1,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory/2316202","description":"<p>Updates a Ticket History based on data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TicketId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of Ticket that Ticket History is associated with</td>\n</tr>\n<tr>\n<td>SpokeTo</td>\n<td>string</td>\n<td>required</td>\n<td>Name of the person the technician spoke with</td>\n</tr>\n<tr>\n<td>TicketProblemId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the problem the entry is categorized under</td>\n</tr>\n<tr>\n<td>TicketStateId</td>\n<td>number</td>\n<td>required</td>\n<td>ID of the state the entry is flagged as</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td>required</td>\n<td>Summary of the troubleshooting that the technician performed</td>\n</tr>\n<tr>\n<td>EscalateComment</td>\n<td>string</td>\n<td>optional</td>\n<td>Brief synopsis of the issue that the ISP office can quickly look at</td>\n</tr>\n<tr>\n<td>FlagStates</td>\n<td>string</td>\n<td>optional</td>\n<td>Flag bits that show special flags associated with the entry</td>\n</tr>\n<tr>\n<td>CallDirection</td>\n<td>string</td>\n<td>optional</td>\n<td>Whether the call was incoming, outgoing, or n/a</td>\n</tr>\n<tr>\n<td>AssignToUserId</td>\n<td>number</td>\n<td>optional</td>\n<td>ID of the user the entry is assigned to</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketHistory","2316202"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a1c868dc-665b-407a-a7aa-d6d55bfc369b","name":"Update Ticket History","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": 1217842,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": 874,\r\n    \"TicketStateId\": 1,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory/2802097"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Tue, 20 Oct 2020 14:39:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"TicketHistory was updated\",\n    \"data\": {\n        \"id\": 2802097,\n        \"TicketId\": 1463331,\n        \"UpdateUserId\": 120,\n        \"UpdateDate\": \"2020-08-10T16:53:00Z\",\n        \"SpokeTo\": \"Leela\",\n        \"TicketProblemId\": 1355,\n        \"TicketStateId\": 1,\n        \"Comment\": \"Gave subscriber DNS settings\",\n        \"EscalateComment\": \"\",\n        \"FlagStates\": \"00000000\",\n        \"CallDirection\": \"IN\",\n        \"AssignToUserId\": null\n    }\n}"},{"id":"dbb5cdeb-2171-40de-89f9-43e7e135389a","name":"Update Ticket History Invalid: Entity Not Found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": 1217842,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": 874,\r\n    \"TicketStateId\": 1,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory/2316202"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Tue, 20 Oct 2020 14:37:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"TicketHistory not found with ID: 2316202\"\n}"},{"id":"f07b2922-deea-4adf-b219-98affa7556c2","name":"Update Ticket History Invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"TicketId\": null,\r\n    \"SpokeTo\": \"Leela\",\r\n    \"TicketProblemId\": 874,\r\n    \"TicketStateId\": 1,\r\n    \"Comment\": \"Gave subscriber DNS settings\",\r\n    \"EscalateComment\": \"\",\r\n    \"FlagStates\": \"00000000\",\r\n    \"CallDirection\": \"IN\",\r\n    \"AssignToUserId\": null\r\n}"},"url":"{{url}}/ticketHistory/2316202"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"69","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 25 May 2018 18:06:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Thu Apr 09 2037 07:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"cdkb8s3nn35c7sujklv2dg7q81","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"error\",\r\n    \"data\" : {\r\n        \"TicketId\" : [\"Cannot be null\"]\r\n    }\r\n}"}],"_postman_id":"07bbf4ca-c5ce-4469-a844-ce860abd03e6"},{"name":"Remove Ticket History","id":"77dd42c2-f68b-43e7-a86f-2df690d2b969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketHistory/2316202","description":"<p>Removes the specified Ticket History</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketHistory","2316202"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"007b7cdc-c285-4ffd-95e0-f9b7375934d6","name":"Remove Ticket History","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketHistory/2316202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"51","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:58:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket History was removed\"\r\n}"},{"id":"e8a9dba6-42a0-4eb2-a8d0-c5dad96a6237","name":"Remove Ticket History Invalid: Entity Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketHistory/23162021"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:58:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket History not found\"\r\n}"}],"_postman_id":"77dd42c2-f68b-43e7-a86f-2df690d2b969"}],"id":"8b19b1c2-d0ed-430b-9b68-92754925cdf6","description":"<p>Ticket History is a single set of troubleshooting completed that is associated with a Ticket. A single ticket will have a separate Ticket History for each time the Subscriber calls in until the issue is resolved.</p>\n","event":[{"listen":"prerequest","script":{"id":"50d166cc-9782-44ae-88f3-8e8aeb3dd67e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ff4257a-7093-48db-aafc-fe65ecd400d1","type":"text/javascript","exec":[""]}}],"_postman_id":"8b19b1c2-d0ed-430b-9b68-92754925cdf6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ticket Problems","item":[{"name":"Retrieve All Ticket Problems","id":"4977cde2-15d5-4137-9b35-d92ac4df3364","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"ModifyUserId\": 150,\n    \"TicketProblem\": \"No Sync\",\n    \"TicketProblemGroupId\": 28,\n    \"TemplateId\": 232,\n    \"IsGlobal\": 1,\n    \"IsVisible\": 1,\n    \"Description\": \"Used for when a cable modem does not have sync\"\n}"},"url":"{{url}}/ticketProblems","description":"<p>Retrieves all Ticket Problems</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketProblems"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"035cb136-4624-4811-b01b-235c1e524be3","name":"Retrieve All Ticket Problems with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketProblems?modifyuserid=888","host":["{{url}}"],"path":["ticketProblems"],"query":[{"key":"modifyuserid","value":"888"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"285","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 16:50:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket Problems retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 1599,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-04 10:48:00\",\r\n            \"TicketProblem\" : \"No Sync\",\r\n            \"TicketProblemGroupId\" : 28,\r\n            \"TemplateId\" : null,\r\n            \"IsGlobal\" : 1,\r\n            \"IsVisible\" : 1,\r\n            \"Description\" : \"Used for when a cable modem does not have sync\"\r\n        }\r\n    ]\r\n}"},{"id":"af35049c-d967-4b25-bf5e-ca471b59dc8f","name":"Retrieve All Ticket Problems","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"ModifyUserId\": 150,\n    \"TicketProblem\": \"No Sync\",\n    \"TicketProblemGroupId\": 28,\n    \"TemplateId\": 232,\n    \"IsGlobal\": 1,\n    \"IsVisible\": 1,\n    \"Description\": \"Used for when a cable modem does not have sync\"\n}"},"url":"{{url}}/ticketProblems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"71094","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 16:49:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Ticket Problems retrieved\",\n    \"data\": [\n        {\n            \"id\": 875,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-02-23 22:59:00\",\n            \"TicketProblem\": \"Setup\",\n            \"TicketProblemGroupId\": 27,\n            \"TemplateId\": null,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"Description\": \"Used for DSL setups.\"\n        },\n        {\n            \"id\": 876,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-02-23 22:59:00\",\n            \"TicketProblem\": \"Outage\",\n            \"TicketProblemGroupId\": 27,\n            \"TemplateId\": null,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"Description\": \"Used for DSL outages.\"\n        },\n        {\n            \"id\": 877,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-02-23 22:59:00\",\n            \"TicketProblem\": \"Authentication\",\n            \"TicketProblemGroupId\": 29,\n            \"TemplateId\": null,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"Description\": \"Used for any authentication issues for the Wireless connection, including both PPPoE, Radio based authentication, or MAC authentication\"\n        },\n        {\n            \"id\": 878,\n            \"ModifyUserId\": 100,\n            \"ModifyDate\": \"2010-02-23 22:59:00\",\n            \"TicketProblem\": \"Modem Issue\",\n            \"TicketProblemGroupId\": 29,\n            \"TemplateId\": null,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"Description\": \"Used for any hardware failures or alarm indicators by the modem.\"\n        },\n        {\n            \"id\": 1599,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-04 10:48:00\",\n            \"TicketProblem\": \"No Sync\",\n            \"TicketProblemGroupId\": 28,\n            \"TemplateId\": null,\n            \"IsGlobal\": 1,\n            \"IsVisible\": 1,\n            \"Description\": \"Used for when a cable modem does not have sync\"\n        }\n    ]\n}"},{"id":"dc2dd69c-586f-445d-8bfc-a050e7f5f06c","name":"Retrieve All Ticket Problems with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketProblems?modifyuserid=8881","host":["{{url}}"],"path":["ticketProblems"],"query":[{"key":"modifyuserid","value":"8881"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 16:51:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket Problem not found\"\r\n}"}],"_postman_id":"4977cde2-15d5-4137-9b35-d92ac4df3364"},{"name":"Retrieve Ticket Problem by ID","id":"885e6477-b292-463c-801a-a6ab1f746e31","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"ModifyUserId\": 150,\n    \"TicketProblem\": \"No Sync\",\n    \"TicketProblemGroupId\": 28,\n    \"TemplateId\": 232,\n    \"IsGlobal\": 1,\n    \"IsVisible\": 1,\n    \"Description\": \"Used for when a cable modem does not have sync\"\n}"},"url":"{{url}}/ticketProblems/1599","description":"<p>Retrieves the specified Ticket Problem</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketProblems","1599"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5bcd3d7a-2f8d-47c6-9a3d-fa089bfec6d4","name":"Retrieve Ticket Problem by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketProblems/1599"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"282","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 16:52:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket Problem retrieved\",\r\n    \"data\" : {\r\n        \"id\" : 1599,\r\n        \"ModifyUserId\" : 888,\r\n        \"ModifyDate\" : \"2018-05-04 10:48:00\",\r\n        \"TicketProblem\" : \"No Sync\",\r\n        \"TicketProblemGroupId\" : 28,\r\n        \"TemplateId\" : null,\r\n        \"IsGlobal\" : 1,\r\n        \"IsVisible\" : 1,\r\n        \"Description\" : \"Used for when a cable modem does not have sync\"\r\n    }\r\n}"},{"id":"6bdbd864-b6fc-4f2e-a7d7-dbd3b695c6f3","name":"Retrieve Ticket Problem by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketProblems/15991"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 16:53:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket Problem not found\"\r\n}"}],"_postman_id":"885e6477-b292-463c-801a-a6ab1f746e31"}],"id":"be8334a7-388c-4971-91ed-f5250e2416df","description":"<p>Ticket Problems is the type of issue the Subscriber is having that can be associated with a Client.</p>\n","event":[{"listen":"prerequest","script":{"id":"5e273a49-2ace-4c60-a4d9-076a9cface53","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be529421-8dc6-426b-9d2d-5fc1f5653a60","type":"text/javascript","exec":[""]}}],"_postman_id":"be8334a7-388c-4971-91ed-f5250e2416df","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ticket Problem Groups","item":[{"name":"Retrieve All Ticket Problem Groups","id":"837765cd-cf15-49b4-96fd-1474bb506de6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketProblemGroups","description":"<p>Retrieves all Ticket Problem Groups</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketProblemGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"23c36f24-d8de-418a-bc02-9ee272d02d5e","name":"Retrieve All Ticket Problem Groups with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketProblemGroups?ticketproblemgroup=test","host":["{{url}}"],"path":["ticketProblemGroups"],"query":[{"key":"ticketproblemgroup","value":"test"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"172","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:05:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket Problem Groups retrieved\",\r\n    \"data\" : [\r\n        { \"id\" : 184,\r\n        \"ModifyUserId\" : 888,\r\n        \"ModifyDate\" : \"2018-05-04 11:04:00\",\r\n        \"TicketProblemGroup\" : \"Test\",\r\n        \"IsVisible\" : 1\r\n        }\r\n    ]\r\n}"},{"id":"9075b878-5644-412a-97ab-ca27fc4408ff","name":"Retrieve All Ticket Problem Groups with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketProblemGroups?ticketproblemgroup=testing","host":["{{url}}"],"path":["ticketProblemGroups"],"query":[{"key":"ticketproblemgroup","value":"testing"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"56","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:05:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket Problem Group not found\"\r\n}"},{"id":"a566fdb9-8998-436c-881f-1a75eca96c6b","name":"Retrieve All Ticket Problem Groups","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketProblemGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"7918","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:04:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Ticket Problem Groups retrieved\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-21 09:45:00\",\n            \"TicketProblemGroup\": \"Dial-up\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 4,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-22 10:56:00\",\n            \"TicketProblemGroup\": \"PPPoE\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 5,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-22 10:56:00\",\n            \"TicketProblemGroup\": \"Email\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 6,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-22 10:57:00\",\n            \"TicketProblemGroup\": \"Setup\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 7,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-22 10:57:00\",\n            \"TicketProblemGroup\": \"Browser\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 8,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-05-22 10:58:00\",\n            \"TicketProblemGroup\": \"Router\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 184,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-04 11:04:00\",\n            \"TicketProblemGroup\": \"Test\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"837765cd-cf15-49b4-96fd-1474bb506de6"},{"name":"Retrieve Ticket Problem Group by ID","id":"9c98bd5f-f92f-489a-a65b-564e9216635e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketProblemGroups/184","description":"<p>Retrieves the specified Ticket Problem Group</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketProblemGroups","184"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"32c043d2-f32c-4489-9274-9cba85f81fdf","name":"Retrieve Ticket Problem Group by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketProblemGroups/184"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"169","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:06:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket Problem Group retrieved\",\r\n    \"data\" : {\r\n        \"id\" : 184,\r\n        \"ModifyUserId\" : 888,\r\n        \"ModifyDate\" : \"2018-05-04 11:04:00\",\r\n        \"TicketProblemGroup\" : \"Test\",\r\n        \"IsVisible\" : 1\r\n    }\r\n}"},{"id":"6e1d9d32-6c19-4129-81af-c6cd7171436b","name":"Retrieve Ticket Problem Group by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketProblemGroups/185"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"56","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:06:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket Problem Group not found\"\r\n}"}],"_postman_id":"9c98bd5f-f92f-489a-a65b-564e9216635e"}],"id":"ac9fab67-d8b2-4d0a-8807-10b827ddf95d","description":"<p>Ticket Problem Groups are the categories that a Ticket Problem is a member of. For Example a Ticket Problem Group of DSL could have an associated Ticket Problem of No Sync.</p>\n","event":[{"listen":"prerequest","script":{"id":"bcd0587e-676a-4c4b-9944-58b87ec0c517","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ad98cd1-4b5a-4796-ac05-0daa336ac3b8","type":"text/javascript","exec":[""]}}],"_postman_id":"ac9fab67-d8b2-4d0a-8807-10b827ddf95d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ticket Search","item":[{"name":"Retrieve all Ticket Search","id":"a57032c5-6e38-443a-89c1-1d482fb1792e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketSearch?Username=pfry","description":"<p>Retrieves all ticket data that contains additional details that is useful for displaying in search results. Query string is required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketSearch"],"host":["{{url}}"],"query":[{"key":"Username","value":"pfry"}],"variable":[]}},"response":[{"id":"02f4ed6d-5dc3-4cdf-9146-4332bc4620bf","name":"Retrieve all Ticket Search Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketSearch"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Date","value":"Tue, 20 Oct 2020 15:00:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.30-1+ubuntu18.04.1+deb.sury.org+1"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Search query is required\"\n}"},{"id":"0bdb309f-f4eb-4691-9be2-e49d2793832f","name":"Retrieve all Ticket Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketSearch?Username=gwisgoldenwest","host":["{{url}}"],"path":["ticketSearch"],"query":[{"key":"Username","value":"gwisgoldenwest"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:51:23 GMT"},{"key":"Content-Length","value":"37948"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Tickets retrieved\",\n    \"data\": [\n        {\n            \"id\": 1265231,\n            \"UpdateCount\": 2,\n            \"SeniorTechUpdates\": 2,\n            \"OfficeUpdates\": 0,\n            \"SubscriberId\": 14228,\n            \"ParentClientId\": 37,\n            \"ClientName\": \"Golden West Telecommunications\",\n            \"ChildClientId\": 39,\n            \"OpenDate\": \"2018-08-03 07:58:00\",\n            \"CloseDate\": \"2018-08-03 08:00:00\",\n            \"LastUpdateDate\": \"2018-08-03 08:00:00\",\n            \"UpdateDate\": \"2018-08-03 08:00:00\",\n            \"FirstUpdateUserID\": 888,\n            \"LastUpdateUserID\": 888,\n            \"UpdateUserID\": 888,\n            \"Comment\": \"Best Contact: 1231231234\\r\\nTechs available M-Sat 8a-4:30p CST; On call tech is available outside those hours and on Sundays for complete loss of services only. (No internet, phone, and cable) \\r\\n\\r\\ntestingBest Contact: N/A\\r\\nClose Reason: Referred to Third Party Support\\r\\nescalating ticket test\",\n            \"TicketProblemID\": 902,\n            \"SpokeTo\": \"test\",\n            \"TicketProblemGroupID\": 11,\n            \"TicketProblemGroup\": \"Unsupported\",\n            \"TicketStateID\": 3,\n            \"Username\": \"gwisgoldenwest\",\n            \"FirstName\": \"gwis\",\n            \"LastName\": \"test\",\n            \"CompanyName\": \"\",\n            \"NPA\": \"605\",\n            \"NXX\": \"123\",\n            \"StationDigits\": \"1234\",\n            \"PhoneNumber\": \"(605) 123-1234\",\n            \"AlternateNPA\": null,\n            \"AlternateNXX\": null,\n            \"AlternateStationDigits\": null,\n            \"State\": \"SD\",\n            \"City\": \"Rapid City\",\n            \"ZipCode\": \"57701\",\n            \"TotalTickets\": 19,\n            \"Domain\": \"goldenwest.net\",\n            \"ChildClientName\": \"GW goldenwest.net\",\n            \"UserClassID\": 1,\n            \"Remark\": \"\",\n            \"FirstUpdateUsername\": \"danielh\",\n            \"LastUpdateUsername\": \"danielh\",\n            \"TicketProblem\": \"Software\",\n            \"TicketProblemId\": 902,\n            \"TicketState\": \"Closed\",\n            \"CurrentTicketStateID\": 3,\n            \"CurrentTicketState\": \"Closed\",\n            \"WavLength\": null,\n            \"CallerID\": null,\n            \"OperatingSystem\": \"Windows 10\"\n        },\n        {\n            \"id\": 1277304,\n            \"UpdateCount\": 3,\n            \"SeniorTechUpdates\": 3,\n            \"OfficeUpdates\": 0,\n            \"SubscriberId\": 14228,\n            \"ParentClientId\": 37,\n            \"ClientName\": \"Golden West Telecommunications\",\n            \"ChildClientId\": 39,\n            \"OpenDate\": \"2018-09-14 11:04:00\",\n            \"CloseDate\": \"2018-09-18 13:25:00\",\n            \"LastUpdateDate\": \"2018-09-18 13:25:00\",\n            \"UpdateDate\": \"2018-09-18 13:25:00\",\n            \"FirstUpdateUserID\": 111,\n            \"LastUpdateUserID\": 111,\n            \"UpdateUserID\": 111,\n            \"Comment\": \"Best Contact: TEST\\r\\nTESTBest Contact: Engineering Test\\r\\nEngineering TestBest Contact: Engineering Test\\r\\nClose Reason: Closing per Sub Request\\r\\nEngineering Test\",\n            \"TicketProblemID\": 912,\n            \"SpokeTo\": \"Engineering Test\",\n            \"TicketProblemGroupID\": 34,\n            \"TicketProblemGroup\": \"General\",\n            \"TicketStateID\": 3,\n            \"Username\": \"gwisgoldenwest\",\n            \"FirstName\": \"gwis\",\n            \"LastName\": \"test\",\n            \"CompanyName\": \"\",\n            \"NPA\": \"605\",\n            \"NXX\": \"123\",\n            \"StationDigits\": \"1234\",\n            \"PhoneNumber\": \"(605) 123-1234\",\n            \"AlternateNPA\": null,\n            \"AlternateNXX\": null,\n            \"AlternateStationDigits\": null,\n            \"State\": \"SD\",\n            \"City\": \"Rapid City\",\n            \"ZipCode\": \"57701\",\n            \"TotalTickets\": 19,\n            \"Domain\": \"goldenwest.net\",\n            \"ChildClientName\": \"GW goldenwest.net\",\n            \"UserClassID\": 1,\n            \"Remark\": \"\",\n            \"FirstUpdateUsername\": \"ScotL\",\n            \"LastUpdateUsername\": \"ScotL\",\n            \"TicketProblem\": \"Hosting\",\n            \"TicketProblemId\": 912,\n            \"TicketState\": \"Closed\",\n            \"CurrentTicketStateID\": 3,\n            \"CurrentTicketState\": \"Closed\",\n            \"WavLength\": null,\n            \"CallerID\": null,\n            \"OperatingSystem\": \"Windows 10\"\n        }\n    ]\n}"},{"id":"37e99d96-2dee-4f28-ad86-df14297e67da","name":"Retrieve all Ticket Search Invalid","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketSearch?Username=pfry","host":["{{url}}"],"path":["ticketSearch"],"query":[{"key":"Username","value":"pfry"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 May 2019 16:11:53 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Ticket not found\"\n}"}],"_postman_id":"a57032c5-6e38-443a-89c1-1d482fb1792e"}],"id":"038bc61c-6b90-4f9d-ba23-13f527130b94","_postman_id":"038bc61c-6b90-4f9d-ba23-13f527130b94","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ticket States","item":[{"name":"Retrieve All Ticket States","id":"ef0308cc-13bf-4078-a7b9-531e14f66b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketStates","description":"<p>Retrieves all Ticket States</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketStates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"efc1ad7b-e926-46d9-94ba-333692f918ae","name":"Retrieve All Ticket States","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketStates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4036","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:18:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Ticket States retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2008-07-30 17:31:00\",\n            \"TicketState\": \"Tier 1\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2008-07-30 17:31:00\",\n            \"TicketState\": \"Closed\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2008-07-30 17:31:00\",\n            \"TicketState\": \"Tier 2\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 13,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2008-07-30 17:31:00\",\n            \"TicketState\": \"Tier 3\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 22,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2008-08-13 17:51:00\",\n            \"TicketState\": \"Dispatch\",\n            \"IsVisible\": 0\n        },\n        {\n            \"id\": 164,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-04 11:17:00\",\n            \"TicketState\": \"Test\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"2e9d3bd4-3abd-43b9-98a5-152cbd46fe2c","name":"Retrieve All Ticket States with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketStates?ticketstate=test","host":["{{url}}"],"path":["ticketStates"],"query":[{"key":"ticketstate","value":"test"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"170","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:19:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Ticket States retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 164,\r\n            \"ModifyUserId\" : 888,\r\n            \"ModifyDate\" : \"2018-05-04 11:17:00\",\r\n            \"TicketState\" : \"Test\",\r\n            \"IsVisible\" :1 \r\n        }\r\n    ]\r\n}"},{"id":"40fee05c-b889-492e-873d-366ec3e27f8b","name":"Retrieve All Ticket States with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ticketStates?ticketstate=testing","host":["{{url}}"],"path":["ticketStates"],"query":[{"key":"ticketstate","value":"testing"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:19:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket State not found\"\r\n}"}],"_postman_id":"ef0308cc-13bf-4078-a7b9-531e14f66b68"},{"name":"Retrieve Ticket State by ID","id":"9daf8ba4-661d-4058-b1b5-31290ea09018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketStates/24","description":"<p>Retrieves the specified Ticket State</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketStates","24"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"911e9edb-a20d-4ed7-a828-bd460ba32b13","name":"Retrieve Ticket State by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketStates/164"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"169","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:20:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Ticket State retrieved\",\n    \"data\": {\n        \"id\": 164,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-04 11:17:00\",\n        \"TicketState\": \"Test\",\n        \"IsVisible\": 1\n    }\n}"},{"id":"8760caf1-d39f-4a81-ab63-5ba219c393b7","name":"Retrieve Ticket State by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketStates/165"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 17:21:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket State not found\"\r\n}"}],"_postman_id":"9daf8ba4-661d-4058-b1b5-31290ea09018"}],"id":"826a474a-79fe-4815-8ebf-939310990508","description":"<p>Ticket States is the various states that a ticket can be in. For example Tier 1, Tier 2, or Closed.</p>\n","event":[{"listen":"prerequest","script":{"id":"2889de43-c040-4777-a761-f4d43327c660","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"68c43b92-6b5b-4703-9c67-f353a82fda1a","type":"text/javascript","exec":[""]}}],"_postman_id":"826a474a-79fe-4815-8ebf-939310990508","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Ticket Templates","item":[{"name":"Retrieve All Ticket Templates","id":"2d291922-4df8-4bb0-bbc2-46bca8bb68c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketTemplates","description":"<p>Retrieves all Ticket Templates</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketTemplates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"66e46e48-3bcc-4634-821e-77c20efb1d8d","name":"Retrieve All Ticket Templates","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketTemplates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.1"},{"key":"Date","value":"Fri, 06 Aug 2021 20:19:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"332"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.11"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Ticket Templates retrieved\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"ModifyUserId\": 1590,\n            \"ModifyDate\": \"2021-08-06T20:15:44Z\",\n            \"ClientId\": 37,\n            \"TemplateTitle\": \"Email Template\",\n            \"TemplateBody\": \"test: \"\n        },\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 1590,\n            \"ModifyDate\": \"2021-08-06T20:19:33Z\",\n            \"ClientId\": 37,\n            \"TemplateTitle\": \"Email Template\",\n            \"TemplateBody\": \"test: \"\n        }\n    ]\n}"}],"_postman_id":"2d291922-4df8-4bb0-bbc2-46bca8bb68c1"},{"name":"Retrieve Ticket Template by ID","id":"108b2bb7-095e-4b71-8744-a4f42e519c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ticketTemplates/2","description":"<p>Retrieves the specified Ticket Template</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketTemplates","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dde51bcf-41c5-4ca1-a9da-bb6526fc69e8","name":"Retrieve Ticket Template by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketTemplates/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.1"},{"key":"Date","value":"Fri, 06 Aug 2021 20:21:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"193"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.11"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Ticket Template retrieved\",\n    \"data\": {\n        \"id\": 2,\n        \"ModifyUserId\": 1590,\n        \"ModifyDate\": \"2021-08-06T20:15:44Z\",\n        \"ClientId\": 37,\n        \"TemplateTitle\": \"Email Template\",\n        \"TemplateBody\": \"test: \"\n    }\n}"},{"id":"46388503-d1a3-4d35-bfa2-348ca463127c","name":"Retrieve Ticket Template by ID Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ticketTemplates/222"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.1"},{"key":"Date","value":"Wed, 11 Aug 2021 19:08:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.11"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"Ticket Template not found\"\n}"}],"_postman_id":"108b2bb7-095e-4b71-8744-a4f42e519c9f"}],"id":"5b279aa8-b0f6-44ea-b4b3-bcb2277a8ab0","description":"<p>Ticket templates are information that will be auto-filled into a ticket to ensure the correct information is gather for troubleshooting calls</p>\n","_postman_id":"5b279aa8-b0f6-44ea-b4b3-bcb2277a8ab0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Tickets View","item":[{"name":"Retrieve All Ticket View Data","id":"9ff9bf4b-e1a0-4420-b359-509d093566e8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ticketsview","description":"<p>Retrieves all Tickets, search query is required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["ticketsview"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1f206cb1-3d5b-415b-a6c9-a34f5e0262af","name":"Retrieve All Tickets with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tickets?subscriberid=359824","host":["{{url}}"],"path":["tickets"],"query":[{"key":"subscriberid","value":"359824"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"711","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:35:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Tickets retrieved\",\r\n    \"data\" : [\r\n        {\r\n            \"id\" : 1217841,\r\n            \"SubscriberId\" : 359824,\r\n            \"SpokeTo\" : \"Fry\",\r\n            \"FirstUpdateUserId\" : 888,\r\n            \"LastUpdateUserId\" : 888,\r\n            \"TicketProblemId\" : 907,\r\n            \"TicketStateId\" : 1,\r\n            \"WorkOrderId\" : null,\r\n            \"FlagStates\" : \"00000000\",\r\n            \"OpenDate\" : \"2018-05-04 09:33:00\",\r\n            \"CloseDate\" : null,\r\n            \"LastUpdateDate\" : \"2018-05-04 09:33:00\",\r\n            \"EscalateReminderSent\" : 0,\r\n            \"AssignToUserId\" : null,\r\n            \"TicketHistory\" : [\r\n                {\r\n                    \"id\" : 2316198,\r\n                    \"TicketId\" : 1217841,\r\n                    \"UpdateUserId\" : 888,\r\n                    \"UpdateDate\" : \"2018-05-04 09:33:00\",\r\n                    \"SpokeTo\" : \"Fry\",\r\n                    \"TicketProblemId\" : 907,\r\n                    \"TicketStateId\" : 1,\r\n                    \"Comment\" : \"Powercycled modem and issue was resolved\",\r\n                    \"EscalateComment\":\"Escalating so office is aware of issue\",\r\n                    \"FlagStates\" : \"00000000\",\r\n                    \"CallDirection\" : \"IN\",\r\n                    \"AssignToUserId\" : null\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"904617b5-bb43-432a-ba81-0b4e3c2a902b","name":"Retrieve All Tickets with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tickets?subscriberid=3598241","host":["{{url}}"],"path":["tickets"],"query":[{"key":"subscriberid","value":"3598241"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:35:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Ticket not found\"\r\n}"},{"id":"e948cf8d-6040-4f39-899c-58b1553e05df","name":"Retrieve All Tickets Invalid: Search Query Required","originalRequest":{"method":"GET","header":[],"url":"{{url}}/tickets"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 15:34:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"Search query is required\"\r\n}"}],"_postman_id":"9ff9bf4b-e1a0-4420-b359-509d093566e8"}],"id":"279eeed4-107c-4167-a4c2-ae441cd17d8b","description":"<p>Tickets contain the data of troubleshooting and other info for a specific Subscriber.</p>\n","event":[{"listen":"prerequest","script":{"id":"b675eb3d-866d-4837-a2ae-d6ff734babe7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"06c493f1-3387-40e9-818f-04e988f97766","type":"text/javascript","exec":[""]}}],"_postman_id":"279eeed4-107c-4167-a4c2-ae441cd17d8b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Tokens","item":[{"name":"Create Token","event":[{"listen":"test","script":{"id":"d701dcd9-8e45-4c4e-89f0-adb24785dc79","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});","","pm.test(\"Response Has Token\", function() {","    var jsonData = pm.response.json();","    pm.expect(pm.response.to.have.jsonBody(\"data.token\"));","    postman.setEnvironmentVariable('token', jsonData.data.token);","});","",""],"type":"text/javascript"}}],"id":"a10350e2-3396-4f86-a675-6e321bf5c29a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{hd_username}}"},{"key":"password","value":"{{hd_password}}"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/token","description":"<p>Retrieves a token to be used for all other requests in this API through basic authentication</p>\n","urlObject":{"path":["token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2eac4028-ee51-4f18-a029-41547a6e1c52","name":"Create Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/token"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:53:13 GMT"},{"key":"Content-Length","value":"298"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Created token\",\n    \"data\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiDVeiOiJIUzI1NiJ9.eyJpYXQiOjE1NTg2Mzc1OTQsIm5iZiI6MTU1ODYzMzk5NCwiZXhwIjoxNTU4NjgwDVEF1c2VyIjoiZGFuaWVsaCIsIm5hbWUiOiJEYW5pZWwgSGFsbG9yYW4iLCJ1c2VyQ2xhc3NJZCI6MX0.Ty-JFtGicdkHE3TiqmhfxDEF35hgAI3MIcRqQNFEumg\"\n    }\n}"}],"_postman_id":"a10350e2-3396-4f86-a675-6e321bf5c29a"},{"name":"Re-issue Token","event":[{"listen":"test","script":{"id":"4fc06680-e775-4124-aa4a-140f269c3433","type":"text/javascript","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});","","pm.test(\"Response Has Token\", function() {","    var jsonData = pm.response.json();","    pm.expect(pm.response.to.have.jsonBody(\"data.token\"));","    postman.setEnvironmentVariable('token', jsonData.data.token);","});"]}}],"id":"c3d94411-337c-4559-8467-9e13947f3cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/retoken","description":"<p>Retrieves a new authentication token using your current token. This is used to refresh a token that is about to expire</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["retoken"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3673c55-6d95-4e33-b9dd-2aa61dd68d0d","name":"Re-issue Token","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/retoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:54:22 GMT"},{"key":"Content-Length","value":"418"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Updated token\",\n    \"data\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJEFE31NiJ9.eyJpYXQiOjE1NTg2Mzc2NjIsIm5iZiI6MTU1ODYzNDA2MiwiZXhwIjoxNTU4NjgwODYyLCJpZCI6ODgDFEfasyIjoiZGFuaWVsaCIsIm5hbWUiOiJEYW5pZWwgSGFsbG9yYW4iLCJ1c2VyQ2xhc3NJZCI6MX0.54QVUK-bKtOdd581nGfkS6JDFe3JV_ENI8Dc_MTIy31k\"\n    }\n}"}],"_postman_id":"c3d94411-337c-4559-8467-9e13947f3cbb"}],"id":"d572b3d3-b1b8-4044-b48b-77400aa209a5","description":"<p>Tokens Allow a User to get an authentication token or renew their current token before it expires.</p>\n","event":[{"listen":"prerequest","script":{"id":"7021cafd-5876-482c-8bdc-32a62c225b74","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"919bb918-c4e5-40a8-8e6b-afc6126d2022","type":"text/javascript","exec":[""]}}],"_postman_id":"d572b3d3-b1b8-4044-b48b-77400aa209a5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Users","item":[{"name":"Jobs","item":[{"name":"Retrieve All User Jobs","id":"10583472-a702-4fd5-a324-7a194153d8aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/users/111/jobs","description":"<p>Retrieve all report jobs initiated by a user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["users","111","jobs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"90a34166-4d9c-4184-8af0-538ebb8d9567","name":"Retrieve All User Jobs","originalRequest":{"method":"GET","header":[],"url":"{{url}}/users/888/jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:55:12 GMT"},{"key":"Content-Length","value":"699"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Jobs retrieved\",\n    \"total\": 2,\n    \"data\": [\n        {\n            \"JobID\": 13,\n            \"UserID\": 888,\n            \"CreatedDate\": \"2019-05-20 09:31:58.963\",\n            \"ModifyDate\": \"2019-05-20 09:33:53.247\",\n            \"Parameters\": {\n                \"ReportName\": \"Executive Report\",\n                \"ReportParams\": {\n                    \"Client\": 894,\n                    \"MonthsBack\": 6,\n                    \"StartDate\": \"04-01-2019 00:00:00\",\n                    \"EndDate\": \"04-30-2019 23:59:59\"\n                }\n            },\n            \"JobType\": \"reports\",\n            \"Status\": \"Completed\",\n            \"Result\": \"Report generated\",\n            \"FileStorageID\": 3425\n        },\n        {\n            \"JobID\": 12,\n            \"UserID\": 888,\n            \"CreatedDate\": \"2019-05-20 09:31:43.847\",\n            \"ModifyDate\": \"2019-05-20 09:33:06.063\",\n            \"Parameters\": {\n                \"ReportName\": \"Tech Stats\",\n                \"ReportParams\": {\n                    \"StartDate\": \"04-01-2019 00:00:00\",\n                    \"EndDate\": \"04-30-2019 23:59:59\"\n                }\n            },\n            \"JobType\": \"reports\",\n            \"Status\": \"Completed\",\n            \"Result\": \"Report generated\",\n            \"FileStorageID\": 54841\n        }\n    ]\n}"}],"_postman_id":"10583472-a702-4fd5-a324-7a194153d8aa"},{"name":"Create Report","id":"c4f13cc6-1f21-4870-8158-85ea9ca9000d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Parameters\": {\n\t\t\"ReportName\": \"Executive Report\",\n\t\t\"ReportParams\": {\n\t\t\t\"StartDate\": \"01-01-2019\",\n\t\t\t\"EndDate\":\"2-01-2019\",\n\t\t\t\"MonthsBack\": 6\n\t\t}\n\t},\n\t\"JobType\": \"reports\"\n}"},"url":"{{url}}/users/888/jobs","description":"<p>Creates a new Report based on the data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jobtype</td>\n<td>string</td>\n<td>required</td>\n<td>Type of Job (must be \"reports\")</td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td>object</td>\n<td>required</td>\n<td>job parameters</td>\n</tr>\n<tr>\n<td>ReportName</td>\n<td>string</td>\n<td>required</td>\n<td>Name of report</td>\n</tr>\n<tr>\n<td>Reportparams</td>\n<td>object</td>\n<td>required</td>\n<td>report parameters</td>\n</tr>\n<tr>\n<td>Client</td>\n<td>number</td>\n<td>required</td>\n<td>Client ID associated with report</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td>required</td>\n<td>End Date of Report in format mm-dd-yyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>MonthsBack</td>\n<td>number</td>\n<td>required</td>\n<td>Number of months back the report should look at for historical data</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td>required</td>\n<td>Start Date of Report in format mm-dd-yyy hh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["users","888","jobs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"525c1e5e-f952-4755-96a8-017c14b4325c","name":"Create Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Parameters\": {\n\t\t\"ReportName\": \"Executive Report\",\n\t\t\"ReportParams\": {\n\t\t\t\"StartDate\": \"01-01-2019\",\n\t\t\t\"EndDate\":\"2-01-2019\",\n\t\t\t\"MonthsBack\": 6,\n\t\t\t\"Client\":84\n\t\t}\n\t},\n\t\"JobType\": \"reports\"\n}"},"url":"{{url}}/users/888/jobs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 May 2019 18:57:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New Job was created\",\n    \"data\": {\n        \"id\": 14\n    }\n}"}],"_postman_id":"c4f13cc6-1f21-4870-8158-85ea9ca9000d"}],"id":"30cf2408-cd7b-4750-b9c9-3c8b84a2dc8a","_postman_id":"30cf2408-cd7b-4750-b9c9-3c8b84a2dc8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Retrieve All Users","id":"24333cb2-1624-4604-bb76-bfbd76c971f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/users","description":"<p>Retrieves all Users</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9cdf1572-e630-4d36-bc68-4f0a0446fd75","name":"Retrieve All Users with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users?username=hermesco","host":["{{url}}"],"path":["users"],"query":[{"key":"username","value":"hermesco"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"40","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:05:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":false,\"msg\":\"User not found\"}"},{"id":"e42b192e-8ae5-4832-bc42-94e771886598","name":"Retrieve All Users with Search Query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users?username=hermesc","host":["{{url}}"],"path":["users"],"query":[{"key":"username","value":"hermesc"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"40","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:04:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Users retrieved\",\n    \"data\": [\n        {\n            \"id\": 1594,\n            \"EmployeeId\": null,\n            \"ClientId\": 402,\n            \"ModifyUserId\": 888,\n            \"UserClassId\": 2,\n            \"SecurityProfileId\": 32,\n            \"FirstName\": \"Hermes\",\n            \"LastName\": \"Conrad\",\n            \"Username\": \"hermesc\",\n            \"LastLogin\": null,\n            \"ModifyDate\": \"2018-05-04 13:00:00\"\n        }\n    ]\n}"},{"id":"fc067f58-17bb-49f0-ad21-0925750b3059","name":"Retrieve All Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"url":"{{url}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"181801","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:01:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Users retrieved\",\n    \"data\": [\n        {\n            \"id\": 1594,\n            \"EmployeeId\": null,\n            \"ClientId\": 402,\n            \"ModifyUserId\": 888,\n            \"UserClassId\": 2,\n            \"SecurityProfileId\": 32,\n            \"FirstName\": \"Hermes\",\n            \"LastName\": \"Conrad\",\n            \"Username\": \"hermesc\",\n            \"LastLogin\": null,\n            \"ModifyDate\": \"2018-05-04 13:00:00\"\n        }\n    ]\n}"}],"_postman_id":"24333cb2-1624-4604-bb76-bfbd76c971f4"},{"name":"Retrieve User by ID","id":"618b8d50-98a8-4a3a-8f40-53524432135c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/users/1647","description":"<p>Retrieves the specified User</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["users","1647"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"94837813-58c1-4146-b96c-87c58d798593","name":"Retrieve User by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/users/1595"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"40","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:08:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"User not found\"\r\n}"},{"id":"9b4a06aa-741e-485b-b307-6a676116c302","name":"Retrieve User by ID","originalRequest":{"method":"GET","header":[],"url":"{{url}}/users/1594"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"263","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:08:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"User retrieved\",\r\n    \"data\" : {\r\n        \"id\" : 1594,\r\n        \"EmployeeId\" : null,\r\n        \"ClientId\" : 402,\r\n        \"ModifyUserId\" : 888,\r\n        \"UserClassId\" : 2,\r\n        \"SecurityProfileId\" : 32,\r\n        \"FirstName\" : \"Hermes\",\r\n        \"LastName\" : \"Conrad\",\r\n        \"Username\" : \"hermesc\",\r\n        \"LastLogin\" : null,\r\n        \"ModifyDate\" : \"2018-05-04 13:00:00\"\r\n    }\r\n}"}],"_postman_id":"618b8d50-98a8-4a3a-8f40-53524432135c"},{"name":"Update User Password","id":"71c442bb-3001-4c9d-a5a7-c93d57bcc7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"CurrentPassword\": \"curr3n7p4ssw0rd\",\r\n  \"NewPassword\": \"n3wp4ssw0rd\"\r\n}"},"url":"{{url}}/users/888/password","description":"<p>Updates a User's Password based on the data in the request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CurrentPassword</td>\n<td>string</td>\n<td>required</td>\n<td>Current User Password</td>\n</tr>\n<tr>\n<td>NewPassword</td>\n<td>string</td>\n<td>required</td>\n<td>New User Password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["users","888","password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0add7ec1-db07-46e3-8c31-e9e5d92cf275","name":"Update User Password Invalid Password","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"CurrentPassword\": \"curr3n7p4ssw0rd\",\r\n  \"NewPassword\": \"n3wp4ssw0rd\"\r\n}"},"url":"{{url}}/users/888/password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"Date","value":"Thu, 23 May 2019 19:01:09 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Current Password incorrect\"\n}"},{"id":"c8da3ff4-5400-478c-a16a-a1868c47ceff","name":"Update User Password","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"CurrentPassword\": \"curr3n7p4ssw0rd\",\r\n  \"NewPassword\": \"n3wp4ssw0rd\"\r\n}"},"url":"{{url}}/users/888/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"Date","value":"Thu, 23 May 2019 19:00:44 GMT"},{"key":"Content-Length","value":"165"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"User Password was updated\"\n}"}],"_postman_id":"71c442bb-3001-4c9d-a5a7-c93d57bcc7a6"}],"id":"8e0aad38-b711-4399-ba43-8977588431ff","description":"<p>Users is the group of people that are able to log into the helpdesk by getting a token from the API.</p>\n","event":[{"listen":"prerequest","script":{"id":"c2906e3e-816f-4fb7-8e0e-cdff7b045b2b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba54c768-3e7f-4d6d-a844-2456485721ea","type":"text/javascript","exec":[""]}}],"_postman_id":"8e0aad38-b711-4399-ba43-8977588431ff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"User Class","item":[{"name":"Retrieve All User Classes","id":"c8158eb3-3ea2-4fb5-81f8-479592c87747","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/userClass","description":"<p>Retrieves all User Classes</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["userClass"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3411afab-de20-4025-b537-efdbe042ab97","name":"Retrieve All User Classes with Search Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/userClass?userclass=csr","host":["{{url}}"],"path":["userClass"],"query":[{"key":"userclass","value":"csr"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"630","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:37:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"User Class retrieved\",\n    \"data\": [\n        {\n            \"id\": 123,\n            \"ModifyUserId\": 888,\n            \"ModifyDate\": \"2018-05-04 13:33:00\",\n            \"UserClass\": \"CSR\",\n            \"IsVisible\": 1\n        }\n    ]\n}"},{"id":"6fcdb28f-7326-4b8c-8201-ed8a710a2d14","name":"Retrieve All User Classes with Search Query Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/userClass?userclass=mssr","host":["{{url}}"],"path":["userClass"],"query":[{"key":"userclass","value":"mssr"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:38:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"User Class not found\"\r\n}"},{"id":"8b4e9c80-c7dc-410e-afa0-b302e648080a","name":"Retrieve All User Classes","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/userClass"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:20:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"User Class retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-24 11:33:00\",\n            \"UserClass\": \"Administrator\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 2,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-24 11:38:00\",\n            \"UserClass\": \"Supervisor\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 3,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-24 11:38:00\",\n            \"UserClass\": \"Senior Technician\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 4,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-01-24 11:38:00\",\n            \"UserClass\": \"Technician\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 5,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-08-06 00:00:00\",\n            \"UserClass\": \"Client Administrator\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 6,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-08-06 00:00:00\",\n            \"UserClass\": \"Client Operator\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 7,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-09-17 00:00:00\",\n            \"UserClass\": \"GWIS Administrator\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 8,\n            \"ModifyUserId\": 1,\n            \"ModifyDate\": \"2008-09-17 00:00:00\",\n            \"UserClass\": \"GWIS Operator\",\n            \"IsVisible\": 1\n        },\n        {\n            \"id\": 13,\n            \"ModifyUserId\": 111,\n            \"ModifyDate\": \"2018-02-12 16:02:00\",\n            \"UserClass\": \"CSR\",\n            \"IsVisible\": 1\n        }\n    ]\n}"}],"_postman_id":"c8158eb3-3ea2-4fb5-81f8-479592c87747"},{"name":"Retrieve User Class by ID","id":"088b2500-1320-43ed-92d2-b0c3d27f7059","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/userClass/123","description":"<p>Retrieves the specified User Class</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["userClass","123"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5ebca925-4a52-4c3f-a079-729a4b303d6e","name":"Retrieve User Class by ID Invalid: Entity Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/userClass/124"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:47:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : false,\r\n    \"msg\" : \"User Class not found\"\r\n}"},{"id":"8a8a8165-45d7-4b3d-8e50-f8c2771e8af3","name":"Retrieve User Class by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/userClass/123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"151","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 04 May 2018 19:46:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-danielh.gwis.io","path":"/","secure":false,"value":"mcvrr5aj8mommat3jkugnhj9g3","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"User Class retrieved\",\n    \"data\": {\n        \"id\": 123,\n        \"ModifyUserId\": 888,\n        \"ModifyDate\": \"2018-05-04 13:33:00\",\n        \"UserClass\": \"CSR\",\n        \"IsVisible\": 1\n    }\n}"}],"_postman_id":"088b2500-1320-43ed-92d2-b0c3d27f7059"}],"id":"e765bf93-07b5-4331-baa0-58676c1fed4a","description":"<p>User Class is the type of the user that determines what access the user has.</p>\n","event":[{"listen":"prerequest","script":{"id":"2bdef991-e279-4af4-8793-ce6cd6ead857","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9660bdb0-eba0-42f8-af4a-14fa8a022930","type":"text/javascript","exec":[""]}}],"_postman_id":"e765bf93-07b5-4331-baa0-58676c1fed4a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}},{"name":"Work Orders","item":[{"name":"Create Work Order","id":"2618dba4-10f2-4b3b-80a3-067fa743b56d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Subject\": \"Engineering Test\",\r\n  \"Body\": \"Engineering Test\",\r\n  \"Email\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":"{{url}}/workorders","description":"<p>Creates a CCC Work Order.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["workorders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"84d9e996-793e-428c-8dcd-650aa124abd2","name":"Create Work Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Subject\": \"Engineering Test\",\r\n  \"Body\": \"Engineering Test\",\r\n  \"Entity\": \"gwisgoldenwest@goldenwest.net\"\r\n}"},"url":"{{url}}/workorders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Thu, 23 May 2019 19:03:24 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"New Work Order was created\",\n    \"data\": {\n        \"id\": 9229\n    }\n}"},{"id":"d6ebeb6e-2ea7-485a-b9a5-79fae97282c1","name":"Create Work Order Invalid: Missing Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Subject\": \"Engineering Test\",\r\n  \"Body\": \"Engineering Test\"\r\n}"},"url":"{{url}}/workorders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.20"},{"key":"Date","value":"Thu, 23 May 2019 19:04:49 GMT"},{"key":"Content-Length","value":"285"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": [\n        \"CCC work order creation failed, no WorkOrderId returned\",\n        {\n            \"meta\": {\n                \"transaction_id\": \"7287042cc6a2eb57c15a75b7e21495b28186ba9f\"\n            },\n            \"responses\": [\n                {\n                    \"req_id\": \"1\",\n                    \"status\": \"ERROR\",\n                    \"msgs\": [\n                        \"Unable to create work order, invalid entity\"\n                    ],\n                    \"details\": [\n                        []\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2618dba4-10f2-4b3b-80a3-067fa743b56d"},{"name":"Update Work Order","id":"75529f9d-1cb9-4a13-82cc-18794112556e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Body\": \"123 Engineering Test\",\r\n  \"TicketStatusId\": 1\r\n}"},"url":"{{url}}/workorders/7100","description":"<p>Updates the specified Work Order</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}},"urlObject":{"path":["workorders","7100"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb1fe797-a542-46bb-9769-32a22f35897c","name":"Update Work Order Invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Body\": \"123 Engineering Test\",\r\n  \"TicketStatusId\": 1\r\n}"},"url":"{{url}}/workorders/92301"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.1.14"},{"key":"Date","value":"Thu, 23 May 2019 19:08:01 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"error\",\n    \"data\": \"CCC work order creation failed\"\n}"},{"id":"fd6aa4d4-4e1e-4b2c-abda-d66cb7354a3b","name":"Update Work Order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"Body\": \"123 Engineering Test\",\r\n  \"TicketStatusId\": 1\r\n}"},"url":"{{url}}/workorders/7100"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 19 Jun 2018 19:46:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.14","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Thu Apr 09 2037 07:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"devhd-brendanl.gwis.io","path":"/","secure":false,"value":"cdkb8s3nn35c7sujklv2dg7q81","key":"PHPSESSID"}],"responseTime":null,"body":"{\r\n    \"success\" : true,\r\n    \"msg\" : \"Work Order was updated\"\r\n}"}],"_postman_id":"75529f9d-1cb9-4a13-82cc-18794112556e"}],"id":"1130519b-bbf2-41f4-9f34-38f51c9badbb","description":"<p>Perform operations on CCC Work Orders.</p>\n","_postman_id":"1130519b-bbf2-41f4-9f34-38f51c9badbb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"9023e48c-d075-420b-bc70-c8b5911df3a9","id":"9023e48c-d075-420b-bc70-c8b5911df3a9","name":"HD API (External Developer)","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"968972cc-6fa6-41be-ac6d-9ddb42e46a39","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37582a9c-7a84-44da-a2b8-eb613ee827bd","type":"text/javascript","exec":[""]}}]}