{ "operationId": "List of Schedules for a Person", "method": "GET", "path": "/people/{personId}/features/schedules", "summary": "List of Schedules for a Person", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "schedules": [ { "id": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEUvUkdGc2JHRnpYMDltWm1salpWOUliM1Z5Y3c9PQ", "name": "Dallas_Office_Hours", "type": "businessHours", "level": "LOCATION" } ] } } ] }