Skip to content

[$40] Fix candidates list in GET /taas-teams/:teamId/jobs/:jobId endpoint #152

Closed
@maxceem

Description

@maxceem

If we have the same user added as a candidate multiple times, then this endpoint returns incorrect data:

  • It returns the same Canidate records multiple times:

    image

  • But it should return different Candidate records, and only userId and jobId would be the same.

Example request with incorrect data: https://api.topcoder-dev.com/v5/taas-teams/16718/jobs/13c44f0c-9d5f-440d-8e3c-626c766ee122
Note, that if we use another endpoint to get candidate, we get correct data: https://api.topcoder-dev.com/v5/jobCandidates?jobId=13c44f0c-9d5f-440d-8e3c-626c766ee122

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions