APIEndpoint referenceCompetitions
/v2/phases/{phaseId}
Get a competition phase
Get a competition phase
Path Parameters
phaseId*string
Opaque resource ID
Match
^[1-9][0-9]*$Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/phases/string"{ "data": { "capabilities": { "aiAnalysis": true, "heatmaps": true, "lineupProjections": true, "shotmaps": true }, "competition": { "id": "string", "name": "string", "slug": "string" }, "group": true, "id": "string", "live": true, "name": "string", "region": { "id": "string", "name": "string", "slug": "string" }, "slug": "string" }}