{"info":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>What does your API do?</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Before you begin working with the REST API, note the following:</p>\n<ul>\n<li>The REST API features is disabled by default.</li>\n<li>You must update the default password to use the REST API.</li>\n<li>A POST request must send the content type as application/JSON.</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authenticate with basic authentication with the administrator credentials:</p>\n<ul>\n<li>User Name: Polycom</li>\n<li>Password: The phone's admin password</li>\n</ul>\n<h1 id=\"error-codes\">Error Codes</h1>\n<ul>\n<li>2000 - Success</li>\n<li>5000 - Failure</li>\n</ul>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<ul>\n<li>The REST API cannot receive more than 20 KB of data. If more than 20 KB of data is sent, the phone returns an HTTP 413 error.</li>\n<li>Parallel processing is not allowed. If one API is being processed and another API is received by the phone, the second request will receive an HTTP 403 error or will be queued for later processing.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"13192773","collectionId":"28e90ca4-c5e0-4f24-b333-a378a80924a9","publishedId":"TVYDdKDz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-22T12:17:39.000Z"},"item":[{"name":"Management.NetworkInfo","id":"546b7356-d8bb-4ea6-9ab9-e0f1dd0521d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://10.223.74.40/api/v1/mgmt/network/info","description":"<p>Provides details about the phone's network information.</p>\n<p>Protocol: HTTP/HTTPS</p>\n<p>Method:GET</p>\n<p>Path: /api/v2/mgmt/network/info</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","mgmt","network","info"],"host":["https://10.223.74.40"],"query":[],"variable":[]}},"response":[{"id":"4b300f2e-2ed1-4bfe-b76f-95802f4996fb","name":"Management.NetworkInfo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://<IP-Address>/api/v1/mgmt/network/info"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9f6eca4c-575d-4ac6-81b3-327d23000c3b","name":"Management.NetworkInfo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://192.168.68.117/api/v1/mgmt/network/info"},"code":2000,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 02:39:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"880"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"SNTPAddress\": \"north-america.pool.ntp.org\",\n        \"LANSpeed\": \"1000Mbps\",\n        \"DHCPServer\": \"192.168.68.1\",\n        \"SubnetMask\": \"255.255.255.0\",\n        \"ProvServerAddress\": \"192.168.68.114/provision\",\n        \"DHCP\": \"enabled\",\n        \"VLANDiscoveryMode\": \"Fixed\",\n        \"DefaultGateway\": \"192.168.68.1\",\n        \"AlternateDNSServer\": \"192.168.68.1\",\n        \"IPV4Address\": \"192.168.68.117\",\n        \"DHCPBootServerUseOption\": \"Custom+Option66\",\n        \"DNSServer\": \"192.168.1.1\",\n        \"DHCPBootServerOption\": \"161\",\n        \"DNSDomain\": \"\",\n        \"DHCPBootServerOptionType\": \"String\",\n        \"DHCPOption60Format\": \"ASCII String\",\n        \"VLANID\": \"\",\n        \"IPV6Address\": \"::\",\n        \"LANPortStatus\": \"active\",\n        \"LLDP\": \"enabled\",\n        \"CDPCompatibility\": \"enabled\",\n        \"VLANIDOption\": \"129\",\n        \"ProvServerType\": \"HTTP\",\n        \"ZTPStatus\": \"disabled\",\n        \"UpgradeServer\": \"http://downloads.polycom.com/voice/software/Poly_UC_Software_6_2_22_0185_CCX600_release_sig/\",\n        \"ProvServerUser\": \"\"\n    },\n    \"Status\": \"2000\"\n}"}],"_postman_id":"546b7356-d8bb-4ea6-9ab9-e0f1dd0521d1"},{"name":"Management.DeviceInfo","id":"4966f694-e904-45da-972b-ddab6a0ae18c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://10.223.74.40/api/v1/mgmt/device/info","description":"<p>Provides details about the phone's information.</p>\n<ul>\n<li>Protocol: HTTP/HTTPS</li>\n<li>Method: GET</li>\n<li>Path: /api/v1/mgmt/device/info</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","mgmt","device","info"],"host":["https://10.223.74.40"],"query":[],"variable":[]}},"response":[{"id":"0f773fd9-5d9a-4714-aa23-bf88b229324a","name":"Management.DeviceInfo Success","originalRequest":{"method":"GET","header":[],"url":"https://<IP-Address>/api/v1/mgmt/device/info"},"code":2000,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 03:01:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"296"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ModelNumber\": \"CCX 600\",\n        \"IPV4Address\": \"192.168.68.xxx\",\n        \"FirmwareRelease\": \"6.2.22.0185\",\n        \"DeviceVendor\": \"Poly\",\n        \"DeviceType\": \"hardwareEndpoint\",\n        \"MACAddress\": \"64167xxxxx5\",\n        \"UpTimeSinceLastReboot\": \"0 Day 0:40:23\",\n        \"IPV6Address\": \"::\",\n        \"AttachedHardware\": {}\n    },\n    \"Status\": \"2000\"\n}"},{"id":"c85cfa39-93b6-46c9-be02-5a4dbad2ce17","name":"Management.DeviceInfo","originalRequest":{"method":"GET","header":[],"url":"https://https://10.223.74.40/api/v1/mgmt/device/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 04:19:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"296"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ModelNumber\": \"CCX 600\",\n        \"FirmwareRelease\": \"6.2.22.0185\",\n        \"DeviceType\": \"hardwareEndpoint\",\n        \"DeviceVendor\": \"Poly\",\n        \"UpTimeSinceLastReboot\": \"0 Day 0:29:15\",\n        \"IPV4Address\": \"192.168.68.117\",\n        \"MACAddress\": \"64167fcc35e5\",\n        \"IPV6Address\": \"::\",\n        \"AttachedHardware\": {}\n    },\n    \"Status\": \"2000\"\n}"}],"_postman_id":"4966f694-e904-45da-972b-ddab6a0ae18c"},{"name":"Management.SetConfig","id":"fb44509e-b141-4e8c-9f0f-eca3ce3e9055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\":\n    {\"feature.callRecording.enabled\":\"0\",\n    \"phoneLock.enabled\":\"1\",\n    \"voice.CNControl\":\"1\"}\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://10.223.74.40/api/v1/mgmt/config/set","description":"<p>Provides the interface to set the configuration allowing a maximum of 20 parameters and up to 20 KB of content length for given request.</p>\n<ul>\n<li>Protocol: HTTP/HTTPS</li>\n<li>Method: GET</li>\n<li>Path: /api/v1/mgmt/config/set</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","mgmt","config","set"],"host":["https://10.223.74.40"],"query":[],"variable":[]}},"response":[{"id":"f9780176-4120-4ee1-96fc-57ac82d013e8","name":"Management.SetConfig","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"data\":\n    {\"feature.callRecording.enabled\":\"1\",\n    \"phoneLock.enabled\":\"1\"}\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://192.168.68.117/api/v1/mgmt/config/set"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 03:29:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"103"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ProcessedParams\": {\n        \"feature.callRecording.enabled\": \"1\",\n        \"phoneLock.enabled\": \"1\"\n    },\n    \"Status\": \"2000\"\n}"}],"_postman_id":"fb44509e-b141-4e8c-9f0f-eca3ce3e9055"},{"name":"Management.GetConfig","id":"44cf7fda-71d5-4047-b37a-ba702ee8998f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\":\n    [\"feature.callRecording.enabled\",\n    \"phoneLock.enabled\"]\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://10.223.74.40/api/v1/mgmt/config/get","description":"<p>Provides a running configuration value for given configuration parameters. The maximum is 20 parameters. The maximum content length is 20 KB.</p>\n<ul>\n<li>Protocol: HTTP/HTTPS</li>\n<li>Method: GET</li>\n<li>Path: /api/v1/mgmt/config/get</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","mgmt","config","get"],"host":["https://10.223.74.40"],"query":[],"variable":[]}},"response":[{"id":"6f82535d-4ee6-4570-b757-95fa13cc2f1b","name":"Management.GetConfig","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\":\n    {\"feature.callRecording.enabled\",\n    \"phoneLock.enabled\"}\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://192.168.68.117/api/v1/mgmt/config/set"},"code":4000,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 03:37:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"18"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"4000\"\n}"},{"id":"87f24c16-4ef8-4b2f-8e21-fc3f84c08ec4","name":"Management.GetConfig","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\":\n    [\"feature.callRecording.enabled\",\n    \"phoneLock.enabled\"]\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://192.168.68.117/api/v1/mgmt/config/get"},"code":2000,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 03:39:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"152"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"2000\",\n    \"data\": {\n        \"feature.callRecording.enabled\": {\n            \"Value\": \"1\",\n            \"Source\": \"local\"\n        },\n        \"phoneLock.enabled\": {\n            \"Value\": \"1\",\n            \"Source\": \"local\"\n        }\n    }\n}"}],"_postman_id":"44cf7fda-71d5-4047-b37a-ba702ee8998f"},{"name":"Management.Uixml","id":"bdccd44d-6568-4572-833a-d7bbaab85f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://10.223.74.40/api/v1/mgmt/uixml","description":"<p>Provides an XML representation of the phone's user interface.</p>\n<ul>\n<li>Protocol: HTTP/HTTPS</li>\n<li>Method: GET</li>\n<li>Path: /api/v1/mgmt/uixml</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","mgmt","uixml"],"host":["https://10.223.74.40"],"query":[],"variable":[]}},"response":[{"id":"9b05c19a-a344-43fd-af8c-d44f99b480a2","name":"Management.Uixml","originalRequest":{"method":"GET","header":[],"url":"https://https://10.223.74.40/api/v1/mgmt/uixml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 04:00:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"6906"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"<Screen>\\n<window type=\\\"CLayoutMgr\\\" name=\\\"spipgui\\\" size=\\\"1024x552\\\" pos=\\\"0:0\\\">\\n    <widget type=\\\"CStatusWidget\\\" size=\\\"1024x50\\\" name=\\\"status\\\" pos=\\\"0:0\\\">\\n        <component type=\\\"CPolyButton\\\" size=\\\"42x50\\\" pos=\\\"0:0\\\"/>\\n        <component type=\\\"CPolyButton\\\" size=\\\"42x50\\\" pos=\\\"0:0\\\">\\n            <component type=\\\"CPolyLabelWidget\\\" size=\\\"42x50\\\" name=\\\"button-label\\\" pos=\\\"0:0\\\" label=\\\"\\\"/>\\n        </component>\\n        <component type=\\\"CPolyButton\\\" size=\\\"42x50\\\" pos=\\\"0:0\\\">\\n            <component type=\\\"CPolyLabelWidget\\\" size=\\\"42x50\\\" name=\\\"button-label\\\" pos=\\\"0:0\\\" label=\\\"\\\"/>\\n        </component>\\n        <component type=\\\"CPolyButton\\\" size=\\\"42x50\\\" pos=\\\"0:0\\\">\\n            <component type=\\\"CPolyLabelWidget\\\" size=\\\"42x50\\\" name=\\\"button-label\\\" pos=\\\"0:0\\\" label=\\\"\\\"/>\\n        </component>\\n        <component type=\\\"CPolyScrollingLabel\\\" size=\\\"524x30\\\" name=\\\"timedate\\\" pos=\\\"250:10\\\" label=\\\"Off Hours Mode&#xa;Wednesday, October 21  11:00 PM\\\"/>\\n        <component type=\\\"CPolyScrollingLabel\\\" size=\\\"524x30\\\" name=\\\"message\\\" pos=\\\"250:10\\\" label=\\\"Off Hours Mode\\\"/>\\n        <component type=\\\"CPolyLabelWidget\\\" size=\\\"40x40\\\" name=\\\"button-label\\\" pos=\\\"12:7\\\" label=\\\"\\\"/>\\n        <component type=\\\"CPolyLabelWidget\\\" size=\\\"35x35\\\" name=\\\"button-label\\\" pos=\\\"74:7\\\" label=\\\"\\\"/>\\n        <component type=\\\"CPolyIcon\\\" size=\\\"40x40\\\" name=\\\"lineicon\\\" pos=\\\"0:0\\\" icon-ids=\\\"0\\\"/>\\n    </widget>\\n    <widget type=\\\"CPolyHomeScreenMinimal\\\" size=\\\"1024x600\\\" name=\\\"home-screen\\\" content-type=\\\"CPolyPageMenuContent\\\" pos=\\\"0:100\\\" icon=\\\"-1\\\" label=\\\"Main Menu\\\">\\n        <component type=\\\"CPolyPageMenuContent\\\" size=\\\"1024x500\\\" pos=\\\"0:50\\\">\\n            <component view-content-size=\\\"1022x330\\\" type=\\\"CPolyPageView\\\" highlighted=\\\"0\\\" frame-rate=\\\"0\\\" view-offset=\\\"0:0\\\" size=\\\"1024x500\\\" pos=\\\"454:150\\\" total=\\\"4\\\">\\n                <component type=\\\"CPolyButton\\\" size=\\\"120x110\\\" name=\\\"item-6\\\" pos=\\\"455:151\\\" label=\\\"Sign In\\\" action-released=\\\"menu:1\\\" focused=\\\"1\\\">\\n                    <component type=\\\"CPolyIcon\\\" size=\\\"90x90\\\" pos=\\\"-14543:151\\\" icon-ids=\\\"309\\\"/>\\n                    <component type=\\\"CPolyLabelWidget\\\" size=\\\"120x30\\\" name=\\\"button-label\\\" pos=\\\"455:233\\\" label=\\\"Sign In\\\" focused=\\\"1\\\"/>\\n                </component>\\n                <component type=\\\"CPolyButton\\\" size=\\\"120x110\\\" name=\\\"item-3\\\" pos=\\\"605:151\\\" label=\\\"Contacts\\\" action-released=\\\"localdirectory\\\">\\n                    <component type=\\\"CPolyIcon\\\" size=\\\"90x90\\\" pos=\\\"-14393:151\\\" icon-ids=\\\"28\\\"/>\\n                    <component type=\\\"CPolyLabelWidget\\\" size=\\\"120x30\\\" name=\\\"button-label\\\" pos=\\\"605:233\\\" label=\\\"Contacts\\\"/>\\n                </component>\\n                <component type=\\\"CPolyButton\\\" size=\\\"120x110\\\" name=\\\"item-8\\\" pos=\\\"755:151\\\" label=\\\"Bluetooth\\\" action-released=\\\"menu:3\\\">\\n                    <component type=\\\"CPolyIcon\\\" size=\\\"90x90\\\" pos=\\\"-14243:151\\\" icon-ids=\\\"171\\\"/>\\n                    <component type=\\\"CPolyLabelWidget\\\" size=\\\"120x30\\\" name=\\\"button-label\\\" pos=\\\"755:233\\\" label=\\\"Bluetooth\\\"/>\\n                </component>\\n                <component type=\\\"CPolyButton\\\" size=\\\"120x110\\\" name=\\\"item-19\\\" pos=\\\"455:291\\\" label=\\\"Wi-Fi\\\" action-released=\\\"menu:4\\\">\\n                    <component type=\\\"CPolyIcon\\\" size=\\\"90x90\\\" pos=\\\"-14543:291\\\" icon-ids=\\\"328\\\"/>\\n                    <component type=\\\"CPolyLabelWidget\\\" size=\\\"120x30\\\" name=\\\"button-label\\\" pos=\\\"455:373\\\" label=\\\"Wi-Fi\\\"/>\\n                </component>\\n            </component>\\n        </component>\\n        <component type=\\\"CPolyLabelWidget\\\" size=\\\"260x47\\\" name=\\\"date-label\\\" pos=\\\"620:55\\\" label=\\\"Wednesday, October 21\\\"/>\\n        <component type=\\\"CPolyLabelWidget\\\" size=\\\"480x47\\\" name=\\\"time-label\\\" pos=\\\"140:55\\\" label=\\\"11:00 PM\\\"/>\\n        <component type=\\\"CPolyLabelWidget\\\" size=\\\"820x47\\\" name=\\\"time-date-out-of-sync-label\\\" pos=\\\"103:55\\\" label=\\\"Time/date out of sync\\\"/>\\n    </widget>\\n    <widget type=\\\"CLineKeyWidget\\\" size=\\\"1024x84\\\" name=\\\"linekeys\\\" pos=\\\"0:890\\\">\\n        <component view-content-size=\\\"1024x84\\\" type=\\\"CPolyPageView\\\" highlighted=\\\"0\\\" frame-rate=\\\"0\\\" view-offset=\\\"0:0\\\" size=\\\"1024x83\\\" name=\\\"linekey-view\\\" pos=\\\"0:470\\\" total=\\\"2\\\">\\n            <component is-call-forwarding-enabled=\\\"0\\\" type=\\\"CPolyLineItem\\\" state=\\\"unregistered\\\" size=\\\"204x84\\\" name=\\\"normal\\\" action-held=\\\"linekey:hold-0-0\\\" pos=\\\"0:470\\\" label=\\\"CCX 600\\\" action-released=\\\"linekey:click-0-0\\\" focused=\\\"1\\\">\\n                <component type=\\\"CPolyIcon\\\" size=\\\"13x13\\\" name=\\\"normal\\\" pos=\\\"48:517\\\" icon-ids=\\\"34\\\"/>\\n            </component>\\n        </component>\\n        <component is-call-forwarding-enabled=\\\"0\\\" type=\\\"CPolyLineItem\\\" state=\\\"normal\\\" size=\\\"13x13\\\" name=\\\"ext-control\\\" pos=\\\"-9999:470\\\" label=\\\"Close\\\" action-released=\\\"SoftKey:ToggleLineKey\\\" focused=\\\"1\\\">\\n            <component type=\\\"CPolyIcon\\\" size=\\\"13x13\\\" name=\\\"buttonIcon\\\" pos=\\\"-9999:470\\\" icon-ids=\\\"96\\\"/>\\n            <component type=\\\"CPolyLabelWidget\\\" size=\\\"34x17\\\" name=\\\"ext-control-label\\\" pos=\\\"-9999:470\\\" label=\\\"Close\\\" focused=\\\"1\\\"/>\\n            <component type=\\\"CPolyShape\\\" size=\\\"13x13\\\" name=\\\"led\\\" pos=\\\"-19998:470\\\"/>\\n        </component>\\n        <component type=\\\"CPolyButton\\\" size=\\\"13x13\\\" name=\\\"menuhome\\\" pos=\\\"-9999:470\\\" label=\\\"Menu\\\" action-released=\\\"home\\\">\\n            <component type=\\\"CPolyIcon\\\" size=\\\"13x13\\\" name=\\\"menuhome\\\" pos=\\\"-9999:470\\\" icon-ids=\\\"25\\\"/>\\n            <component type=\\\"CPolyLabelWidget\\\" size=\\\"45x17\\\" name=\\\"button-label\\\" pos=\\\"-9999:470\\\" label=\\\"Menu\\\"/>\\n            <component type=\\\"CPolyShape\\\" size=\\\"13x13\\\" name=\\\"led\\\" pos=\\\"0:470\\\"/>\\n        </component>\\n        <component type=\\\"CPolyLabelWidget\\\" size=\\\"120x20\\\" name=\\\"first-label\\\" pos=\\\"65:502\\\" label=\\\"CCX 600\\\"/>\\n    </widget>\\n    <widget type=\\\"CPolySoftkey\\\" size=\\\"85x50\\\" name=\\\"hamburger-menu\\\" pos=\\\"0:0\\\">\\n        <component view-content-size=\\\"85x-1\\\" type=\\\"CPolyPageView\\\" highlighted=\\\"-1\\\" frame-rate=\\\"0\\\" view-offset=\\\"0:0\\\" size=\\\"85x50\\\" name=\\\"softkey-pageview\\\" pos=\\\"0:0\\\" total=\\\"6\\\">\\n            <component sk-pos=\\\"0\\\" type=\\\"CPolyButton\\\" state=\\\"green\\\" size=\\\"85x50\\\" name=\\\"softkey-button\\\" flyoutLabels=\\\"Home,Contacts,Bluetooth,Settings,BTOE,Applications\\\" pos=\\\"0:0\\\" hasFlyout=\\\"1\\\" label=\\\" \\\" action-released=\\\"home\\\" flyoutOptions=\\\"home,directory,bluetoothUserSettings,settings,softkey:2352-,SoftKey:Applications\\\">\\n                <component type=\\\"CPolyIcon\\\" size=\\\"75x50\\\" name=\\\"buttonIcon\\\" pos=\\\"0:0\\\" icon-ids=\\\"312\\\"/>\\n                <component type=\\\"CPolyLabelWidget\\\" size=\\\"3x13\\\" name=\\\"softkey-button-label\\\" pos=\\\"0:0\\\" label=\\\" \\\"/>\\n            </component>\\n        </component>\\n    </widget>\\n</window></Screen>\\n\",\n    \"Status\": \"2000\"\n}"}],"_postman_id":"bdccd44d-6568-4572-833a-d7bbaab85f67"},{"name":"Management.DeviceStats","id":"8b10dba4-11c1-4d6a-b102-689b5c7651e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://10.223.74.40/api/v1/mgmt/device/stats","description":"<p>Details about the phone's CPU and memory usage.</p>\n<ul>\n<li>Protocol: HTTP/HTTPS</li>\n<li>Method: GET</li>\n<li>Path: /api/v1/mgmt/device/stats</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","mgmt","device","stats"],"host":["https://10.223.74.40"],"query":[],"variable":[]}},"response":[{"id":"39892adc-a9bf-4f5c-a348-f7bf19e8a573","name":"Management.DeviceStats","originalRequest":{"method":"GET","header":[],"url":"https://https://10.223.74.40/api/v1/mgmt/device/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Poly CCX Telephone HTTPd"},{"key":"Date","value":"Thu, 22 Oct 2020 04:02:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"437"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"CPU\": {\n            \"Current\": \"3.2\",\n            \"Average\": \"4.8\"\n        },\n        \"Memory\": {\n            \"SReclaim\": \"38584320\",\n            \"Free\": \"1388306432\",\n            \"Used\": \"692756480\",\n            \"Total\": \"2081062912\",\n            \"Cached\": \"965836800\",\n            \"ComAS\": \"2868711424\",\n            \"polyapp\": {\n                \"uordblks\": \"43178056\",\n                \"fordblks\": \"4794296\",\n                \"hblkhd\": \"47972352\",\n                \"arena\": \"0\"\n            },\n            \"pgui\": {\n                \"uordblks\": \"77943952\",\n                \"fordblks\": \"4893552\",\n                \"hblkhd\": \"82837504\",\n                \"arena\": \"0\"\n            }\n        },\n        \"RAMDiskSize\": \"67108864\"\n    },\n    \"Status\": \"2000\"\n}"}],"_postman_id":"8b10dba4-11c1-4d6a-b102-689b5c7651e1"},{"name":"WebbCallControl.CallLogs","id":"47ca6321-77c5-48d3-8269-ad190a4a1f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>This API provides the phone's call logs.</p>\n<p>Protocol: HTTP/HTTPS\nMethod: GET\nPath:\n/api/v1/mgmt/callLogs\n/api/v1/mgmt/callLogs/missed\n/api/v1/mgmt/callLogs/received\n/api/v1/mgmt/callLogs/placed</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","id":"28e90ca4-c5e0-4f24-b333-a378a80924a9","name":"P-Test API Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"77d76d91-30f9-463a-b94e-779eb9d5b5ce","name":"WebbCallControl.CallLogs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"Protocol: HTTP/HTTPS\r\nMethod: GET\r\nPath:\r\n/api/v1/mgmt/callLogs\r\n/api/v1/mgmt/callLogs/missed\r\n/api/v1/mgmt/callLogs/received\r\n/api/v1/mgmt/callLogs/placed","options":{"raw":{"language":"text"}}},"url":"https://10.223.74.40/api/v1/mgmt/callLogs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Polycom VVX Telephone HTTPd"},{"key":"Date","value":"Mon, 21 Dec 2020 15:17:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Security-Policy","value":"default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-length","value":"72"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Placed\": [],\n        \"Missed\": [],\n        \"Received\": []\n    },\n    \"Status\": \"2000\"\n}"}],"_postman_id":"47ca6321-77c5-48d3-8269-ad190a4a1f2c"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"f44ae185-45bb-495b-8ecf-9b7808e14377","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"def4dae5-4a51-47b3-a916-058d0f5c5a6b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"ipaddress","value":"https://10.223.74.40"}]}