{ "operationId": "previewApplyLineKeyTemplate", "method": "POST", "path": "/telephony/config/devices/actions/previewApplyLineKeyTemplate/invoke", "summary": "Preview Apply Line Key Template", "requestExamples": [ { "contentType": "application/json", "example": { "action": "APPLY_TEMPLATE", "templateId": "Y2lzY29zcGFyazovL3VzL0RFVklDRV9MSU5FX0tFWV9URU1QTEFURS81NzVhMWY3Zi03MjRkLTRmZGUtODk4NC1mNjNhNDljMzYxZmQ", "locationIds": [ "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA" ], "excludeDevicesWithCustomLayout": true, "includeDeviceTags": [ "accounting", "sales" ], "excludeDeviceTags": [ "admin" ], "advisoryTypes": { "moreSharedAppearancesEnabled": true, "fewSharedAppearancesEnabled": true, "moreMonitorAppearancesEnabled": "true", "moreCPEAppearancesEnabled": "true", "moreModeManagementAppearancesEnabled": true } } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "deviceCount": 3 } } ] }