APIEndpoint referenceTeam

/team/{id}/sub-split

GET
/api/v2/team/{id}/sub-split

Path Parameters

id*integer
Formatint64

Query Parameters

matches?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/sub-split"
{  "$schema": "https://example.com/schemas/SubSplitResponse.json",  "matches": 0,  "playerMinutes": {    "property1": {      "avg": 0.1,      "n": 0    },    "property2": {      "avg": 0.1,      "n": 0    }  },  "splits": {    "property1": {      "subPct": 0,      "subStat": 0.1,      "totalStat": 0.1    },    "property2": {      "subPct": 0,      "subStat": 0.1,      "totalStat": 0.1    }  },  "teamId": 0}