APIEndpoint referenceTeam

/team/{id}/roster

GET
/api/v2/team/{id}/roster

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/team/0/roster"
{  "$schema": "https://example.com/schemas/TeamRosterOKBody.json",  "data": [    {      "property1": null,      "property2": null    }  ]}