{ "operationId": "getDetailsOfLineKeyTemplate", "method": "GET", "path": "/telephony/config/devices/lineKeyTemplates/{templateId}", "summary": "Get details of a Line Key Template", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0RFVklDRV9MSU5FX0tFWV9URU1QTEFURS9kNDUzM2MwYi1hZGRmLTRjODUtODk0YS1hZTVkOTAyYzAyMDM", "templateName": "My Template", "deviceModel": "DMS Cisco 8851", "modelDisplayName": "Cisco 8851", "userReorderEnabled": true, "lineKeys": [ { "lineKeyIndex": 1, "lineKeyType": "PRIMARY_LINE" }, { "lineKeyIndex": 2, "lineKeyType": "SPEED_DIAL", "lineKeyLabel": "Home", "lineKeyValue": "2891" }, { "lineKeyIndex": 3, "lineKeyType": "SHARED_LINE", "sharedLineIndex": 1 } ] } } ] }