{ "operationId": "getPersonExecutiveAvailableAssistants", "method": "GET", "path": "/telephony/config/people/{personId}/executive/availableAssistants", "summary": "Get Person Executive Available Assistants", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "assistants": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU", "firstName": "doe", "lastName": "John", "directNumber": "+91-6557765419", "extension": "10079" } ] } } ] }