-
Notifications
You must be signed in to change notification settings - Fork 49
Community App Challenge Listing
James Cori edited this page Aug 1, 2020
·
4 revisions
-
GET /challenge-tracks?isActive=true
- Filter Query:
tracks[]=Design&tracks[]=Development
ORtrackIds[]=uuid1&trackIds[]=uuid2
- Filter Query:
-
NO CHANGE - Still v3 technologies and platforms call, combine and dedupe
- Query:
?tags[]=tag1&tags[]=tag2
- Query:
-
GET /challenge-types?isActive=true
- Filter Query:
types[]=Design&types[]=Development
ORtypeIds[]=uuid1&typeIds[]=uuid2
- Filter Query:
-
Color based on challengeObj.track: Design - blue, Development: Green, QA: Purple?, Data Science: Brown
-
Letters based on challengeObj.type - you can look this up against ChallengeTypes, there is an
challengeTypeObj.abbreviation
. Right now, the values are https://github.com/topcoder-platform/challenge-api/blob/develop/src/scripts/seed/ChallengeType.json -
Buckets
- All Challenges:
GET /challenges?status=Active
- My Challenges:
GET /challenges?status=Active&memberId=:jwtMemberId
- Open for Registration:
GET /challenges?status=Active¤tPhaseName=Registration
- Ongoing:
GET /challenges?status=Active®istrationEndDateEnd=:todaysDate
- Open for Review:
GET /challenges?status=Active¤tPhaseName=Review
(what about iterative review?) - Past Challenges:
GET /challenges?status=Completed
- NEW Open Tasks:
GET /challenges?status=Active&isTask=true
- All Challenges: