1

Fairly new to the service now and looking for a way where we could get the primary on call person details for that day from the rest api

Looked through service now documentationwe couldn't find the endpoint details and what parameters it needs

Would greatly appreciate if the community could please point us in the right direction

user2359997
  • 561
  • 1
  • 16
  • 40

1 Answers1

1

Schedule is in table cmn_schedule. group members is in table cmn_rota_roster.

So you can find the active roster for given time in cmn_schedule and the users and their roles in cmn_rota_roster.

Gordon Mohrin
  • 645
  • 1
  • 6
  • 17