Conduct
The Conduct record for an incident
Return a list of available conduct records
- : 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
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48The unique identifier of the competition
009e9276-5c80-11e8-9c2d-fa7ae01bbebcConduct status. Multiple allowed (comma-delimited).
- None None
ACTIVEActiveCLOSEDClosedCOMPLETECompleteINACTIVEInactivePENDINGPending
ACTIVEPossible values: Conduct type. Multiple allowed (comma-delimited).
CITATIONCitationCONCUSSIONConcussionCORRUPTIONCorruptionDOPINGDopingFITNESSFitnessMATCH_FIXINGMatch FixingMEDICALMedicalNA_REQUESTNational Association RequestSWEARINGSwearingTOUCHLINE_SUSPENSIONTouchline SuspensionUNSPORTSMANLIKE_CONDUCTUnsportsmanlike ConductVIOLENT_CONDUCTViolent Conduct
SWEARINGPossible values: Where dateOffenceLocal is before this value
2018-08-16T18:00:00Where dateOffenceLocal is after this value
2018-08-16T18:00:00Where dateSuspendedFrom <= this value
2018-08-16Where dateSuspendedFrom >= this value
2018-08-16Where dateSuspendedTo <= this value
2018-08-16Where dateSuspendedTo >= this value
2018-08-16The unique identifier of the entity group
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the entity
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)]The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcDon'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: 10Family latin name starts with
Family local name starts with
The full name of the person in latin characters
Fields that allow a 'Contains' query string parameter search for words separated by a space, matching characters left to right. Example: nameFullLatin=David Johnson nameFullLatinContains=Dav will match nameFullLatinContains=John will match nameFullLatinContains=son will not match
Dav and nameFullLatin='David Johnson'The full name of the person
Fields that allow a 'Contains' query string parameter search for words separated by a space, matching characters left to right. Example: nameFullLocal=David Johnson nameFullLocalContains=Dav will match nameFullLocalContains=John will match nameFullLocalContains=son will not match
Dav and nameFullLocal='David Johnson'The offset of the records. See Pagination for more information.
10The unique identifier of the person
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifiers of the persons (comma-delimited).
009e9276-5c80-11e8-9c2d-fa7ae01bbebc,de83c6a8-3b29-11eb-bdb7-0242ac130005The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcComma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-dateOffenceLocal,addedPattern: ^(\-?added|\-?updated|\-?dateOffenceLocal|\-?dateHearingLocal|\-?dateSuspendedFrom|\-?dateSuspendedTo|,)*$Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/basketball33/o/{organizationId}/conduct 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": [
{
"conductId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"person": {
"resourceType": "persons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroup": {
"resourceType": "entityGroups",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixture": {
"resourceType": "fixtures",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competition": {
"resourceType": "competitions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123",
"updated": "2025-11-19T00:56:46.591Z",
"added": "2025-11-19T00:56:46.591Z"
}
]
}Insert a new conduct
- : 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 conduct
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the person
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe club that this team belongs to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the team
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the competition
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe number displayed on the jersey
34The location where the incident occurred
locationThe event that this conduct is linked to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe identifier for the period
1Period 12Period 23Period 34Period 411Overtime 112Overtime 213Overtime 314Overtime 415Overtime 516Overtime 6
The section of the period (sub-period)
Match clock when the incident occurred
PT9M53SThe role of person
- None None
CAPTAINCaptainCAPTAIN_VICEVice CaptainCEOCEOCOACHCoachCOACH_ASSISTANTAssistant CoachCOACH_ASSISTANT_HEADAssistant Head CoachCOACH_ASSOCIATE_HEADAssociate Head CoachCOACH_DEVELOPMENTDevelopment CoachCOACH_HEADHead CoachCOACH_HEAD_INTERIMInterim Head CoachCOACH_OTHEROther coaching staffCOACH_SCStrengh and Conditioning CoachCOACH_SENIORSenior CoachCOACH_SPECIALISTSpecialist CoachCOMMISSIONERCommissionerCOMMITTEECommitteeCREW_CHIEFCrew ChiefDIRECTORDirectorDOCTORDoctorGENERALGeneralGROUNDSKEEPERGroundskeeperJUDGE_SCORINGScoring Judge (SJ)JUDGE_TIMINGTiming Judge (TJ)MANAGERManagerMATCH_OFFICIALMatch OfficialMEDIA_OFFICERMedia OfficerMEDICAL_STAFFMedical StaffOTHEROtherPHYSIOTHERAPISTPhysiotherapistPRESIDENTPresidentPRESIDENT_VICEVice PresidentREFEREERefereeREFEREE_ASSISTANTReferee AssistantREFEREE_ASSISTANT_RESERVEReserve Assistant RefereeREFEREE_RESERVEReserve RefereeSCOREKEEPERScorekeeperSCOREKEEPER_ASSISTANTAssistant ScorekeeperSCORERScorerSCORER_ASSISTANTAssistant ScorerSECRETARYSecretarySTATISTICIANStatisticianTECHNICAL_OFFICIALTechnical Official (TO)TIMEKEEPERTimekeeperTIMERTimerTRAINERTrainerTRAINER_ASSISTANTAssitant TrainerTRANSLATORTranslatorTREASURERTreasurerUMPIREUmpireUMPIRE_RESERVEReserve Umpire (RU)UMPIRE_VIDEOVideo Umpire (VU)VIDEO_TECHNICIANVideo Technician (VT)
COACHPossible values: Date & Time of the Offence in the local timezone
1978-08-24T12:12:12Notes of the Conduct incident
Date hearing
1978-08-24Notes from the conduct hearing
Conduct hearing status
- None None
FINALIZEDFinalizedPENDINGPending
PENDINGPossible values: Was the result of the conduct hearing a life sentence?
trueConduct fine amount
Fine currency
USDConduct fine due status
- None None
CANCELLEDCancelledISSUEDIssuedOTHEROtherPAIDPaidUNPAIDUnpaid
PAIDPossible values: Date the suspension ended
1978-08-24Date the suspension started
1978-08-24Date the fine was paid
1978-08-24Conduct status
- None None
ACTIVEActiveCLOSEDClosedCOMPLETECompleteINACTIVEInactivePENDINGPending
ACTIVEPossible values: The Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$Successful operation
Error
POST /v1/basketball33/o/{organizationId}/conduct HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1009
{
"conductId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123"
}{
"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": [
{
"conductId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"person": {
"resourceType": "persons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroup": {
"resourceType": "entityGroups",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixture": {
"resourceType": "fixtures",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competition": {
"resourceType": "competitions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123",
"updated": "2025-11-19T00:56:46.591Z",
"added": "2025-11-19T00:56:46.591Z"
}
]
}Return detailed information about a specific conduct
- : 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 conduct
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/basketball33/o/{organizationId}/conduct/{conductId} 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": [
{
"conductId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"person": {
"resourceType": "persons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroup": {
"resourceType": "entityGroups",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixture": {
"resourceType": "fixtures",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competition": {
"resourceType": "competitions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123",
"updated": "2025-11-19T00:56:46.591Z",
"added": "2025-11-19T00:56:46.591Z"
}
]
}Change the information of a specific conduct
- : 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 conduct
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 unique identifier of the person
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe club that this team belongs to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the team
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the competition
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe number displayed on the jersey
34The location where the incident occurred
locationThe event that this conduct is linked to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe identifier for the period
1Period 12Period 23Period 34Period 411Overtime 112Overtime 213Overtime 314Overtime 415Overtime 516Overtime 6
The section of the period (sub-period)
Match clock when the incident occurred
PT9M53SThe role of person
- None None
CAPTAINCaptainCAPTAIN_VICEVice CaptainCEOCEOCOACHCoachCOACH_ASSISTANTAssistant CoachCOACH_ASSISTANT_HEADAssistant Head CoachCOACH_ASSOCIATE_HEADAssociate Head CoachCOACH_DEVELOPMENTDevelopment CoachCOACH_HEADHead CoachCOACH_HEAD_INTERIMInterim Head CoachCOACH_OTHEROther coaching staffCOACH_SCStrengh and Conditioning CoachCOACH_SENIORSenior CoachCOACH_SPECIALISTSpecialist CoachCOMMISSIONERCommissionerCOMMITTEECommitteeCREW_CHIEFCrew ChiefDIRECTORDirectorDOCTORDoctorGENERALGeneralGROUNDSKEEPERGroundskeeperJUDGE_SCORINGScoring Judge (SJ)JUDGE_TIMINGTiming Judge (TJ)MANAGERManagerMATCH_OFFICIALMatch OfficialMEDIA_OFFICERMedia OfficerMEDICAL_STAFFMedical StaffOTHEROtherPHYSIOTHERAPISTPhysiotherapistPRESIDENTPresidentPRESIDENT_VICEVice PresidentREFEREERefereeREFEREE_ASSISTANTReferee AssistantREFEREE_ASSISTANT_RESERVEReserve Assistant RefereeREFEREE_RESERVEReserve RefereeSCOREKEEPERScorekeeperSCOREKEEPER_ASSISTANTAssistant ScorekeeperSCORERScorerSCORER_ASSISTANTAssistant ScorerSECRETARYSecretarySTATISTICIANStatisticianTECHNICAL_OFFICIALTechnical Official (TO)TIMEKEEPERTimekeeperTIMERTimerTRAINERTrainerTRAINER_ASSISTANTAssitant TrainerTRANSLATORTranslatorTREASURERTreasurerUMPIREUmpireUMPIRE_RESERVEReserve Umpire (RU)UMPIRE_VIDEOVideo Umpire (VU)VIDEO_TECHNICIANVideo Technician (VT)
COACHPossible values: Date & Time of the Offence in the local timezone
1978-08-24T12:12:12Notes of the Conduct incident
Date hearing
1978-08-24Notes from the conduct hearing
Conduct hearing status
- None None
FINALIZEDFinalizedPENDINGPending
PENDINGPossible values: Was the result of the conduct hearing a life sentence?
trueConduct fine amount
Fine currency
USDConduct fine due status
- None None
CANCELLEDCancelledISSUEDIssuedOTHEROtherPAIDPaidUNPAIDUnpaid
PAIDPossible values: Date the suspension ended
1978-08-24Date the suspension started
1978-08-24Date the fine was paid
1978-08-24Conduct status
- None None
ACTIVEActiveCLOSEDClosedCOMPLETECompleteINACTIVEInactivePENDINGPending
ACTIVEPossible values: The Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$Successful operation
Error
PUT /v1/basketball33/o/{organizationId}/conduct/{conductId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 958
{
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123"
}{
"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": [
{
"conductId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"person": {
"resourceType": "persons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroup": {
"resourceType": "entityGroups",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixture": {
"resourceType": "fixtures",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competition": {
"resourceType": "competitions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123",
"updated": "2025-11-19T00:56:46.591Z",
"added": "2025-11-19T00:56:46.591Z"
}
]
}Delete a specific conduct
- : 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 conduct
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/basketball33/o/{organizationId}/conduct/{conductId} 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": [
{
"conductId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"person": {
"resourceType": "persons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityGroupId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityGroup": {
"resourceType": "entityGroups",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixture": {
"resourceType": "fixtures",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"competitionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"competition": {
"resourceType": "competitions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"bib": "34",
"locationOther": "location",
"eventId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"periodId": 1,
"section": "text",
"fixtureClock": "PT9M53S",
"role": "COACH",
"dateOffenceLocal": "1978-08-24T12:12:12",
"conductType": [
"SWEARING"
],
"conductNotes": "text",
"dateHearingLocal": "1978-08-24",
"hearingNotes": "text",
"hearingStatus": "PENDING",
"lifeSentence": true,
"penaltyResults": [
{
"penaltyType": "WEEK",
"penaltyValue": 6
}
],
"fineAmount": 1,
"fineCurrency": "USD",
"fineStatus": "PAID",
"dateSuspendedTo": "1978-08-24",
"dateSuspendedFrom": "1978-08-24",
"dateFinePaidLocal": "1978-08-24",
"status": "ACTIVE",
"externalId": "A123",
"updated": "2025-11-19T00:56:46.591Z",
"added": "2025-11-19T00:56:46.591Z"
}
]
}Last updated
Was this helpful?