# Matches

The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.

This call allows a locked match to be unlocked for the purpose of editing.

This call allows a match video stream to be enabled.

This call allows a locked match to be reseted for the purpose of editing.

## Get a list of stages and pools used by matches in the season

> Return a list of stages and pools used by matches for a season

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Season_Fixture_Stages_Pools_ListModel":{"type":"object","additionalProperties":false,"properties":{"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this season fixture stages pools belongs to","type":"object"},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50}},"title":"season fixture stages pools model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/fixtures/stages/pools":{"get":{"tags":["Matches"],"summary":"Get a list of stages and pools used by matches in the season","description":"Return a list of stages and pools used by matches for a season","operationId":"season_fixture_stages_pools_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Season_Fixture_Stages_Pools_List Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Season_Fixture_Stages_Pools_ListModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/stageCode"}]}}}}
```

## Get a list of matches

> Return a list of matches for the season

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"competitorType":{"name":"competitorType","description":"The type of competitors in this fixture\n>- `ENTITY` Entity\n>- `PERSON` Person\n","schema":{"type":"string","enum":["PERSON","ENTITY"]},"required":false,"in":"query"},"discipline":{"name":"discipline","description":"The discipline for a match\n>- `BEACH` Beach\n>- `HOCKEY5S` Hockey5s\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n>- `PARAHOCKEY` Para hockey\n","schema":{"type":"string","enum":["INDOOR","OUTDOOR","HOCKEY5S","PARAHOCKEY","BEACH"],"maxLength":30},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"featureMatch":{"name":"featureMatch","description":"Is this match a featured match?","schema":{"type":"boolean"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"fromTimeLocal":{"name":"fromTimeLocal","description":"Where match start time (in local time) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"fromTimeUTC":{"name":"fromTimeUTC","description":"Where match start time (in UTC) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"liveDataAvailable":{"name":"liveDataAvailable","description":"Is live data available?","schema":{"type":"boolean"},"required":false,"in":"query"},"liveVideoAvailable":{"name":"liveVideoAvailable","description":"Is live video available ?","schema":{"type":"boolean"},"required":false,"in":"query"},"locked":{"name":"locked","description":"Is the match locked (to prevent editing)?","schema":{"type":"boolean"},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"poolCode":{"name":"poolCode","description":"The pool identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundCode":{"name":"roundCode","description":"The round identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundNumber":{"name":"roundNumber","description":"Round number","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seriesCode":{"name":"seriesCode","description":"The series identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seriesFixtureNumber":{"name":"seriesFixtureNumber","description":"The number of the match in a series of matches","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"fixtureStatus":{"name":"status","description":"Match status. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"fixtureStatusNot":{"name":"statusNot","description":"Match status to not include. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"timesUnconfirmed":{"name":"timesUnconfirmed","description":"Is the match time yet to be confirmed ?","schema":{"type":"boolean"},"required":false,"in":"query"},"toTimeLocal":{"name":"toTimeLocal","description":"Where match start time (in local time) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"toTimeUTC":{"name":"toTimeUTC","description":"Where match start time (in UTC) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"venueId":{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/fixtures":{"get":{"tags":["Matches"],"summary":"Get a list of matches","description":"Return a list of matches for the season","operationId":"fixture_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/competitorType"},{"$ref":"#/components/parameters/discipline"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/featureMatch"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/fromTimeLocal"},{"$ref":"#/components/parameters/fromTimeUTC"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/liveDataAvailable"},{"$ref":"#/components/parameters/liveVideoAvailable"},{"$ref":"#/components/parameters/locked"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/poolCode"},{"$ref":"#/components/parameters/roundCode"},{"$ref":"#/components/parameters/roundNumber"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/seriesCode"},{"$ref":"#/components/parameters/seriesFixtureNumber"},{"name":"sortBy","description":"Comma-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.","schema":{"type":"string","pattern":"^(\\-?startTimeUTC|\\-?fixtureNumber|\\-?startTimeLocal|,)*$"},"required":false,"in":"query"},{"$ref":"#/components/parameters/stageCode"},{"$ref":"#/components/parameters/fixtureStatus"},{"$ref":"#/components/parameters/fixtureStatusNot"},{"$ref":"#/components/parameters/timesUnconfirmed"},{"$ref":"#/components/parameters/toTimeLocal"},{"$ref":"#/components/parameters/toTimeUTC"},{"$ref":"#/components/parameters/updated"},{"$ref":"#/components/parameters/venueId"}]}}}}
```

## Create a match

> Add a new match

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/fixtures":{"post":{"tags":["Matches"],"summary":"Create a match","description":"Add a new match","operationId":"fixture_insert","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match post body","required":["seasonId","competitorType"]}}}}}}}}
```

## Get a list of matches for the organization

> Return a list of matches for the organization

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"competitorType":{"name":"competitorType","description":"The type of competitors in this fixture\n>- `ENTITY` Entity\n>- `PERSON` Person\n","schema":{"type":"string","enum":["PERSON","ENTITY"]},"required":false,"in":"query"},"discipline":{"name":"discipline","description":"The discipline for a match\n>- `BEACH` Beach\n>- `HOCKEY5S` Hockey5s\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n>- `PARAHOCKEY` Para hockey\n","schema":{"type":"string","enum":["INDOOR","OUTDOOR","HOCKEY5S","PARAHOCKEY","BEACH"],"maxLength":30},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"featureMatch":{"name":"featureMatch","description":"Is this match a featured match?","schema":{"type":"boolean"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureIds":{"name":"fixtureIds","description":"The unique identifiers of the matches (comma-delimited).","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"fromTimeLocal":{"name":"fromTimeLocal","description":"Where match start time (in local time) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"fromTimeUTC":{"name":"fromTimeUTC","description":"Where match start time (in UTC) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"liveDataAvailable":{"name":"liveDataAvailable","description":"Is live data available?","schema":{"type":"boolean"},"required":false,"in":"query"},"liveVideoAvailable":{"name":"liveVideoAvailable","description":"Is live video available ?","schema":{"type":"boolean"},"required":false,"in":"query"},"locked":{"name":"locked","description":"Is the match locked (to prevent editing)?","schema":{"type":"boolean"},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"poolCode":{"name":"poolCode","description":"The pool identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundCode":{"name":"roundCode","description":"The round identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundNumber":{"name":"roundNumber","description":"Round number","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seasonId":{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"seasonIds":{"name":"seasonIds","description":"The unique identifiers of the seasons (comma-delimited).","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"seriesCode":{"name":"seriesCode","description":"The series identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seriesFixtureNumber":{"name":"seriesFixtureNumber","description":"The number of the match in a series of matches","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"fixtureStatus":{"name":"status","description":"Match status. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"fixtureStatusNot":{"name":"statusNot","description":"Match status to not include. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"timesUnconfirmed":{"name":"timesUnconfirmed","description":"Is the match time yet to be confirmed ?","schema":{"type":"boolean"},"required":false,"in":"query"},"toTimeLocal":{"name":"toTimeLocal","description":"Where match start time (in local time) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"toTimeUTC":{"name":"toTimeUTC","description":"Where match start time (in UTC) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"venueId":{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures":{"get":{"tags":["Matches"],"summary":"Get a list of matches for the organization","description":"Return a list of matches for the organization","operationId":"organization_fixture_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/competitorType"},{"$ref":"#/components/parameters/discipline"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/featureMatch"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureIds"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/fromTimeLocal"},{"$ref":"#/components/parameters/fromTimeUTC"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/liveDataAvailable"},{"$ref":"#/components/parameters/liveVideoAvailable"},{"$ref":"#/components/parameters/locked"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/poolCode"},{"$ref":"#/components/parameters/roundCode"},{"$ref":"#/components/parameters/roundNumber"},{"$ref":"#/components/parameters/seasonId"},{"$ref":"#/components/parameters/seasonIds"},{"$ref":"#/components/parameters/seriesCode"},{"$ref":"#/components/parameters/seriesFixtureNumber"},{"name":"sortBy","description":"Comma-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.","schema":{"type":"string","pattern":"^(\\-?startTimeUTC|\\-?fixtureNumber|\\-?startTimeLocal|,)*$"},"required":false,"in":"query"},{"$ref":"#/components/parameters/stageCode"},{"$ref":"#/components/parameters/fixtureStatus"},{"$ref":"#/components/parameters/fixtureStatusNot"},{"$ref":"#/components/parameters/timesUnconfirmed"},{"$ref":"#/components/parameters/toTimeLocal"},{"$ref":"#/components/parameters/toTimeUTC"},{"$ref":"#/components/parameters/updated"},{"$ref":"#/components/parameters/venueId"}]}}}}
```

## Create a match base route

> Add a new match, allowing seasonId to be in payload

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures":{"post":{"tags":["Matches"],"summary":"Create a match base route","description":"Add a new match, allowing seasonId to be in payload","operationId":"fixture_insert_base_route","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match post body","required":["seasonId","competitorType"]}}}}}}}}
```

## Get a match

> Return detailed information about a specific match

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}":{"get":{"tags":["Matches"],"summary":"Get a match","description":"Return detailed information about a specific match","operationId":"fixture_detail","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}]}}}}
```

## Update a match

> Change the information of a specific match

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}":{"put":{"tags":["Matches"],"summary":"Update a match","description":"Change the information of a specific match","operationId":"fixture_update","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match put body"}}}}}}}}
```

## Delete a match

> Delete a specific match

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"forceDelete":{"name":"forceDelete","description":"Force a delete command to run and delete child records as well if there are existing records depending on the record.","schema":{"type":"boolean"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}":{"delete":{"tags":["Matches"],"summary":"Delete a match","description":"Delete a specific match","operationId":"fixture_delete","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/forceDelete"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}]}}}}
```

## Trigger EMR merge process for the match

> Triggers match EMR merge process.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:admin"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/trigger":{"post":{"tags":["Matches"],"summary":"Trigger EMR merge process for the match","description":"Triggers match EMR merge process.","operationId":"fixture_trigger_emr_merge","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}]}}}}
```

## Get a list of matches for a Team

> Return a list of matches, within \~seasonprefix\~ season, for a specific Team

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Fixtures_By_EntityModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"competitorType":{"name":"competitorType","description":"The type of competitors in this fixture\n>- `ENTITY` Entity\n>- `PERSON` Person\n","schema":{"type":"string","enum":["PERSON","ENTITY"]},"required":false,"in":"query"},"discipline":{"name":"discipline","description":"The discipline for a match\n>- `BEACH` Beach\n>- `HOCKEY5S` Hockey5s\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n>- `PARAHOCKEY` Para hockey\n","schema":{"type":"string","enum":["INDOOR","OUTDOOR","HOCKEY5S","PARAHOCKEY","BEACH"],"maxLength":30},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"fromTimeLocal":{"name":"fromTimeLocal","description":"Where match start time (in local time) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"fromTimeUTC":{"name":"fromTimeUTC","description":"Where match start time (in UTC) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"isHome":{"name":"isHome","description":"Is competitor the home team ?","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"liveDataAvailable":{"name":"liveDataAvailable","description":"Is live data available?","schema":{"type":"boolean"},"required":false,"in":"query"},"liveVideoAvailable":{"name":"liveVideoAvailable","description":"Is live video available ?","schema":{"type":"boolean"},"required":false,"in":"query"},"locked":{"name":"locked","description":"Is the match locked (to prevent editing)?","schema":{"type":"boolean"},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"poolCode":{"name":"poolCode","description":"The pool identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundCode":{"name":"roundCode","description":"The round identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundNumber":{"name":"roundNumber","description":"Round number","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seriesCode":{"name":"seriesCode","description":"The series identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"fixtureStatus":{"name":"status","description":"Match status. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"timesUnconfirmed":{"name":"timesUnconfirmed","description":"Is the match time yet to be confirmed ?","schema":{"type":"boolean"},"required":false,"in":"query"},"toTimeLocal":{"name":"toTimeLocal","description":"Where match start time (in local time) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"toTimeUTC":{"name":"toTimeUTC","description":"Where match start time (in UTC) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"venueId":{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/entities/{entityId}/fixtures":{"get":{"tags":["Matches"],"summary":"Get a list of matches for a Team","description":"Return a list of matches, within ~seasonprefix~ season, for a specific Team","operationId":"fixture_by_entity_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures_By_Entity Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Fixtures_By_EntityModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/competitorType"},{"$ref":"#/components/parameters/discipline"},{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/fromTimeLocal"},{"$ref":"#/components/parameters/fromTimeUTC"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/isHome"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/liveDataAvailable"},{"$ref":"#/components/parameters/liveVideoAvailable"},{"$ref":"#/components/parameters/locked"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/poolCode"},{"$ref":"#/components/parameters/roundCode"},{"$ref":"#/components/parameters/roundNumber"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/seriesCode"},{"name":"sortBy","description":"Comma-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.","schema":{"type":"string","pattern":"^(\\-?startTimeUTC|,)*$"},"required":false,"in":"query"},{"$ref":"#/components/parameters/stageCode"},{"$ref":"#/components/parameters/fixtureStatus"},{"$ref":"#/components/parameters/timesUnconfirmed"},{"$ref":"#/components/parameters/toTimeLocal"},{"$ref":"#/components/parameters/toTimeUTC"},{"$ref":"#/components/parameters/updated"},{"$ref":"#/components/parameters/venueId"}]}}}}
```

## Get a list of matches for a Team

> Return a list of matches, for a specific Team

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Fixtures_By_EntityModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"competitorType":{"name":"competitorType","description":"The type of competitors in this fixture\n>- `ENTITY` Entity\n>- `PERSON` Person\n","schema":{"type":"string","enum":["PERSON","ENTITY"]},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"fromTimeLocal":{"name":"fromTimeLocal","description":"Where match start time (in local time) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"fromTimeUTC":{"name":"fromTimeUTC","description":"Where match start time (in UTC) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"isHome":{"name":"isHome","description":"Is competitor the home team ?","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"liveDataAvailable":{"name":"liveDataAvailable","description":"Is live data available?","schema":{"type":"boolean"},"required":false,"in":"query"},"liveVideoAvailable":{"name":"liveVideoAvailable","description":"Is live video available ?","schema":{"type":"boolean"},"required":false,"in":"query"},"locked":{"name":"locked","description":"Is the match locked (to prevent editing)?","schema":{"type":"boolean"},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"poolCode":{"name":"poolCode","description":"The pool identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundCode":{"name":"roundCode","description":"The round identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundNumber":{"name":"roundNumber","description":"Round number","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"fixtureStatus":{"name":"status","description":"Match status. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"timesUnconfirmed":{"name":"timesUnconfirmed","description":"Is the match time yet to be confirmed ?","schema":{"type":"boolean"},"required":false,"in":"query"},"toTimeLocal":{"name":"toTimeLocal","description":"Where match start time (in local time) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"toTimeUTC":{"name":"toTimeUTC","description":"Where match start time (in UTC) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"venueId":{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/entities/{entityId}/fixtures":{"get":{"tags":["Matches"],"summary":"Get a list of matches for a Team","description":"Return a list of matches, for a specific Team","operationId":"fixture_by_entity_all_seasons_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures_By_Entity Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Fixtures_By_EntityModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/competitorType"},{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/fromTimeLocal"},{"$ref":"#/components/parameters/fromTimeUTC"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/isHome"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/liveDataAvailable"},{"$ref":"#/components/parameters/liveVideoAvailable"},{"$ref":"#/components/parameters/locked"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/poolCode"},{"$ref":"#/components/parameters/roundCode"},{"$ref":"#/components/parameters/roundNumber"},{"name":"seasonId","description":"The unique identifiers of the seasons (comma-delimited).","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},{"name":"sortBy","description":"Comma-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.","schema":{"type":"string","pattern":"^(\\-?startTimeUTC|,)*$"},"required":false,"in":"query"},{"$ref":"#/components/parameters/stageCode"},{"$ref":"#/components/parameters/fixtureStatus"},{"$ref":"#/components/parameters/timesUnconfirmed"},{"$ref":"#/components/parameters/toTimeLocal"},{"$ref":"#/components/parameters/toTimeUTC"},{"$ref":"#/components/parameters/updated"},{"$ref":"#/components/parameters/venueId"}]}}}}
```

## Get a list of matches for a Competition

> Return a list of matches, for a specific Competition

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Fixtures_By_CompetitionModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"competitorType":{"name":"competitorType","description":"The type of competitors in this fixture\n>- `ENTITY` Entity\n>- `PERSON` Person\n","schema":{"type":"string","enum":["PERSON","ENTITY"]},"required":false,"in":"query"},"discipline":{"name":"discipline","description":"The discipline for a match\n>- `BEACH` Beach\n>- `HOCKEY5S` Hockey5s\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n>- `PARAHOCKEY` Para hockey\n","schema":{"type":"string","enum":["INDOOR","OUTDOOR","HOCKEY5S","PARAHOCKEY","BEACH"],"maxLength":30},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureId":{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"fromTimeLocal":{"name":"fromTimeLocal","description":"Where match start time (in local time) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"fromTimeUTC":{"name":"fromTimeUTC","description":"Where match start time (in UTC) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"liveDataAvailable":{"name":"liveDataAvailable","description":"Is live data available?","schema":{"type":"boolean"},"required":false,"in":"query"},"liveVideoAvailable":{"name":"liveVideoAvailable","description":"Is live video available ?","schema":{"type":"boolean"},"required":false,"in":"query"},"locked":{"name":"locked","description":"Is the match locked (to prevent editing)?","schema":{"type":"boolean"},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"poolCode":{"name":"poolCode","description":"The pool identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundCode":{"name":"roundCode","description":"The round identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundNumber":{"name":"roundNumber","description":"Round number","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seasonId":{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"fixtureStatus":{"name":"status","description":"Match status. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"timesUnconfirmed":{"name":"timesUnconfirmed","description":"Is the match time yet to be confirmed ?","schema":{"type":"boolean"},"required":false,"in":"query"},"toTimeLocal":{"name":"toTimeLocal","description":"Where match start time (in local time) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"toTimeUTC":{"name":"toTimeUTC","description":"Where match start time (in UTC) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"venueId":{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/competitions/{competitionId}/fixtures":{"get":{"tags":["Matches"],"summary":"Get a list of matches for a Competition","description":"Return a list of matches, for a specific Competition","operationId":"fixture_by_competition_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures_By_Competition Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Fixtures_By_CompetitionModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/competitorType"},{"$ref":"#/components/parameters/discipline"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureId"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/fromTimeLocal"},{"$ref":"#/components/parameters/fromTimeUTC"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/liveDataAvailable"},{"$ref":"#/components/parameters/liveVideoAvailable"},{"$ref":"#/components/parameters/locked"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/poolCode"},{"$ref":"#/components/parameters/roundCode"},{"$ref":"#/components/parameters/roundNumber"},{"$ref":"#/components/parameters/seasonId"},{"name":"sortBy","description":"Comma-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.","schema":{"type":"string","pattern":"^(\\-?startTimeUTC|,)*$"},"required":false,"in":"query"},{"$ref":"#/components/parameters/stageCode"},{"$ref":"#/components/parameters/fixtureStatus"},{"$ref":"#/components/parameters/timesUnconfirmed"},{"$ref":"#/components/parameters/toTimeLocal"},{"$ref":"#/components/parameters/toTimeUTC"},{"$ref":"#/components/parameters/updated"},{"$ref":"#/components/parameters/venueId"}]}}}}
```

## Locking match

> Locking a specific match record

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/lock":{"post":{"tags":["Matches"],"summary":"Locking match","description":"Locking a specific match record","operationId":"fixture_locking","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{},"title":"fixture_locking post body"}}}}}}}}
```

## Unlock match

> Unlock a specific match record

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/unlock":{"post":{"tags":["Matches"],"summary":"Unlock match","description":"Unlock a specific match record","operationId":"fixture_unlocking","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{},"title":"fixture_locking post body"}}}}}}}}
```

## Enable a match live video stream

> Enable a specific match live video stream

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/video/streams/enable":{"post":{"tags":["Matches"],"summary":"Enable a match live video stream","description":"Enable a specific match live video stream","operationId":"fixture_videostream_enable","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Enable season live video streams for all matches

> Enable live video stream for all matches in season

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/video/streams/enable":{"post":{"tags":["Matches"],"summary":"Enable season live video streams for all matches","description":"Enable live video stream for all matches in season","operationId":"season_videostream_enable","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Enable season live video streams for all matches for a venue

> Enable live video stream for all matches in season for a venue

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/venues/{venueId}/video/streams/enable":{"post":{"tags":["Matches"],"summary":"Enable season live video streams for all matches for a venue","description":"Enable live video stream for all matches in season for a venue","operationId":"season_venue_videostream_enable","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Disable season live video streams for all matches

> Disable live video stream for all matches in season

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/video/streams/disable":{"post":{"tags":["Matches"],"summary":"Disable season live video streams for all matches","description":"Disable live video stream for all matches in season","operationId":"season_videostream_disable","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Disable a match live video stream

> Disable a specific match live video stream

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/video/streams/disable":{"post":{"tags":["Matches"],"summary":"Disable a match live video stream","description":"Disable a specific match live video stream","operationId":"fixture_videostream_disable","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Disable season live video streams for all matches for a venue

> Disable live video stream for all matches in season for a venue

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/seasons/{seasonId}/venues/{venueId}/video/streams/disable":{"post":{"tags":["Matches"],"summary":"Disable season live video streams for all matches for a venue","description":"Disable live video stream for all matches in season for a venue","operationId":"season_venue_videostream_disable","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Start a match live video stream recording

> Start a specific match live video stream recording

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/video/streams/start":{"post":{"tags":["Matches"],"summary":"Start a match live video stream recording","description":"Start a specific match live video stream recording","operationId":"fixture_videostream_start","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Stop a match live video stream recording

> Stop a specific match live video stream recording

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/video/streams/stop":{"post":{"tags":["Matches"],"summary":"Stop a match live video stream recording","description":"Stop a specific match live video stream recording","operationId":"fixture_videostream_stop","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Resets a match live video stream recording

> Ressets a specific match live video stream recording

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/video/streams/reset":{"post":{"tags":["Matches"],"summary":"Resets a match live video stream recording","description":"Ressets a specific match live video stream recording","operationId":"fixture_videostream_reset","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"locale":{"description":"The locale of the video","type":"string","minLength":5,"maxLength":5,"pattern":"^[a-z]{2,2}-[A-Z]{2,2}$"},"platformProvider":{"description":"Video Provider platform\n>- `5STREAM` 5Stream\n>- `AV_SPORTRADAR` AV Sportradar\n","type":"string","enum":["5STREAM","AV_SPORTRADAR"],"maxLength":30,"default":"5STREAM"}},"title":"fixture_videosteam post body","required":["fixtureId"]}}}}}}}}
```

## Reset match

> Reset a specific match record. Removes statistics, events and PLAY-BY-PLAY records

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"SuccessModel":{"type":"object","additionalProperties":false,"properties":{"success":{"description":"Was the call a success?","type":"boolean"}},"title":" model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"forceDelete":{"name":"forceDelete","description":"Force a delete command to run and delete child records as well if there are existing records depending on the record.","schema":{"type":"boolean"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/ice3/o/{organizationId}/fixtures/{fixtureId}/reset":{"post":{"tags":["Matches"],"summary":"Reset match","description":"Reset a specific match record. Removes statistics, events and PLAY-BY-PLAY records","operationId":"fixture_reset","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Success Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/SuccessModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/forceDelete"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{},"title":"fixture_reset post body"}}}}}}}}
```

## Get a list of matches for the organization group

> Return a list of matches for the organization group

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"competitorType":{"name":"competitorType","description":"The type of competitors in this fixture\n>- `ENTITY` Entity\n>- `PERSON` Person\n","schema":{"type":"string","enum":["PERSON","ENTITY"]},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"fromTimeLocal":{"name":"fromTimeLocal","description":"Where match start time (in local time) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"fromTimeUTC":{"name":"fromTimeUTC","description":"Where match start time (in UTC) >= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"liveDataAvailable":{"name":"liveDataAvailable","description":"Is live data available?","schema":{"type":"boolean"},"required":false,"in":"query"},"liveVideoAvailable":{"name":"liveVideoAvailable","description":"Is live video available ?","schema":{"type":"boolean"},"required":false,"in":"query"},"locked":{"name":"locked","description":"Is the match locked (to prevent editing)?","schema":{"type":"boolean"},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"poolCode":{"name":"poolCode","description":"The pool identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundCode":{"name":"roundCode","description":"The round identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"roundNumber":{"name":"roundNumber","description":"Round number","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"seasonId":{"name":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"stageCode":{"name":"stageCode","description":"The stage identifier within a season","schema":{"type":"string","maxLength":30},"required":false,"in":"query"},"fixtureStatus":{"name":"status","description":"Match status. Can specify multiple, delimited by comma.\n>- `ABANDONED` Abandoned\n>- `ABOUT_TO_START` About to Start\n>- `BYE` Bye\n>- `CANCELLED` Cancelled\n>- `CONFIRMED` Confirmed\n>- `DRAFT` Draft\n>- `FINISHED` Finished\n>- `IF_NEEDED` If Needed\n>- `IN_PROGRESS` In Progress\n>- `ON_PITCH` On Pitch\n>- `PENDING` Pending\n>- `POSTPONED` Postponed\n>- `SCHEDULED` Scheduled\n>- `WARM_UP` Warm Up\n","schema":{"type":"string","enum":["SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","IF_NEEDED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":200},"required":false,"in":"query"},"timesUnconfirmed":{"name":"timesUnconfirmed","description":"Is the match time yet to be confirmed ?","schema":{"type":"boolean"},"required":false,"in":"query"},"toTimeLocal":{"name":"toTimeLocal","description":"Where match start time (in local time) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"toTimeUTC":{"name":"toTimeUTC","description":"Where match start time (in UTC) <= this value","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"venueId":{"name":"venueId","description":"The unique identifier of the venue","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"}}},"paths":{"/ice3/orgGroup/{organizationGroupCode}/fixtures":{"get":{"tags":["Matches"],"summary":"Get a list of matches for the organization group","description":"Return a list of matches for the organization group","operationId":"orggroup_fixture_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/competitorType"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/fromTimeLocal"},{"$ref":"#/components/parameters/fromTimeUTC"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/liveDataAvailable"},{"$ref":"#/components/parameters/liveVideoAvailable"},{"$ref":"#/components/parameters/locked"},{"$ref":"#/components/parameters/offset"},{"name":"organizationGroupCode","description":"The unique identifier of the organization group","schema":{"type":"string","minLength":3,"maxLength":150},"required":true,"in":"path"},{"$ref":"#/components/parameters/poolCode"},{"$ref":"#/components/parameters/roundCode"},{"$ref":"#/components/parameters/roundNumber"},{"$ref":"#/components/parameters/seasonId"},{"name":"sortBy","description":"Comma-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.","schema":{"type":"string","pattern":"^(\\-?startTimeUTC|\\-?fixtureNumber|\\-?startTimeLocal|\\-?fixtureId|,)*$"},"required":false,"in":"query"},{"$ref":"#/components/parameters/stageCode"},{"$ref":"#/components/parameters/fixtureStatus"},{"$ref":"#/components/parameters/timesUnconfirmed"},{"$ref":"#/components/parameters/toTimeLocal"},{"$ref":"#/components/parameters/toTimeUTC"},{"$ref":"#/components/parameters/updated"},{"$ref":"#/components/parameters/venueId"}]}}}}
```

## Get a single match for the organization group

> Return detailed information about a specific match for the organization group

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Matches","description":"The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Seasons]-<>[Matches{bg:orange}],[Matches]-2<>[Teams],[Matches]-1[Venues],[Matches]-<>[Match roster],[Matches]-.->[Stages],[Matches]-.->[Pools],[Matches]-.->[Rounds],\">\n\nThis call allows a locked match to be unlocked for the purpose of editing.\n\nThis call allows a match video stream to be enabled.\n\nThis call allows a locked match to be reseted for the purpose of editing.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"FixturesModel":{"type":"object","additionalProperties":false,"properties":{"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this match belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"practiceDrillType":{"description":"Practice types\n>- None None\n>- `DRILL` Drill\n>- `FITNESS` Fitness\n>- `GAME` Practice Game\n>- `OTHER` Other\n","type":"string","enum":["DRILL","GAME","FITNESS","OTHER",null],"maxLength":100,"nullable":true},"internationalReference":{"description":"The international reference for this match given by the sport governing body","type":"string","maxLength":30,"nullable":true},"status":{"description":"Match status\n>- `ABANDONED` Abandoned - Match began but had to be stopped\n>- `ABOUT_TO_START` About to Start - Match is about to start\n>- `BYE` Bye - Team has 'rest'\n>- `CANCELLED` Cancelled - Cancelled - will not be played\n>- `CONFIRMED` Confirmed - Match officially completed\n>- `DRAFT` Draft - Not fully scheduled\n>- `FINISHED` Finished - Match finished by not yet 'official'\n>- `IF_NEEDED` If Needed - Only played if needed\n>- `IN_PROGRESS` In Progress - Currently in play\n>- `ON_PITCH` On Pitch - Players appered on the playing field\n>- `PENDING` Pending - Ready to start\n>- `POSTPONED` Postponed - Will be played at a future time\n>- `SCHEDULED` Scheduled - Yet to be played\n>- `WARM_UP` Warm Up - Players have begun to warm up\n","type":"string","enum":["IF_NEEDED","SCHEDULED","BYE","PENDING","IN_PROGRESS","FINISHED","CONFIRMED","POSTPONED","CANCELLED","ABANDONED","WARM_UP","DRAFT","ON_PITCH","ABOUT_TO_START"],"maxLength":100,"default":"SCHEDULED"},"fixtureNumber":{"description":"Match number (range of -2147483648 to 2147483647)","type":"integer","format":"int32","nullable":true},"nameLocal":{"description":"The name of the match in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150,"nullable":true},"nameLatin":{"description":"The name of the match in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"startTimeLocal":{"description":"Local start time","type":"string","format":"date-time","nullable":true},"startTimeUTC":{"description":"Start time (UTC). This is automatically generated based on the timezone of the venue.","type":"string","format":"date-time","nullable":true,"readOnly":true},"finishRecordingTimeUTC":{"description":"(TO BE REMOVED) Start time (UTC) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"finishRecordingTimeLocal":{"description":"(TO BE REMOVED) Start time (Local) + durationFull","type":"string","format":"date-time","readOnly":true,"deprecated":true},"startTimeActualUTC":{"description":"Actual start time (UTC)","type":"string","format":"date-time","nullable":true},"endTimeActualUTC":{"description":"Actual end time (UTC)","type":"string","format":"date-time","nullable":true},"timesUnconfirmed":{"description":"Is the match time yet to be confirmed ?","type":"boolean"},"locked":{"description":"Is the match locked (to prevent editing)?","type":"boolean"},"placingIfWon":{"description":"Place if Won?","type":"integer","format":"int32","nullable":true},"placingIfLost":{"description":"Place if Lost?","type":"integer","format":"int32","nullable":true},"attendance":{"description":"Crowd attendance","type":"integer","format":"int32","maximum":999999,"nullable":true},"sellout":{"description":"Was the match a sellout?","type":"boolean"},"social":{"title":"Social Media","description":"Social Media contacts","type":"object","nullable":true,"additionalProperties":false,"properties":{"website":{"type":"string","nullable":true,"format":"uri"},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"wikipedia":{"type":"string","nullable":true,"format":"uri"},"instagram":{"type":"string","nullable":true}}},"environmental":{"title":"Environmental details","description":"Details about the environment during the fixture","type":"object","nullable":true,"additionalProperties":false,"properties":{"surfaceCondition":{"description":"Condition of surface","type":"string"}}},"duration":{"description":"Length, in minutes, of the match","type":"integer","format":"int32","nullable":true},"durationFull":{"description":"Full duration including breaks","type":"integer","format":"int32","nullable":true},"ticketURL":{"description":"Ticket URL","type":"string","maxLength":200,"nullable":true},"stageCode":{"description":"A unique code for the stage. (Unique for season)","type":"string","maxLength":30,"nullable":true},"stage":{"properties":{"resourceType":{"type":"string","enum":["seasonStages"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The stage that is related to this record","type":"object"},"seriesCode":{"description":"A unique code for the season series. (Unique for season)","type":"string","maxLength":30,"nullable":true},"series":{"properties":{"resourceType":{"type":"string","enum":["seasonSeries"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season series that is related to this record","type":"object"},"poolCode":{"description":"A unique code for the pool. (Unique for season)","type":"string","maxLength":30,"nullable":true},"pool":{"properties":{"resourceType":{"type":"string","enum":["seasonPools"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The pool that is related to this record","type":"object"},"roundCode":{"description":"A unique code for the round. (Unique for season)","type":"string","maxLength":30,"nullable":true},"round":{"properties":{"resourceType":{"type":"string","enum":["seasonRounds"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The ~ROUND~ that is related to this record","type":"object"},"roundNumber":{"description":"The number given to the round","type":"string","maxLength":30,"nullable":true},"liveDataAvailable":{"description":"Is live data available?","type":"boolean"},"liveVideoAvailable":{"description":"Is live video available?","type":"boolean"},"fixtureType":{"description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"maximumPeriodTypeUsed":{"description":"Maximum Period Type Used\n>- None None\n>- `EXTRA_TIME` Extra Time\n>- `OVERTIME` Overtime\n>- `REGULAR` Regular\n>- `SHOOTOUT` Shoot-Out\n","type":"string","enum":["REGULAR","EXTRA_TIME","OVERTIME","SHOOTOUT",null],"maxLength":50,"nullable":true},"competitorType":{"description":"The type of competitors in this match\n>- `ENTITY` Entity\n>- `PERSON` Person\n","type":"string","enum":["PERSON","ENTITY"],"maxLength":50},"competitors":{"type":"array","nullable":true,"title":"Match competitors","description":"Array of match competitors","items":{"type":"object","title":"Match competitor","additionalProperties":false,"required":["entityId"],"properties":{"entityId":{"description":"The uuid of the entity","type":"string"},"conferenceId":{"description":"The uuid of the conference","type":"string"},"divisionId":{"description":"The uuid of the division","type":"string"},"includeInConferenceStatistics":{"description":"Include the statistics for this competitors in the conference statistics?","type":"boolean"},"isHome":{"description":"Is competitor the home team ?","type":"boolean"},"includeInRepresentation":{"description":"Include participant in representation count","type":"boolean"},"draw":{"description":"Result for this competitor was a draw ?","type":"boolean"},"resultStatus":{"description":"Result status","type":"string","enum":["SCHEDULED","IN_PROGRESS","CONFIRMED","DISQUALIFIED","FORFEITED","WON_BY_FORFEIT","DID_NOT_FINISH","WITHDRAWN","DID_NOT_START"]},"resultPlace":{"description":"Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"resultSecondaryScorePlace":{"description":"Secondary Score Result placing (1=Won, 2=Lost)","type":"number","nullable":true},"startingNumber":{"description":"Starting number","type":"number","nullable":true},"score":{"description":"Score for competitor in match","type":"string","nullable":true},"secondaryScore":{"description":"Secondary score","type":"string","nullable":true},"shootOutAttempts":{"description":"shootOut Attempts","type":"string","nullable":true},"rosterStatus":{"description":"Roster status","type":"string","enum":["UNKNOWN","SUBMITTED","PENDING","APPROVED","REJECTED"]},"isNeutralVenue":{"description":"Competitor is playing at a neutral venue ?","type":"boolean"},"uniformId":{"description":"The uuid of the uniform","type":"string","nullable":true},"externalId":{"description":"externalId","type":"string"}}}},"venueId":{"description":"The unique identifier of the venue","type":"string","format":"uuid","nullable":true},"venue":{"properties":{"resourceType":{"type":"string","enum":["venues"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The venue that this match belongs to","type":"object"},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"profileId":{"description":"The profile that this match belongs to","type":"string","format":"uuid","nullable":true},"fixtureProfile":{"properties":{"resourceType":{"type":"string","enum":["fixtureProfiles"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The profile that this match belongs to","type":"object"},"includeInStandings":{"description":"Include the match in the standings calculation?","type":"boolean","default":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"estimatedFinishTimeUTC":{"description":"Estimated end of match","type":"string","format":"date-time","readOnly":true},"featureMatch":{"description":"Is this match a featured match?","type":"boolean"},"seriesFixtureNumber":{"description":"The number of the match in a series of matches","type":"integer","format":"int32","nullable":true},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"broadcasts":{"type":"array","items":{"type":"object","nullable":true,"title":"Broadcasts","additionalProperties":false,"properties":{"broadcastType":{"type":"string","description":"Broadcast Type","maxLength":30,"enum":["PAY_PER_VIEW","TV","RADIO","STREAMING_AUDIO","STREAMING_VIDEO"],"nullable":false},"broadcaster":{"description":"Broadcaster Name Local","maxLength":30,"nullable":false,"type":"string"},"broadcasterURL":{"description":"Broadcaster Home URL","maxLength":255,"type":"string"},"broadcastURL":{"description":"Fixture Broadcast URL","maxLength":255,"type":"string"},"broadcastTimezone":{"description":"Timezone of the broadcast","maxLength":50,"type":"string"},"locale":{"description":"Locale of the broadcast","maxLength":10,"type":"string"},"startTimeLocal":{"description":"Start Time of the broadcast","type":"string","pattern":"^([12][0-9]{3})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|\\+00:00)?$"}}}}},"title":"match model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"}}},"paths":{"/ice3/orgGroup/{organizationGroupCode}/fixtures/{fixtureId}":{"get":{"tags":["Matches"],"summary":"Get a single match for the organization group","description":"Return detailed information about a specific match for the organization group","operationId":"orggroup_fixture_detail","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixtures Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/FixturesModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationGroupCode","description":"The unique identifier of the organization group","schema":{"type":"string","minLength":3,"maxLength":150},"required":true,"in":"path"}]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/datacore/sports-apis/3ice/datacore-api-v1/matches.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
