Standing Adjustments
Manage the adjustments to existing standings data
Get a list of standing adjustments
Return a list of standing adjustments
- : 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
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcRecord was added after this date/time. In UTC.
2018-08-16T02:10:48The unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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)]Grouping Key to allow bulk deletions or listing by the key
KEYA123Don'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.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The stage identifier within a season
ST1Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/standings/adjustments 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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Create a new standing adjustment
Insert a new standing adjustment
- : 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
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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 adjustment
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the team
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA unique code for the round. (Unique for season)
RN1The number given to the round
1A unique code for the stage. (Unique for season)
ST1A unique code for the pool. (Unique for season)
P1The unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcApply to all generated standing types ?
trueAdjustment Group
IN_CONFERENCEIn ConferenceIN_DIVISIONIn DivisionOUT_CONFERENCEOut ConferenceOUT_DIVISIONOut DivisionOVERALLOverall
Adjustment Type
ADD_MINUSAdd/Subtract ValueSETSet Value
Adjustment field to calculate standings
byesByesdrawsGames DrawndrawsAwayGames Drawn (Away)drawsHomeGames Drawn (Home)forfeitsGivenForfeits GivenforfeitsWonByForfeits WonhighestScoreAgainstHighest Score AgainsthighestScoreAgainstAwayHighest Score Against (Away)highestScoreAgainstHomeHighest Score Against (Home)highestScoreForHighest Score ForhighestScoreForAwayHighest Score For (Away)highestScoreForHomeHighest Score For (Home)lossesGames LostlossesAwayGames Lost (Away)lossesHomeGames Lost (Home)lowestScoreAgainstLowest Score AgainstlowestScoreAgainstAwayLowest Score Against (Away)lowestScoreAgainstHomeLowest Score Against (Home)lowestScoreForLowest Score ForlowestScoreForAwayLowest Score For (Away)lowestScoreForHomeLowest Score For (Home)percentageFor versus Against PercentagepercentageAwayFor versus Against Percentage (Away)percentageHomeFor versus Against Percentage (Home)playedGames PlayedplayedAwayGames Played (Away)playedHomeGames Played (Home)pointDifferencePoint DifferencepointDifferenceAwayPoint Difference (Away)pointDifferenceHomePoint Difference (Home)positionStandings PositionscoredAgainstScore AgainstscoredAgainstAwayScore Against (Away)scoredAgainstHomeScore Against (Home)scoredForScore ForscoredForAwayScore For (Away)scoredForHomeScore For (Home)standingPointsStanding Points for competitorstandingPointsAwayStanding Points for competitor (Away)standingPointsGivenStanding Points Given awaystandingPointsHomeStanding Points for competitor (Home)streakWinning Streak for competitorstreakAwayWinning Streak for competitor (Away)streakHomeWinning Streak for competitor (Home)washoutsWashoutswinPercentageWin PercentagewinPercentageAwayWin Percentage (Away)winPercentageHomeWin Percentage (Home)winsGames WonwinsAwayGames Won (Away)winsHomeGames Won (Home)
Value of the adjustment field
2.3Reason type of the adjustment
DISCIPLINEReason for the adjustment
Points lost due to discipline issuesGrouping Key to allow bulk deletions or listing by the key
KEYA123Pattern: ^[0-9A-Za-z/_-]+$Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/standings/adjustments HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 575
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"roundCode": "RN1",
"roundNumber": 1,
"stageCode": "ST1",
"poolCode": "P1",
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123"
}{
"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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Delete all standing adjustments for season
Delete all standing adjustments for season
- : 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
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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}/seasons/{seasonId}/standings/adjustments 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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Get standing adjustment
Return detailed information about a specific standing adjustment
- : 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
b1a23The unique identifier of the standing_adjustment
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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}/standings/adjustments/{standingAdjustmentId} 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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Update standing adjustment
Change the information of a specific standing adjustment
- : 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
b1a23The unique identifier of the standing_adjustment
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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 season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the team
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA unique code for the round. (Unique for season)
RN1The number given to the round
1A unique code for the stage. (Unique for season)
ST1A unique code for the pool. (Unique for season)
P1The unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcApply to all generated standing types ?
trueAdjustment Group
IN_CONFERENCEIn ConferenceIN_DIVISIONIn DivisionOUT_CONFERENCEOut ConferenceOUT_DIVISIONOut DivisionOVERALLOverall
Adjustment Type
ADD_MINUSAdd/Subtract ValueSETSet Value
Adjustment field to calculate standings
byesByesdrawsGames DrawndrawsAwayGames Drawn (Away)drawsHomeGames Drawn (Home)forfeitsGivenForfeits GivenforfeitsWonByForfeits WonhighestScoreAgainstHighest Score AgainsthighestScoreAgainstAwayHighest Score Against (Away)highestScoreAgainstHomeHighest Score Against (Home)highestScoreForHighest Score ForhighestScoreForAwayHighest Score For (Away)highestScoreForHomeHighest Score For (Home)lossesGames LostlossesAwayGames Lost (Away)lossesHomeGames Lost (Home)lowestScoreAgainstLowest Score AgainstlowestScoreAgainstAwayLowest Score Against (Away)lowestScoreAgainstHomeLowest Score Against (Home)lowestScoreForLowest Score ForlowestScoreForAwayLowest Score For (Away)lowestScoreForHomeLowest Score For (Home)percentageFor versus Against PercentagepercentageAwayFor versus Against Percentage (Away)percentageHomeFor versus Against Percentage (Home)playedGames PlayedplayedAwayGames Played (Away)playedHomeGames Played (Home)pointDifferencePoint DifferencepointDifferenceAwayPoint Difference (Away)pointDifferenceHomePoint Difference (Home)positionStandings PositionscoredAgainstScore AgainstscoredAgainstAwayScore Against (Away)scoredAgainstHomeScore Against (Home)scoredForScore ForscoredForAwayScore For (Away)scoredForHomeScore For (Home)standingPointsStanding Points for competitorstandingPointsAwayStanding Points for competitor (Away)standingPointsGivenStanding Points Given awaystandingPointsHomeStanding Points for competitor (Home)streakWinning Streak for competitorstreakAwayWinning Streak for competitor (Away)streakHomeWinning Streak for competitor (Home)washoutsWashoutswinPercentageWin PercentagewinPercentageAwayWin Percentage (Away)winPercentageHomeWin Percentage (Home)winsGames WonwinsAwayGames Won (Away)winsHomeGames Won (Home)
Value of the adjustment field
2.3Reason type of the adjustment
DISCIPLINEReason for the adjustment
Points lost due to discipline issuesGrouping Key to allow bulk deletions or listing by the key
KEYA123Pattern: ^[0-9A-Za-z/_-]+$Successful operation
Error
PUT /v1/beachvolleyball/o/{organizationId}/standings/adjustments/{standingAdjustmentId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 513
{
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"roundCode": "RN1",
"roundNumber": 1,
"stageCode": "ST1",
"poolCode": "P1",
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123"
}{
"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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Delete standing adjustment
Delete a specific standing adjustment
- : 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
b1a23The unique identifier of the standing_adjustment
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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}/standings/adjustments/{standingAdjustmentId} 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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Delete standing adjustments based on groupingKey
Delete all standing adjustments for a groupingKey
- : 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.
Grouping Key to allow bulk deletions or listing by the key
KEYA123The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA 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}/seasons/{seasonId}/standings/adjustments/groupingKey/{groupingKey} 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": [
{
"standingAdjustmentId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"applyToAllStandings": true,
"adjustmentGroup": "OVERALL",
"adjustmentType": "SET",
"adjustmentField": "position",
"adjustmentValue": 2.3,
"reasonType": "DISCIPLINE",
"reasonDescription": "Points lost due to discipline issues",
"groupingKey": "KEYA123",
"updated": "2025-11-19T05:20:36.153Z",
"added": "2025-11-19T05:20:36.153Z"
}
]
}Last updated
Was this helpful?