GET /candidate-result
Returns published results for one candidate.
GET /public-api/v1/candidate-resultQuery Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
subFestCandidateId | UUID | Yes, unless chestNo is used. | Candidate id inside a sub-fest. |
chestNo | string | Yes, unless subFestCandidateId is used. | Candidate chest number. |
Example
curl \
-H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://testapi.festie.app/public-api/v1/candidate-result?subFestCandidateId=00000000-0000-4000-8000-000000000000"
Response Shape
{
"context": {},
"candidate": {},
"results": []
}Each result includes programme summary, topic, team, score, grade, position, points, and publishedAt.
Last updated on