{ "operationId": "getDeviceLayoutByDeviceId", "method": "GET", "path": "/telephony/config/devices/{deviceId}/layout", "summary": "Get Device Layout by Device ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "layoutMode": "CUSTOM", "userReorderEnabled": "true", "lineKeys": [ { "lineKeyIndex": 1, "lineKeyType": "PRIMARY_LINE" }, { "lineKeyIndex": 2, "lineKeyType": "SPEED_DIAL", "lineKeyLabel": "Home", "lineKeyValue": "213456" } ], "kemModuleType": "KEM_14_KEYS", "kemKeys": [ { "kemModuleIndex": 1, "kemKeyIndex": 1, "kemKeyType": "CLOSED" }, { "kemModuleIndex": 1, "kemKeyIndex": 2, "kemKeyType": "SPEED_DIAL", "kemKeyLabel": "Office", "kemKeyValue": "213457" }, { "kemModuleIndex": 1, "kemKeyIndex": 3, "kemKeyType": "SHARED_LINE", "sharedLineIndex": 1 } ] } } ] }