{ "operationId": "Get Details for a Schedule Event", "method": "GET", "path": "/telephony/config/locations/{locationId}/schedules/{type}/{scheduleId}/events/{eventId}", "summary": "Get Details for a Schedule Event", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFX0VWRU5UL1RtVjNJRmxsWVhJbmN3", "name": "New Year's", "startDate": "2022-01-01", "endDate": "2022-01-01", "allDayEnabled": true, "recurrence": { "recurForEver": true, "recurYearlyByDate": { "dayOfMonth": 1, "month": "JANUARY" } } } } ] }