{ "operationId": "getPersonDevices", "method": "GET", "path": "/telephony/config/people/{personId}/devices", "summary": "Get Person Devices", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "devices": [ { "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9DQUxMSU5HX0RFVklDRS8zMDAyZWJiZi1iMTVmLTQ1ODktYWNiZS1kZjY3OTA3MTU5NWE=", "descriptions": [ "Your tag", "John Doe (Cisco 8875)" ], "model": "DMS Cisco 8875", "modelType": "MPP", "mac": "52EAD324FD21", "ipAddress": "10.201.128.187", "displayName": "Cisco 8875", "primaryOwner": true, "type": "PRIMARY", "hoteling": { "enabled": true, "limitGuestUse": true, "guestHoursLimit": 5 }, "owner": { "id": "Y2lzY29zcGFyazovL3VzL1BFUlNPTi81NzU2YWE1Yy03YjQ0LTQ3MjQtOGQ3ZS03NDE1MGVjODc4YmQ", "type": "PEOPLE", "firstName": "John", "lastName": "Doe" } } ], "maxDeviceCount": 1, "maxOwnedDeviceCount": 1 } } ] }