Get On-call Event By ID

GET {{baseUrl}}/schedules/:schedulesID/events/:eventID

This endpoint is used to get the on-call rotation(event) details by event id. Requires access_token as a Bearer {{token}} in the Authorization header with schedule-read scope.

RESPONSES

status: OK

{"data":{"id":"620ba63ff163b1e165f1a114","calendar_id":"000000000000000000000000","start_time":"2022-02-14T18:30:00Z","end_time":"2022-02-19T18:30:00Z","name":"abc","user_ids":["60f12dd3814bef0008c4036e"],"series_id":"620ba63ff163b1e165f1a113","squad_ids":[],"is_override":false,"schedule_id":"620b98c1097308a242bc8644","calendar":{"id":"620b98c1097308a242bc8644","name":"schedule5","slug":"schedule5"}}}