APIEndpoint referenceTeam
/team/{id}/sub-split
Path Parameters
id*integer
Format
int64Query Parameters
matches?integer
Format
int64Response 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}
