APIEndpoint referenceTeam

/team/{id}/upcoming-events

GET
/api/v2/team/{id}/upcoming-events

Path Parameters

id*integer
Formatint64

Query Parameters

limit?integer
Formatint64
page?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/upcoming-events"
{  "$schema": "https://example.com/schemas/TeamUpcomingEventsOKBody.json",  "data": [    "string"  ],  "pagination": {    "property1": null,    "property2": null  }}