get https://example.com/api/v2/operators//teams//shifts//activities
Get all the activities which occurred for a specific shift
Responses
Get all the activities which occurred for a specific shift
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/api/v2/operators/operatorId/teams/teamId/shifts/shiftId/activities?page=1&pageSize=25' \
--header 'accept: application/json'