imageMetadata API

Getting event supplementary data

Metadata API can be used to fetch supplementary information about specific sport event.

circle-exclamation

Gets metadata of specific type and version for a specific event.

get
Authorizations
HTTPRequired

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path parameters
eventIdinteger · int64Required

TradeArt event id.

dataTypestringRequired

Metadata type.

Query parameters
versioninteger · int64Optional

Expected version of metadata. Will return latest if not specified.

Responses
chevron-right
200

OK

get
/api/Metadata/event/{dataType}/{eventId}
circle-exclamation

Gets known metadata types for a specific sport.

get
Authorizations
HTTPRequired

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path parameters
sportIdinteger · int64Required

TradeArt sport id.

Responses
chevron-right
200

OK

Responsestring[]
get
/api/Metadata/sport/types/{sportId}
circle-exclamation

Gets all latest metadata for a specific event.

get
Authorizations
HTTPRequired

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path parameters
eventIdinteger · int64Required

TradeArt event id.

Responses
chevron-right
200

OK

get
/api/Metadata/event/all/{eventId}
circle-exclamation

Gets all existing metadata types for a specific event.

get
Authorizations
HTTPRequired

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path parameters
eventIdinteger · int64Required

TradeArt event id.

Responses
chevron-right
200

OK

Responsestring[]
get
/api/Metadata/event/types/{eventId}
circle-exclamation

Last updated