You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are making individual call to challenge api in order to load all challenges for a milestone. We would need to improve that by creating a new endpoint under challenge api which could result in getting all challenges for a milestoneId.
for eg - https://api.topcoder.com/v5/challenges?sortBy=updated&sortOrder=desc&projectId=28454&status=Active&page=1&perPage=50
For this we would have to add the milestoneId at root of challenge Object. Open Question : how to handle the challenges which are already added to milestone objects on projects app side but didn't had milestoneId field for challenge object.
Currently we are making individual call to challenge api in order to load all challenges for a milestone. We would need to improve that by creating a new endpoint under challenge api which could result in getting all challenges for a milestoneId.
for eg -
https://api.topcoder.com/v5/challenges?sortBy=updated&sortOrder=desc&projectId=28454&status=Active&page=1&perPage=50
For this we would have to add the milestoneId at root of challenge Object.
Open Question : how to handle the challenges which are already added to milestone objects on projects app side but didn't had milestoneId field for challenge object.
fyi @elkhawajah
The text was updated successfully, but these errors were encountered: