{ "operationId": "getMyCallingServicesList", "method": "GET", "path": "/telephony/config/people/me/settings/services", "summary": "Get My Calling Services List", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "services": [ "Anonymous Call Rejection", "Call Forwarding Always", "Call Forwarding Busy", "Call Forwarding No Answer", "Call Notify" ] } } ] }