Leader Criteria Sets
For individuals to appear in the list of statistical leaders you can apply a set of criteria. This criteria will contain a number of qualifiers. Each qualifier will compare a person statistic against a qualifying value. If the statistic compares favourably (based on the qualifier) then the person is included in the statistics leaders.
Leader criteria (sets) serve as a grouping tool for bundling multiple leader qualifiers together and reusing them across seasons. In order for leader criteria & leader qualifiers to be effective, each leader criteria needs to be assigned to a season either by updating an existing one with the leaderCriteriaId of the newly created leader criterion, or by including the leaderCriteriaId in the payload when creating a new season.
Get a list of leader criteria sets
Return a list of leader criteria sets
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10Generic object name
Fields that allow a 'Contains' query string parameter search for words separated by a space, matching characters left to right. Example: nameFullLatin=David Johnson nameContains=Dav will match nameContains=John will match nameContains=son will not match
Dav and name='David Johnson'The offset of the records. See Pagination for more information.
10Successful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/statistics/leaders/criteria HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"added": "2025-11-19T05:22:47.066Z",
"updated": "2025-11-19T05:22:47.066Z",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"leaderCriteriaId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"name": "text"
}
]
}Insert a new leader criterion
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the leader criteria
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe name of the criteria
Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/statistics/leaders/criteria HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 73
{
"leaderCriteriaId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"name": "text"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"added": "2025-11-19T05:22:47.066Z",
"updated": "2025-11-19T05:22:47.066Z",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"leaderCriteriaId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"name": "text"
}
]
}Get a leader criterion
Return detailed information about a specific leader criterion
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the leader criteria
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10The offset of the records. See Pagination for more information.
10Successful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/statistics/leaders/criteria/{leaderCriteriaId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"added": "2025-11-19T05:22:47.066Z",
"updated": "2025-11-19T05:22:47.066Z",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"leaderCriteriaId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"name": "text"
}
]
}Update a leader criteria
Update a leader criterion
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the leader criteria
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe name of the criteria
Successful operation
Error
PUT /v1/beachvolleyball/o/{organizationId}/statistics/leaders/criteria/{leaderCriteriaId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"added": "2025-11-19T05:22:47.066Z",
"updated": "2025-11-19T05:22:47.066Z",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"leaderCriteriaId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"name": "text"
}
]
}Delete leader criteria
Delete a specific leader criterion
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the leader criteria
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Force a delete command to run and delete child records as well if there are existing records depending on the record.
trueDon't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesSuccessful operation
Error
DELETE /v1/beachvolleyball/o/{organizationId}/statistics/leaders/criteria/{leaderCriteriaId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"added": "2025-11-19T05:22:47.066Z",
"updated": "2025-11-19T05:22:47.066Z",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"leaderCriteriaId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"name": "text"
}
]
}Last updated
Was this helpful?