Get Rotation by ID

query{
  rotation(ID:9073){
      ID,
      name,
      color,
      startDate,
      period,
      participantGroups{
        participants{
          type,
          ID
        }
      }
      changeParticipantsUnit,
      changeParticipantsFrequency,
      endDate,
      endsAfterIterations
}
}

Response:

Last updated

Was this helpful?