Images
An image can be assigned to different objects in the system.
Images can be assigned to an object by specifying the type of the object baseType and it's unique identifier baseId. For a person the baseId would be the value of the personId field for that person.
Images can also be assigned to an object based on a secondary type. For example you can assign an image to a person in a team. This means you can have an image for the person in general as well as an image for the person when they are playing for the team. This is accomplished by using the endpoints that support secondary types. In this instance the secondaryType would be ENTITY and the secondaryId the value of the entityId.
Image Types
There are multiple different types of imageTypes. Some are valid for only certain baseTypes The image types are
LOGO(This type if valid for all objects except PERSON.) This is the logo of the organization.LOGO_ALTERNATE(This type if valid for all objects except PERSON.) This is an alternate version of the logo. This may be better suited to a light/dark background as compared to the LOGO version.LOGO_BACKGROUND(This type if valid for all objects except PERSON.) This is the logo of the organization in a format that can be used for background purposes. This would generally be a stylised version of the logo.PERSON_HEAD(Only valid for the person type). This is a photo of a person from the shoulders up. This should include the shoulders.PERSON_WAIST(Only valid for the person type). This is a photo of a person from the waist up.PERSON_POSE(Only valid for the person type). This is a photo of a person where they are posing in some position. This could be a full body image or from the waist up.TEAM_PHOTO(Only valid for the entity type). This is a photo of a team in a season.
Format
Images can be uploaded in any of the following formats:
images/jpegimages/png
PNG files with an alpha channel are the preferred format.
File Size: Images can be a maxiumum of 2Mb in size
Dimensions: Images being uploaded should be square (eg 400x400) and be >= 100x100
Ratings
All images are given a rating when they are uploaded. All images are LOW by default but are set to MEDIUM if they are large enough and have an alpha channel/transparency. Images are only marked as HIGH if they have been manually reviewed.
Return a list of images for the type
- : 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.
Media Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: The unique identifier of the organization
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48A 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
trueUpload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: A 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.
10Media Rating
HIGHHighLOWLowMEDIUMMediumUNKNOWNUknown
UNKNOWNPossible values: Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/futsal/o/{organizationId}/images/for/{baseType} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Return a list of images for the fixture
- : 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 fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48Base Type. Multiple allowed (comma-delimited).
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSON,ENTITYPossible values: A 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
trueUpload Type. Multiple allowed (comma-delimited).
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGO,PERSON_HEADPossible values: A 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.
10Media Rating
HIGHHighLOWLowMEDIUMMediumUNKNOWNUknown
UNKNOWNPossible values: Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/futsal/o/{organizationId}/images/for/FIXTURE/{fixtureId} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Return a list of images for the Organization
- : 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:48Media Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
ORGANIZATIONExample: PERSONPossible values: A 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
trueUpload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: A 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.
10Media Rating
HIGHHighLOWLowMEDIUMMediumUNKNOWNUknown
UNKNOWNPossible values: Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/futsal/o/{organizationId}/images/for/ORGANIZATION 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Get a list of images for a specific type and id
Return a list of images for the type and id
- : 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 object associated with this record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: The unique identifier of the organization
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48A 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
trueUpload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: A 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.
10Media Rating
HIGHHighLOWLowMEDIUMMediumUNKNOWNUknown
UNKNOWNPossible values: Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/futsal/o/{organizationId}/images/for/{baseType}/{baseId} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Get a list of images for a type in a secondary Type
Return a list of images assigned to type for a secondary type and Id
- : 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.
Media Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: The unique identifier of the organization
b1a23The unique identifier of the secondary object associated with this image record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Secondary Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationSEASONSeason
ENTITYPossible values: Record was added after this date/time. In UTC.
2018-08-16T02:10:48A 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
trueUpload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: A 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.
10Media Rating
HIGHHighLOWLowMEDIUMMediumUNKNOWNUknown
UNKNOWNPossible values: Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/futsal/o/{organizationId}/images/for/{baseType}/in/{secondaryType}/{secondaryId} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Get a list of images for a specific base and secondary id
Return a list of images for the base id for a secondary id
- : 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 object associated with this record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: The unique identifier of the organization
b1a23The unique identifier of the secondary object associated with this image record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Secondary Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationSEASONSeason
ENTITYPossible values: Record was added after this date/time. In UTC.
2018-08-16T02:10:48A 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
trueUpload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: A 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.
10Media Rating
HIGHHighLOWLowMEDIUMMediumUNKNOWNUknown
UNKNOWNPossible values: Record was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/futsal/o/{organizationId}/images/for/{baseType}/{baseId}/in/{secondaryType}/{secondaryId} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Return detailed information about a specific image
- : 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 image record
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/futsal/o/{organizationId}/images/{imageId} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Delete an image
- : 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 image record
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/futsal/o/{organizationId}/images/{imageId} 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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Set the rating for an image
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.
- : Authenticate based on a specific OrganizationId
- : Read data over multiple organizations using and *orggroup* code
- : Write/Update any data from below the organization
- : Read any data from the organization down
- : Perform administration API calls
- : Ability to manage organizations
- : Perform system configuration API calls
The unique identifier of the image record
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 rating given to the quality of the image. All images are LOW by default but are set ad MEDIUM if they are large enough and have transparency. Images are only marked as HIGH if they have been manually reviewed. You should take your use-case into account when you go to use the image.
HIGHHighLOWLowMEDIUMMedium
LOWPossible values: Successful operation
Error
PUT /v1/futsal/o/{organizationId}/images/{imageId}/rating HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"rating": "LOW"
}{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}You can upload the image in one of two ways:
A binary blob in the POST data
A 'file' field in a multipart/form-data
Binary Blob
Upload the image by supplying the image as binary in the POST data.
The HTTP request would look like
POST /v1/futsal/o/b1a23/images/for/PERSON/81814d2c-d640-11e8-9f8b-f2801f1b9fd1/PERSON_HEAD
Host: example.com
Authorization: Bearer some-token
Content-Length: 808
Content-Type: image/png
[file content goes there]Multi-part form
Upload the image by supplying it as a 'file' field in a multipart form. The file field must be called filedata and the content-type must be set to multipart/form-data
Note: By uploading the image you confirm that you have the legal right to do so and to allow this image to be distributed.
- : 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 object associated with this record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: Upload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: 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,entitiesSuccessful operation
Error
POST /v1/futsal/o/{organizationId}/images/for/{baseType}/{baseId}/{imageType} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/octet-stream
Accept: */*
Content-Length: 8
"binary"{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Upload a new image from a URL
This method allows a new image to uploaded by providing a URL where the image can be downloaded from.
Note: By uploading the image you confirm that you have the legal right to do so and to allow this image to be distributed.
- : 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 object associated with this record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: Upload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: 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 URL of the image
http://www.example.com/images/image1.pngSuccessful operation
Error
POST /v1/futsal/o/{organizationId}/images/for/{baseType}/{baseId}/{imageType}/fromURL HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"url": "http://www.example.com/images/image1.png"
}{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Upload a new image in a secondary type
Add a new image for a type in a secondary type. You can upload the image in one of two ways:
A binary blob in the POST data
A 'file' field in a multipart/form-data
Binary Blob
Upload the image by supplying the image as binary in the POST data.
The HTTP request would look like
POST /v1/futsal/o/b1a23/images/for/PERSON/81814d2c-d640-11e8-9f8b-f2801f1b9fd1/PERSON_HEAD
Host: example.com
Authorization: Bearer some-token
Content-Length: 808
Content-Type: image/png
[file content goes there]Multi-part form
Upload the image by supplying it as a 'file' field in a multipart form. The file field must be called filedata and the content-type must be set to multipart/form-data
Note: By uploading the image you confirm that you have the legal right to do so and to allow this image to be distributed.
- : 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 object associated with this record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: Upload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: The unique identifier of the organization
b1a23The unique identifier of the secondary object associated with this image record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Secondary Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationSEASONSeason
ENTITYPossible values: A 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,entitiesSuccessful operation
Error
POST /v1/futsal/o/{organizationId}/images/for/{baseType}/{baseId}/in/{secondaryType}/{secondaryId}/{imageType} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/octet-stream
Accept: */*
Content-Length: 8
"binary"{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Upload a new image in a secondary type from a URL
This method allows a new image to be uploaded against a secondary type by providing a URL where the image can be downloaded from.
Note: By uploading the image you confirm that you have the legal right to do so and to allow this image to be distributed.
- : 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 object associated with this record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
PERSONPossible values: Upload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: The unique identifier of the organization
b1a23The unique identifier of the secondary object associated with this image record
009e9276-5c80-11e8-9c2d-fa7ae01bbebcMedia Secondary Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationSEASONSeason
ENTITYPossible values: A 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 URL of the image
http://www.example.com/images/image1.pngSuccessful operation
Error
POST /v1/futsal/o/{organizationId}/images/for/{baseType}/{baseId}/in/{secondaryType}/{secondaryId}/{imageType}/fromURL HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"url": "http://www.example.com/images/image1.png"
}{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Upload a new image for the organization
Add a new image for the organization. You can upload the image in one of two ways:
A binary blob in the POST data
A 'file' field in a multipart/form-data
Binary Blob
Upload the image by supplying the image as binary in the POST data.
The HTTP request would look like
POST /v1/futsal/o/b1a23/images/for/PERSON/81814d2c-d640-11e8-9f8b-f2801f1b9fd1/PERSON_HEAD
Host: example.com
Authorization: Bearer some-token
Content-Length: 808
Content-Type: image/png
[file content goes there]Multi-part form
Upload the image by supplying it as a 'file' field in a multipart form. The file field must be called filedata and the content-type must be set to multipart/form-data
Note: By uploading the image you confirm that you have the legal right to do so and to allow this image to be distributed.
- : 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.
Upload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: The unique identifier of the organization
b1a23Media Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
ORGANIZATIONExample: PERSONPossible values: A 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,entitiesSuccessful operation
Error
POST /v1/futsal/o/{organizationId}/images/for/ORGANIZATION/{imageType} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/octet-stream
Accept: */*
Content-Length: 8
"binary"{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Upload a new image for the organization from a URL
This method allows a new image to be uploaded against the organization type by providing a URL where the image can be downloaded from.
Note: By uploading the image you confirm that you have the legal right to do so and to allow this image to be distributed.
- : 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.
Upload Type
LOGOLogoLOGO_ALTERNATELogo - AlternateLOGO_BACKGROUNDLogo BackgroundPERSON_HEADHead photoPERSON_POSEPosing photoPERSON_WAISTWaist and Head photoTEAM_PHOTOTeam PhotoUNIFORMUniformUNIFORM_ITEMUniform Item
LOGOPossible values: The unique identifier of the organization
b1a23Media Base Type
COMPETITIONCompetitionCONFERENCEConferenceDIVISIONDivisionENTITYEntityENTITYGROUPEntity GroupLEAGUELeagueORGANIZATIONOrganizationPERSONPersonSEASONSeasonUNIFORMUniformUNIFORM_ITEMUniform Item
ORGANIZATIONExample: PERSONPossible values: A 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 URL of the image
http://www.example.com/images/image1.pngSuccessful operation
Error
POST /v1/futsal/o/{organizationId}/images/for/ORGANIZATION/{imageType}/fromURL HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"url": "http://www.example.com/images/image1.png"
}{
"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": [
{
"imageId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"baseType": "entity",
"baseId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fileType": "png",
"imageType": "LOGO",
"secondaryType": "entity",
"secondaryId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"rating": "LOW",
"url": "text",
"maximumHeight": 200,
"maximumWidth": 200,
"updated": "2025-11-19T05:13:34.211Z",
"added": "2025-11-19T05:13:34.211Z"
}
]
}Last updated
Was this helpful?