GET /candidate-detail
Returns public details for one candidate.
GET /public-api/v1/candidate-detailQuery Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
subFestCandidateId | UUID | Yes | Candidate id inside a sub-fest. |
Example
curl \
-H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://testapi.festie.app/public-api/v1/candidate-detail?subFestCandidateId=00000000-0000-4000-8000-000000000000"
Response Data
The response includes context and public candidate detail:
| Field | Notes |
|---|---|
id | Sub-fest candidate id. |
candidate | Public candidate identity. |
subFest | Public sub-fest summary. |
category | Public category summary. |
team | Public team summary. |
sections | Public section summaries. |
avatarUrl | Public avatar URL. |
pointsSummary | Public points summary. |
registrationCount | Public registration count. |
Private contact and profile fields are not returned.
Last updated on