Get Override by ID

query{
	override(ID:4406){
          ID,
          teamID,
          scheduleID,
          startTime,
          endTime,
          reason,
          overriddenParticipant{
            participants{
              type,
              ID
            }
          },
          overrideWith{
            participants{
              type,
              ID
            }
          }
        }
}

Response:

Last updated

Was this helpful?