StatsHub Docs
Endpoint referenceEvent

/event/{id}/team-lineup

GET
/api/v2/event/{id}/team-lineup

Path Parameters

id*integer
Formatint64

Query Parameters

heatmap?string
startingLineup?string
teamId?integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/event/0/team-lineup"
{  "$schema": "https://example.com/schemas/EventTeamLineupOKBody.json",  "data": [    "string"  ]}