{ "operationId": "getMySchedules", "method": "GET", "path": "/telephony/config/people/me/schedules", "summary": "Get User (and Location) Schedules", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "schedules": [ { "id": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEUvVTJOb1pXUjFiR1V4", "name": "Schedule1", "type": "businessHours", "level": "PEOPLE" }, { "id": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEUvVkdWaGJTQkliMnhwWkdGNQ", "name": "Team Holiday", "type": "holidays", "level": "LOCATION" } ] } } ] }