{"info":{"_postman_id":"37eece81-f964-476a-8659-e79583998f1a","name":"ipnordic Public API","description":"<html><head></head><body><img src=\"https://ipnordic.dk/wp-content/uploads/elementor/thumbs/site_logo-1-orsag3hb8ygz63nrdfecncvgikhoxekwwoipl4om3a.png\" alt=\"\">\n\n<h1 id=\"welcome-to-ipnordics-public-api-documentation\">Welcome to ipnordic's public API documentation</h1>\n<p>Here can you find all the necessary information you need to get started with our API's.</p>\n<p>We provide a range of different API's with services for sending SMS, extracting raw statistic data, establishing callback, controlling queue agents, and many other things.</p>\n<p>Some of the services require that you have an active subscription. Contact our sales department if you don't have any subscription.</p>\n<p>All API's requires a special set of credentials that must be configured by our support.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Welcome to ipnordic's public API documentation","slug":"welcome-to-ipnordics-public-api-documentation"}],"owner":"3805025","collectionId":"37eece81-f964-476a-8659-e79583998f1a","publishedId":"Szt5eWLf","public":true,"customColor":{"right-sidebar":"00644B","top-bar":"4B4B4D","highlight":"2EA744"},"publishDate":"2020-07-13T13:12:45.000Z"},"item":[{"name":"Identity","item":[{"name":"Authenticate","event":[{"listen":"test","script":{"id":"1ad31a7b-c25f-4b23-92d4-db9436858176","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setGlobalVariable(\"token\", jsonData.token);\r","console.log(jsonData.token);\r","postman.setGlobalVariable(\"refreshToken\", jsonData.refreshToken);"],"type":"text/javascript","packages":{}}}],"id":"78a8f698-bf02-4535-9813-6c80fdbcc157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Username\": \"{{username}}\",\n    \"Password\": \"{{password}}\",\n    \"WlOperatorId\": {{wloperatorid}},\n    \"ClientSecret\": \"{{clientSecret}}\",\n    \"Application\": \"{{application}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://identity.ipnordic.dk/api/auth","description":"<p>Get an access token and refresh token to use in our other systems. \nClientSecret parameter depends on what service you are going to use the token for. </p>\n<p>If you are trying to integrate with our identity service, contact us to get a client secret added. You can then validate if the token was created for your specific service. </p>\n","urlObject":{"protocol":"https","path":["api","auth"],"host":["identity","ipnordic","dk"],"query":[],"variable":[]}},"response":[],"_postman_id":"78a8f698-bf02-4535-9813-6c80fdbcc157"},{"name":"Authenticate Basic","event":[{"listen":"test","script":{"id":"1ad31a7b-c25f-4b23-92d4-db9436858176","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setGlobalVariable(\"token\", jsonData.token);\r","console.log(jsonData.token);\r","postman.setGlobalVariable(\"refreshToken\", jsonData.refreshToken);"],"type":"text/javascript","packages":{}}}],"id":"fe2e6d4a-f7a2-49d5-9b47-eb8bbdaa0828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Username\": \"{{username}}\",\n    \"Password\": \"{{password}}\",\n    \"WlOperatorId\": {{wloperatorid}},\n    \"ClientSecret\": \"{{clientSecret}}\",\n    \"Application\": \"{{application}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://identity.ipnordic.dk/api/auth/basic","description":"<p>Get an access token and refresh token to use in our other systems. \nClientSecret parameter depends on what service you are going to use the token for. </p>\n<p>If you are trying to integrate with our identity service, contact us to get a client secret added. You can then validate if the token was created for your specific service. </p>\n","urlObject":{"protocol":"https","path":["api","auth","basic"],"host":["identity","ipnordic","dk"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe2e6d4a-f7a2-49d5-9b47-eb8bbdaa0828"},{"name":"Refresh","event":[{"listen":"test","script":{"id":"b8297fc8-8bb0-4b86-a4cd-32abba7e1b40","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2680726f-f389-4ada-8f66-f23f454209f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"AccessToken\": \"{{token}}\",\n\t\"RefreshToken\": \"{{refreshToken}}\",\n    \"Application\": \"{{application}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://identity.ipnordic.dk/api/auth/refresh","description":"<p>Refresh an expired Access token with non expired refresh token by sending Refresh and Access token</p>\n","urlObject":{"protocol":"https","path":["api","auth","refresh"],"host":["identity","ipnordic","dk"],"query":[],"variable":[]}},"response":[],"_postman_id":"2680726f-f389-4ada-8f66-f23f454209f8"},{"name":"Refresh Basic","event":[{"listen":"test","script":{"id":"b8297fc8-8bb0-4b86-a4cd-32abba7e1b40","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5fb6bc27-9f33-4f7e-80f3-cb965ae60b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"AccessToken\": \"{{token}}\",\n\t\"RefreshToken\": \"{{refreshToken}}\",\n    \"Application\": \"{{application}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://identity.ipnordic.dk/api/auth/refresh/basic","description":"<p>Refresh an expired Access token with non expired refresh token by sending Refresh and Access token</p>\n","urlObject":{"protocol":"https","path":["api","auth","refresh","basic"],"host":["identity","ipnordic","dk"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fb6bc27-9f33-4f7e-80f3-cb965ae60b07"},{"name":"Reset password with login","id":"89182b3f-bdfb-4c17-9f39-933f9d3e67e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"WlOperatorId\": {{wloperatorid}} ,\n\t\"Login\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://identity.ipnordic.dk/api/Identity/SendPasswordResetTokenFromLogin","description":"<p>Sends a reset password link to the user in question</p>\n","urlObject":{"protocol":"https","path":["api","Identity","SendPasswordResetTokenFromLogin"],"host":["identity","ipnordic","dk"],"query":[],"variable":[]}},"response":[],"_postman_id":"89182b3f-bdfb-4c17-9f39-933f9d3e67e2"}],"id":"1e1d6a35-856b-408e-be79-ecdfa4ef34be","_postman_id":"1e1d6a35-856b-408e-be79-ecdfa4ef34be","description":""},{"name":"SMS Gateway v2","item":[{"name":"Send SMS","id":"f08bca44-d1ad-40de-ad39-56376a750967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\t{\r\n\t    \"From\" : \"{{SENDERID}}\",\r\n\t    \"Message\" : \"{{Hello World}}\",\r\n\t    \"To\" : [\"{{NUMBER1}}\",\"{{NUMBER2}}\",\"{{NUMBER3}}\"],\r\n\t    \"ScheduledTime\":\"{{YYYY-MM-DDTXX:YY}}\"\r\n\t}","options":{"raw":{"language":"json"}}},"url":"https://sms.ipnordic.dk/api/SMS","urlObject":{"protocol":"https","path":["api","SMS"],"host":["sms","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"78c88f03-cfba-4dd2-ab63-331ff57ebd2a","name":"Send SMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\t{\r\n\t    \"From\" : \"{{SENDERID}}\",\r\n\t    \"Message\" : \"{{Hello World}}\",\r\n\t    \"To\" : [\"{{NUMBER1}}\",\"{{NUMBER2}}\",\"{{NUMBER3}}\"],\r\n\t    \"ScheduledTime\":\"{{YYYY-MM-DDTXX:YY}}\"\r\n\t}","options":{"raw":{"language":"json"}}},"url":"https://sms.ipnordic.dk/api/SMS"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f08bca44-d1ad-40de-ad39-56376a750967"},{"name":"Get Status","id":"57bae857-8e7f-449c-9909-0063eb053ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sms.ipnordic.dk/api/Status/{BATCHID}","urlObject":{"protocol":"https","path":["api","Status","{BATCHID}"],"host":["sms","ipnordic","dk"],"query":[],"variable":[]}},"response":[],"_postman_id":"57bae857-8e7f-449c-9909-0063eb053ad3"}],"id":"5cb01354-02eb-4ff7-8283-f922e177df83","description":"<p>With <strong>ipnordic's</strong> <strong>SMS Gateway API</strong>, developers can easily incorporate SMS messaging functionality into their applications, allowing them to send notifications, alerts, reminders, and promotional messages directly to their users' or customers. The API supports both single and bulk SMS sending, making it suitable for applications of any scale, from small businesses to large enterprises.</p>\n<p>You can choose whether the receiver should receive the SMS from a number or just a name. It is also possible to schedule SMS messages in the future and decide when to send them. You can continuously get a status on whether an SMS has been delivered or not.</p>\n<p>For pricing inquiries please contact our sales department.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0a4498f4-f855-4940-91f3-8401826f5b68","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"64ab4e63-aae2-4f44-8e50-40107b7ccd10","type":"text/javascript","exec":[""]}}],"_postman_id":"5cb01354-02eb-4ff7-8283-f922e177df83"},{"name":"Statistics","item":[{"name":"Calls","item":[{"name":"Get Calls","id":"d18f6ae1-47b8-49b3-a02a-c5c69dffbe97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/Calls/{{CustomerId}}?fromDate={{FromDateTime}}&toDate={{ToDateTime}}","description":"<p><strong>Call Statuses:</strong></p>\n<ol>\n<li>BUSY</li>\n<li>ANSWERED</li>\n<li>NO_ANSWER</li>\n<li>VOICEMAIL</li>\n</ol>\n<p><strong>Call Directions:</strong></p>\n<ol>\n<li>INCOMING</li>\n<li>OUTGOING<ol>\n<li>On outgoing to numbers will be anonymized if not found in company.</li>\n</ol>\n</li>\n<li>INTERNAL<ol>\n<li>When the direction is internal from and to numbers is found in company.</li>\n</ol>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}},"urlObject":{"protocol":"https","path":["statistics","v1","Calls","{{CustomerId}}"],"host":["api","ipnordic","dk"],"query":[{"key":"fromDate","value":"{{FromDateTime}}"},{"key":"toDate","value":"{{ToDateTime}}"}],"variable":[]}},"response":[{"id":"cfa65a53-42d4-4d20-91f0-73f9b42951b9","name":"Get Calls (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ipnordic.dk/statistics/v1/Calls/{{CustomerId}}?fromDate={{FromDateTime}}&toDate={{ToDateTime}}","protocol":"https","host":["api","ipnordic","dk"],"path":["statistics","v1","Calls","{{CustomerId}}"],"query":[{"key":"fromDate","value":"{{FromDateTime}}"},{"key":"toDate","value":"{{ToDateTime}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"companyId\": {{CustomerId}},\r\n            \"from\": {\r\n                \"number\": \"\",\r\n                \"name\": \"\",\r\n                \"employeeId\": 0,\r\n                \"inCompany\": true\r\n            },\r\n            \"to\": {\r\n                \"number\": \"\",\r\n                \"name\": \"\",\r\n                \"employeeId\": null,\r\n                \"inCompany\": false\r\n            },\r\n            \"startTime\": \"2023-06-20T06:38:29\",\r\n            \"endTime\": \"2023-06-20T06:38:44\",\r\n            \"duration\": 15,\r\n            \"status\": 2,\r\n            \"direction\": 3\r\n        }\r\n    ],\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"},{"id":"bec5299a-94eb-41cc-87c5-2d6cccffebf8","name":"Get Calls (No Access)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ipnordic.dk/statistics/v1/Calls/{{CustomerId}}?fromDate={{FromDateTime}}&toDate={{ToDateTime}}","protocol":"https","host":["api","ipnordic","dk"],"path":["statistics","v1","Calls","{{CustomerId}}"],"query":[{"key":"fromDate","value":"{{FromDateTime}}"},{"key":"toDate","value":"{{ToDateTime}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d18f6ae1-47b8-49b3-a02a-c5c69dffbe97"}],"id":"90d64751-2121-4633-9f93-f2217cf92ad9","_postman_id":"90d64751-2121-4633-9f93-f2217cf92ad9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}}},{"name":"CDR","item":[{"name":"Get CDR (Mobile) by month","id":"77e89b80-117f-461e-9a14-183b1bf92b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDRMobile/GetCDRMobileByMonth?companyID={{CustomerID}}&year={{Year}}&month={{Month}}","urlObject":{"protocol":"https","path":["statistics","CDRMobile","GetCDRMobileByMonth"],"host":["api","ipnordic","dk"],"query":[{"key":"companyID","value":"{{CustomerID}}"},{"key":"year","value":"{{Year}}"},{"key":"month","value":"{{Month}}"}],"variable":[]}},"response":[],"_postman_id":"77e89b80-117f-461e-9a14-183b1bf92b52"},{"name":"Get CDR (Mobile) by range","id":"f16676e7-b463-405d-9941-7ce3db40074b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDRMobile/GetCDRMobileByRange?companyID={{CustomerID}}&fromDate={{FromDateTime}}&toDate={{ToDateTime}}","urlObject":{"protocol":"https","path":["statistics","CDRMobile","GetCDRMobileByRange"],"host":["api","ipnordic","dk"],"query":[{"key":"companyID","value":"{{CustomerID}}"},{"key":"fromDate","value":"{{FromDateTime}}"},{"key":"toDate","value":"{{ToDateTime}}"}],"variable":[]}},"response":[],"_postman_id":"f16676e7-b463-405d-9941-7ce3db40074b"},{"name":"Get CDR (fixnet)","id":"338f624b-4ac5-404b-99da-22925566ba83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDR/GetCDR?companyId={{CustomerID}}&fromDate={{FromDate}}&toDate={{ToDate}}","urlObject":{"protocol":"https","path":["statistics","CDR","GetCDR"],"host":["api","ipnordic","dk"],"query":[{"key":"companyId","value":"{{CustomerID}}"},{"key":"fromDate","value":"{{FromDate}}"},{"key":"toDate","value":"{{ToDate}}"},{"disabled":true,"key":"answered","value":"false"},{"disabled":true,"key":"showNumbers","value":"false"},{"disabled":true,"key":"showPrice","value":"false"}],"variable":[]}},"response":[],"_postman_id":"338f624b-4ac5-404b-99da-22925566ba83"},{"name":"CDR reports (Call Durations)","id":"75f2b621-33e9-41c7-9480-1074a4e51f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDR/{{companyId}}/CallDurations?dateFrom={{dateFrom}}&dateTo={{dateTo}}","urlObject":{"protocol":"https","path":["statistics","CDR","{{companyId}}","CallDurations"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[],"_postman_id":"75f2b621-33e9-41c7-9480-1074a4e51f01"},{"name":"CDR reports (Concurrent Calls)","id":"564abc72-c487-4e35-8d21-584a44998fd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDR/{{companyId}}/ConcurrentCalls?dateFrom={{dateFrom}}&dateTo={{dateTo}}","urlObject":{"protocol":"https","path":["statistics","CDR","{{companyId}}","ConcurrentCalls"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[],"_postman_id":"564abc72-c487-4e35-8d21-584a44998fd0"},{"name":"CDR reports (Inbound Calls)","id":"fc7f317e-b779-4f2a-b281-09a4fcd00830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDR/{{companyId}}/InboundCalls?dateFrom={{dateFrom}}&dateTo={{dateTo}}","urlObject":{"protocol":"https","path":["statistics","CDR","{{companyId}}","InboundCalls"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[],"_postman_id":"fc7f317e-b779-4f2a-b281-09a4fcd00830"},{"name":"CDR reports (Mobile Calls)","id":"e2ccf6b1-c812-493b-b983-a92830bd32ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDR/{{companyId}}/MobileCalls?dateFrom={{dateFrom}}&dateTo={{dateTo}}","urlObject":{"protocol":"https","path":["statistics","CDR","{{companyId}}","MobileCalls"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[],"_postman_id":"e2ccf6b1-c812-493b-b983-a92830bd32ed"},{"name":"CDR reports (Total Agent Data)","id":"3edbde05-b135-470c-b1a2-2fc8e445be68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/CDR/{{companyId}}/TotalAgentData?dateFrom={{dateFrom}}&dateTo={{dateTo}}","urlObject":{"protocol":"https","path":["statistics","CDR","{{companyId}}","TotalAgentData"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[],"_postman_id":"3edbde05-b135-470c-b1a2-2fc8e445be68"}],"id":"e6f5f1e8-0d27-4aff-9f25-8a04f225cf45","_postman_id":"e6f5f1e8-0d27-4aff-9f25-8a04f225cf45","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}}},{"name":"Queue","item":[{"name":"Queue reports (Daily)","id":"e7da5c0f-137a-427a-826c-05c596273203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{CustomerID}/Daily?dateFrom={{fromDate}}&dateTo={{toDate}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{CustomerID}","Daily"],"host":["api","ipnordic","dk"],"query":[{"key":"dateFrom","value":"{{fromDate}}"},{"key":"dateTo","value":"{{toDate}}"}],"variable":[]}},"response":[],"_postman_id":"e7da5c0f-137a-427a-826c-05c596273203"},{"name":"Queue reports (Hourly)","id":"26b31a7c-7d43-4fdc-a4f9-cf5ea6b7fd07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{CustomerID}/Hourly?dateFrom={{fromDate}}&dateTo={{toDate}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{CustomerID}","Hourly"],"host":["api","ipnordic","dk"],"query":[{"key":"dateFrom","value":"{{fromDate}}"},{"key":"dateTo","value":"{{toDate}}"}],"variable":[]}},"response":[],"_postman_id":"26b31a7c-7d43-4fdc-a4f9-cf5ea6b7fd07"},{"name":"Queue reports (Agent)","id":"cf500b2e-7d8f-4af0-9302-cff8a4d58e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{CustomerID}/Agent?dateFrom={{fromDate}}&dateTo={{toDate}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{CustomerID}","Agent"],"host":["api","ipnordic","dk"],"query":[{"key":"dateFrom","value":"{{fromDate}}"},{"key":"dateTo","value":"{{toDate}}"}],"variable":[]}},"response":[],"_postman_id":"cf500b2e-7d8f-4af0-9302-cff8a4d58e8f"},{"name":"Queue reports (Daily) (Single Queue)","id":"7cd32f1f-4ccf-408c-b64e-1e9faaf8637b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{CustomerID}/Daily?extension={{extension}}&dateFrom={{fromDate}}&dateTo={{toDate}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{CustomerID}","Daily"],"host":["api","ipnordic","dk"],"query":[{"key":"extension","value":"{{extension}}"},{"key":"dateFrom","value":"{{fromDate}}"},{"key":"dateTo","value":"{{toDate}}"}],"variable":[]}},"response":[],"_postman_id":"7cd32f1f-4ccf-408c-b64e-1e9faaf8637b"},{"name":"Queue reports (Hourly) (Single Queue)","id":"c46e4484-73d8-4174-aa38-6690467ef857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{CustomerID}/Hourly?extension={{extension}}&dateFrom={{fromDate}}&dateTo={{toDate}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{CustomerID}","Hourly"],"host":["api","ipnordic","dk"],"query":[{"key":"extension","value":"{{extension}}"},{"key":"dateFrom","value":"{{fromDate}}"},{"key":"dateTo","value":"{{toDate}}"}],"variable":[]}},"response":[],"_postman_id":"c46e4484-73d8-4174-aa38-6690467ef857"},{"name":"Queue reports (Agent) (Single Queue)","id":"ddd4e023-b2ab-4ecd-b20d-daf045861f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{CustomerID}/Agent?extension={{extension}}&dateFrom={{fromDate}}&dateTo={{toDate}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{CustomerID}","Agent"],"host":["api","ipnordic","dk"],"query":[{"key":"extension","value":"{{extension}}"},{"key":"dateFrom","value":"{{fromDate}}"},{"key":"dateTo","value":"{{toDate}}"}],"variable":[]}},"response":[],"_postman_id":"ddd4e023-b2ab-4ecd-b20d-daf045861f89"},{"name":"Queue reports (Agent by Day)","id":"9587d19a-388a-4750-aa9a-ee2d1ce7b813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/AgentByDay?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","AgentByDay"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"9587d19a-388a-4750-aa9a-ee2d1ce7b813"},{"name":"Queue reports (DND and Pause)","id":"54d3ebd2-0cf4-427b-a382-5ee3a2168391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/DNDAndPause?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","DNDAndPause"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"54d3ebd2-0cf4-427b-a382-5ee3a2168391"},{"name":"Queue reports (Hour Based Pr Weekday)","id":"9c1697b7-b919-4d25-afa2-9f2fc9927dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/HourBasedPrWeekday?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","HourBasedPrWeekday"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"9c1697b7-b919-4d25-afa2-9f2fc9927dac"},{"name":"Queue reports (Incoming Calls)","id":"b5f05b2d-0f89-4806-9ee4-272d650a69b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/IncomingCalls?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","IncomingCalls"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"b5f05b2d-0f89-4806-9ee4-272d650a69b8"},{"name":"Queue reports (Incoming Numbers)","id":"ccf834b1-f012-470e-b67d-8e907985f591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/IncomingNumbers?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","IncomingNumbers"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"ccf834b1-f012-470e-b67d-8e907985f591"},{"name":"Queue reports (Monthly)","id":"59915fb3-08bb-4f5f-829d-6cd6f4a78886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/Monthly?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","Monthly"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"59915fb3-08bb-4f5f-829d-6cd6f4a78886"},{"name":"Queue reports (Period)","id":"da90649d-782b-4e3a-81e3-e3636fe51c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/Period?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","Period"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"da90649d-782b-4e3a-81e3-e3636fe51c3a"},{"name":"Queue reports (Unanswered Calls)","id":"1e04ff42-7b8c-46f9-87ca-1d50d897f5f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/UnansweredCalls?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","UnansweredCalls"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"1e04ff42-7b8c-46f9-87ca-1d50d897f5f5"},{"name":"Queue reports (Unanswered Calls Without Filter)","id":"f48c86c5-8c9b-4516-bd34-b04bcbad5b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/UnansweredCallsWithoutFilter?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","UnansweredCallsWithoutFilter"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"f48c86c5-8c9b-4516-bd34-b04bcbad5b4b"},{"name":"Queue reports (Weekday)","id":"89725465-173e-4ca2-879a-eb7f12ad1fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/QueueReports/{{companyId}}/Weekday?dateFrom={{dateFrom}}&dateTo={{dateTo}}&queue={{queue}}&customServiceLevel={{customServiceLevel}}&rowCount={{rowCount}}","urlObject":{"protocol":"https","path":["statistics","v1","QueueReports","{{companyId}}","Weekday"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"queue","value":"{{queue}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"customServiceLevel","value":"{{customServiceLevel}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"rowCount","value":"{{rowCount}}"}],"variable":[]}},"response":[],"_postman_id":"89725465-173e-4ca2-879a-eb7f12ad1fc3"}],"id":"5843be94-b9d5-4796-a6e4-00cbc8cfd179","_postman_id":"5843be94-b9d5-4796-a6e4-00cbc8cfd179","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}}},{"name":"Event","item":[{"name":"Get IVR Event Logs","id":"8c531efc-6338-4847-9a1c-0c3b81be64aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/Events/IVR/{{CompanyId}}?dateFrom={{dateFrom}}&dateTo={{dateTo}}&extension={{extension}}","urlObject":{"protocol":"https","path":["statistics","v1","Events","IVR","{{CompanyId}}"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>This param is optional, defaults to null</p>\n","type":"text/plain"},"key":"extension","value":"{{extension}}"}],"variable":[]}},"response":[],"_postman_id":"8c531efc-6338-4847-9a1c-0c3b81be64aa"}],"id":"ecf1e653-b3ca-4a45-8cec-bad6deddb0a6","_postman_id":"ecf1e653-b3ca-4a45-8cec-bad6deddb0a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}}},{"name":"Survey","item":[{"name":"Get Phone Surveys","id":"31844c28-8c56-4e4e-a7ae-0cf9732a2a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/v1/Surveys/phoneSurveys/{{companyId}}?dateFrom={{dateFrom}}&dateTo={{dateTo}}","urlObject":{"protocol":"https","path":["statistics","v1","Surveys","phoneSurveys","{{companyId}}"],"host":["api","ipnordic","dk"],"query":[{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Format is 2023-12-31</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[],"_postman_id":"31844c28-8c56-4e4e-a7ae-0cf9732a2a47"}],"id":"c8bd84e4-b520-4dd6-ba9e-c772a9a38e99","_postman_id":"c8bd84e4-b520-4dd6-ba9e-c772a9a38e99","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}}},{"name":"DND History","item":[{"name":"Find DND time","id":"4de525e2-df26-4872-b5f9-ac0aa773d8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/statistics/DNDHistory/FindDNDTime?companyId={{CustomerID}}&fromDate={{FromDateTime}}&toDate={{ToDateTime}}","urlObject":{"protocol":"https","path":["statistics","DNDHistory","FindDNDTime"],"host":["api","ipnordic","dk"],"query":[{"key":"companyId","value":"{{CustomerID}}"},{"key":"fromDate","value":"{{FromDateTime}}"},{"key":"toDate","value":"{{ToDateTime}}"}],"variable":[]}},"response":[],"_postman_id":"4de525e2-df26-4872-b5f9-ac0aa773d8cf"}],"id":"9fc6ec05-98db-4e0c-af94-a840be80a5ce","_postman_id":"9fc6ec05-98db-4e0c-af94-a840be80a5ce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a","id":"a79d4ef2-da38-4902-8985-98d131794b0a","name":"Statistics","type":"folder"}}}],"id":"a79d4ef2-da38-4902-8985-98d131794b0a","description":"<p>It is possible to get response in <em>application/json</em> and <em>application/xml.</em> By default it will use <em>application/json</em> unless header <em>Accept</em> is set.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4340c869-aa4d-4090-aece-ba3382c49867","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b51d31b2-b5e7-4d92-b580-51bb4e50022a","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"a79d4ef2-da38-4902-8985-98d131794b0a"},{"name":"Employees","item":[{"name":"Get employees in company","id":"47a8852c-3976-4fa8-881c-a68f4d1e2785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ipnordic.dk/employees/v1/employees/{{CustomerId}}/?showSimple=true&showClosed=false","urlObject":{"protocol":"https","path":["employees","v1","employees","{{CustomerId}}",""],"host":["api","ipnordic","dk"],"query":[{"key":"showSimple","value":"true"},{"key":"showClosed","value":"false"}],"variable":[]}},"response":[{"id":"22a08c8b-0e65-4d85-a644-ec840376f282","name":"Get employees in company (Simple format)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ipnordic.dk/employees/v1/employees/{{CustomerId}}/?showSimple=true&showClosed=false","protocol":"https","host":["api","ipnordic","dk"],"path":["employees","v1","employees","{{CustomerId}}",""],"query":[{"key":"showSimple","value":"true"},{"key":"showClosed","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 0,\r\n            \"name\": \"demo\",\r\n            \"login\": \"demologin\",\r\n            \"company\": {{CustomerId}},\r\n            \"isClosed\": false,\r\n            \"isActive\": false\r\n        }\r\n    ],\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"},{"id":"801290a0-e0ce-4a0a-b25b-d0f60d257525","name":"Get employees in company","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ipnordic.dk/employees/v1/employees/{{CustomerId}}/?showSimple=false&showClosed=true","protocol":"https","host":["api","ipnordic","dk"],"path":["employees","v1","employees","{{CustomerId}}",""],"query":[{"key":"showSimple","value":"false"},{"key":"showClosed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 0,\r\n            \"company\": {{CustomerId}},\r\n            \"name\": \"demo\",\r\n            \"address\": \"string\",\r\n            \"postalCode\": \"string\",\r\n            \"city\": \"string\",\r\n            \"departmentId\": 0,\r\n            \"jobTitle\": \"string\",\r\n            \"accessLevelId\": 0,\r\n            \"login\": \"demo\",\r\n            \"metaData\": \"string\",\r\n            \"emailAddress\": \"string\",\r\n            \"picture\": \"\",\r\n            \"privatePhone\": null,\r\n            \"privateMobile\": null,\r\n            \"readOnlyAccess\": false,\r\n            \"phone\": null,\r\n            \"extension\": null,\r\n            \"extensionIP\": null,\r\n            \"lastLogin\": null,\r\n            \"closed\": \"2022-11-25T00:00:00\",\r\n            \"birthday\": null,\r\n            \"isActive\": true,\r\n            \"allowEmployeeRecordingsAccess\": false,\r\n            \"synchronizeCalendar\": true,\r\n            \"allowMinsideAccess\": false,\r\n            \"lastEdit\": \"2022-11-25T07:59:04.82\",\r\n            \"lastEditUser\": \"string\",\r\n            \"created\": \"2022-11-24T12:19:09.893\",\r\n            \"createdUser\": \"string\",\r\n            \"loginID\": null,\r\n            \"companyLocationID\": null\r\n        }\r\n    ],\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"},{"id":"d64fcfbc-ec83-4df1-b610-eaa40cc43372","name":"Get employees in company (No Access)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ipnordic.dk/employees/v1/employees/{{CustomerId}}/?showSimple=true&showClosed=false","protocol":"https","host":["api","ipnordic","dk"],"path":["employees","v1","employees","{{CustomerId}}",""],"query":[{"key":"showSimple","value":"true"},{"key":"showClosed","value":"false"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"47a8852c-3976-4fa8-881c-a68f4d1e2785"}],"id":"13228cda-9432-4c0a-a195-bd52d1677ab8","_postman_id":"13228cda-9432-4c0a-a195-bd52d1677ab8","description":""},{"name":"Extension Status API","item":[{"name":"Get DNDs","id":"9dc7eb24-1535-465f-9ac5-f840babaf4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statuses/v1/Statuses/{{companyId}}/DNDs","urlObject":{"protocol":"https","path":["statuses","v1","Statuses","{{companyId}}","DNDs"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"a6223fe8-df81-46c1-aacb-5909c537696f","name":"Get DNDs","originalRequest":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statuses/v1/Statuses/{{companyId}}/DNDs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"companyId\": {{companyId}},\r\n            \"extension\": \"{{extension}}\",\r\n            \"isDND\": true\r\n        }\r\n    ],\r\n    \"message\": null,\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"}],"_postman_id":"9dc7eb24-1535-465f-9ac5-f840babaf4eb"},{"name":"Set DND","id":"5431d3e3-4cea-43bb-84f5-6259bf4bfc44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DND","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","DND"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"6d531e93-0a5e-4b30-b611-56107976c1bf","name":"Set DND","originalRequest":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DND"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"success\": true,\n    \"errors\": [],\n    \"groupedErrors\": {}\n}"}],"_postman_id":"5431d3e3-4cea-43bb-84f5-6259bf4bfc44"},{"name":"Remove DND","id":"cb9e75f0-507b-4338-93d0-c2f34506071a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DND","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","DND"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"44e5484a-4f53-4fda-bf14-2f4a52b69682","name":"Remove DND","originalRequest":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DND"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"success\": true,\n    \"errors\": [],\n    \"groupedErrors\": {}\n}"}],"_postman_id":"cb9e75f0-507b-4338-93d0-c2f34506071a"},{"name":"Get Call Forwardings","id":"1fe5ac57-ff75-4df3-bd62-8a0af917d9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/CallForwardings","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","CallForwardings"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"89390438-20c6-4b08-8b59-194cc611185a","name":"Get Call Forwardings","originalRequest":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/CallForwardings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"companyId\": {{companyId}},\r\n            \"extension\": \"{{extension}}\",\r\n            \"number\": \"{{forwardNumber}}\"\r\n        }\r\n    ],\r\n    \"message\": null,\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"}],"_postman_id":"1fe5ac57-ff75-4df3-bd62-8a0af917d9fc"},{"name":"Set Call Forwarding","id":"428d9506-13e3-4b02-b56f-9bf547c3d4a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/CallForwarding?number={{number}}","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","CallForwarding"],"host":["api","ipnordic","dk"],"query":[{"key":"number","value":"{{number}}"}],"variable":[]}},"response":[{"id":"4e7d8f39-08e3-4db2-91ca-973adf5b4d76","name":"Set Call Forwarding","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/CallForwarding?number={{number}}","protocol":"https","host":["api","ipnordic","dk"],"path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","CallForwarding"],"query":[{"key":"number","value":"{{number}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": null,\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"}],"_postman_id":"428d9506-13e3-4b02-b56f-9bf547c3d4a5"},{"name":"Remove Call Forwarding","id":"7665aa3d-0d45-44aa-999f-84903524e355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/CallForwarding","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","CallForwarding"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"88c0004b-9854-4ade-b1c8-3453fd9f9099","name":"Call Forwarding","originalRequest":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/CallForwarding"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": null,\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"}],"_postman_id":"7665aa3d-0d45-44aa-999f-84903524e355"},{"name":"Get Dual Calls","id":"73094536-2a82-4b94-81eb-0d58dd96f05f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statuses/v1/Statuses/{{companyId}}/DualCalls","urlObject":{"protocol":"https","path":["statuses","v1","Statuses","{{companyId}}","DualCalls"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"77a4af93-cded-420d-ad19-9fbf68c32b5a","name":"Get Dual Calls","originalRequest":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statuses/v1/Statuses/{{companyId}}/DualCalls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"companyId\": {{companyId}},\r\n            \"extension\": \"{{extension}}\",\r\n            \"dualNumber\": \"{{dualCallNumber}}\"\r\n        }\r\n    ],\r\n    \"message\": null,\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"}],"_postman_id":"73094536-2a82-4b94-81eb-0d58dd96f05f"},{"name":"Set Dual Call","id":"25243221-bc9f-4235-b4c2-a394f837ca3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DualCall?number={{number}}","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","DualCall"],"host":["api","ipnordic","dk"],"query":[{"key":"number","value":"{{number}}"}],"variable":[]}},"response":[{"id":"3386dfa0-8bfa-4767-9c6a-f5fc160aace0","name":"Set Dual Call","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DualCall?number={{number}}","protocol":"https","host":["api","ipnordic","dk"],"path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","DualCall"],"query":[{"key":"number","value":"{{number}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"success\": true,\n    \"errors\": [],\n    \"groupedErrors\": {}\n}"}],"_postman_id":"25243221-bc9f-4235-b4c2-a394f837ca3e"},{"name":"Remove Dual Call","id":"56551a18-3e5c-49c3-a4de-f2d9f815f47f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DualCall","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","DualCall"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"697caac3-77e6-4c96-a096-943e8cba7072","name":"Remove Dual Call","originalRequest":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/DualCall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"success\": true,\n    \"errors\": [],\n    \"groupedErrors\": {}\n}"}],"_postman_id":"56551a18-3e5c-49c3-a4de-f2d9f815f47f"},{"name":"Get Pause","id":"6b61c592-1e05-446b-86cf-d449fdb45aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statuses/v1/Statuses/{{companyId}}/Pause","urlObject":{"protocol":"https","path":["statuses","v1","Statuses","{{companyId}}","Pause"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"69de0c40-46e6-481c-b574-e2fde17f38dd","name":"Get Pause","originalRequest":{"method":"GET","header":[],"url":"https://api.ipnordic.dk/statuses/v1/Statuses/{{companyId}}/Pause"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"companyId\": {{companyId}},\r\n            \"extension\": \"{{extension}}\",\r\n            \"isPaused\": true\r\n        }\r\n    ],\r\n    \"message\": null,\r\n    \"success\": true,\r\n    \"errors\": [],\r\n    \"groupedErrors\": {}\r\n}"}],"_postman_id":"6b61c592-1e05-446b-86cf-d449fdb45aa5"},{"name":"Set Pause","id":"662dec69-a841-45d7-9ceb-3304c2466a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/Pause","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","Pause"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"61eae281-0f28-41c4-95d4-e9487aa2450d","name":"Set Pause","originalRequest":{"method":"PUT","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/Pause"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"success\": true,\n    \"errors\": [],\n    \"groupedErrors\": {}\n}"}],"_postman_id":"662dec69-a841-45d7-9ceb-3304c2466a1d"},{"name":"Remove Pause","id":"195d1ede-50d3-4025-99c0-f502925c9e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/Pause","urlObject":{"protocol":"https","path":["Statuses","v1","Statuses","{{companyId}}","{{extension}}","Pause"],"host":["api","ipnordic","dk"],"query":[],"variable":[]}},"response":[{"id":"f65590ac-4938-4834-a1b4-b674e3b93446","name":"Remove Pause","originalRequest":{"method":"DELETE","header":[],"url":"https://api.ipnordic.dk/Statuses/v1/Statuses/{{companyId}}/{{extension}}/Pause"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"success\": true,\n    \"errors\": [],\n    \"groupedErrors\": {}\n}"}],"_postman_id":"195d1ede-50d3-4025-99c0-f502925c9e98"}],"id":"d8965eca-7bc3-42a4-9744-3c7072ad7d2a","description":"<p>Use this API to read and change Do Not Disturb (DND), Call Forwarding, Dual and Pause settings for mobile devices and SIP extensions.</p>\n","_postman_id":"d8965eca-7bc3-42a4-9744-3c7072ad7d2a"}],"event":[{"listen":"prerequest","script":{"id":"b3aaf3e3-6b59-4521-98cd-002cbd1ff146","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d0bb23c-acfd-4465-b080-cb1904c14b05","type":"text/javascript","exec":[""]}}]}