We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Types were simplified, and Tracks are now an actual API object: All Tracks and All Types can be cross-linked, so now just:
GET /v5/challenge-tracks?isActive=true
GET /v5/challenge-types?isActive=true
Create a challenge now looks like this:
{ "typeId": "uuid", "trackId": "uuid", "status": "New", "timelineTemplateId": "", "phases": [] }