# Fixture

## Attributes

<table><thead><tr><th width="177">Name</th><th width="119">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td><code>uuid</code></td><td>Unique ID for this fixture. Generated by IMG Arena.</td></tr><tr><td>name</td><td><code>string</code></td><td>The fixture's <a data-footnote-ref href="#user-content-fn-1">name</a>.</td></tr><tr><td>status</td><td><code>string</code></td><td><p>0 - <a data-footnote-ref href="#user-content-fn-2">Scheduled</a></p><p>1 - <a data-footnote-ref href="#user-content-fn-3">Live</a></p><p>2 - <a data-footnote-ref href="#user-content-fn-4">Completed</a></p><p>3 - <a data-footnote-ref href="#user-content-fn-5">Postponed</a></p><p>4 - <a data-footnote-ref href="#user-content-fn-6">Abandoned</a></p><p>5 - <a data-footnote-ref href="#user-content-fn-7">Cancelle</a>d</p><p>6 - <a data-footnote-ref href="#user-content-fn-8">Suspended</a></p><p>7 - <a data-footnote-ref href="#user-content-fn-9">Unverified</a></p></td></tr><tr><td>collectionStatus</td><td><code>string</code></td><td><p>0 - C<a data-footnote-ref href="#user-content-fn-10">ollectionScheduled</a></p><p>1 - C<a data-footnote-ref href="#user-content-fn-11">ollectingLive</a></p><p>2 - C<a data-footnote-ref href="#user-content-fn-12">ollectingPostMatch</a></p><p>3 - C<a data-footnote-ref href="#user-content-fn-13">ollectionSuspended</a></p><p>4 - C<a data-footnote-ref href="#user-content-fn-14">ollectionDropped</a></p><p>5 - C<a data-footnote-ref href="#user-content-fn-15">ollectionCompleted</a></p><p>6 - P<a data-footnote-ref href="#user-content-fn-16">ostMatchChecked</a></p></td></tr><tr><td>type</td><td><code>string</code></td><td><p>This allows a user to call the fixtures API by 'Official', 'Simulation' or 'Training'.</p><ol><li><a data-footnote-ref href="#user-content-fn-17">Official</a></li><li><a data-footnote-ref href="#user-content-fn-18">Simulation</a></li><li><a data-footnote-ref href="#user-content-fn-19">Training</a></li></ol></td></tr><tr><td>coverageLevel</td><td><code>string</code></td><td><p>0 - No coverage</p><p>1 - In Venue</p><p>2 - <a data-footnote-ref href="#user-content-fn-20">Low Latency Stream</a></p><p>3 - <a data-footnote-ref href="#user-content-fn-21">Standard stream</a></p><p>4 - Video (post match)</p></td></tr><tr><td>startDateUTC</td><td><code>string</code></td><td><a data-footnote-ref href="#user-content-fn-22">Timestamp</a> of when the fixture is scheduled to start, in RFC 3339 format.</td></tr><tr><td>teams<br></td><td><a data-mention href="../team">team</a></td><td>Team details</td></tr><tr><td>stage<br></td><td><a data-mention href="stage">stage</a></td><td>Stage information</td></tr><tr><td>venue</td><td><a data-mention href="../live-objects/venue">venue</a></td><td>Details of the venue</td></tr><tr><td>sport</td><td><code>string</code></td><td>Indicates the type of sport. Possible values:<br>"Volleyball" (indoors)<br>"Beach Volleyball"<br>"Snow Volleyball"</td></tr><tr><td>fixtureDeleted</td><td>boolean</td><td>If the fixture has been deleted.</td></tr></tbody></table>

[^1]: Examples are\
    \ <mark style="color:orange;">Israel League Cup</mark>

[^2]: fixture is scheduled to be played (default for new fixtures)

[^3]: fixture is 'live' at the point we get the first data collected from our in venue collectors- typically this could be team colours, match conditions, data collector device location information or lineups

[^4]: fixture has finished

[^5]: fixture will start later than it was originally scheduled

[^6]: fixture has started but was not finished, it will be replayed again from the start

[^7]: fixture will now not take place at all

[^8]: fixture was suspended but will be continued later from the point it was stopped (due to darkness, weather etc.)

[^9]: Fixture time is not yet confirmed or we have no data source to tell us if it is live or when it completes

[^10]: fixture was scheduled for data collection (default for new fixtures)

[^11]: a scorer is currently collecting this fixture as it is happening- this will be initiated on kick off

[^12]: a scorer is currently collecting data from video footage of the fixture. The fixture is most probably finished.

[^13]: data collection has been suspended but will be resumed. The reason for suspension may be either a technical issue on site (rest of the data will be collected post-match) or the fixture was suspended and will be resumed in future.

[^14]: there will be no more data collected for this fixture. This can happen either before the fixture starts (e.g., no scorer available to go to that match) or during the fixture (e.g., technical issues on site that cannot be resolved)

[^15]: data collection for this fixture is completed but it has not been verified yet. Some changes may still be made.

[^16]: data has been verified for this fixture and the PostMatchCheckCompleted action has been sent by the supervisor.

[^17]: It will denote any official match collected by our data collection team.

[^18]: It is generally any match being simulated.

[^19]: It is for internal data collection training.

[^20]: This is suitable for offering live markets

[^21]: This is only suitable for operators when offering pre match markets

[^22]: Examples for January 25th, 2020

    6:25:34pm\
    \
    Pacific Standard Time:

    <mark style="color:orange;">UTC: 2020-01-26T02:25:34Z</mark>

    \
    Pacific Standard Time with UTC offset:

    <mark style="color:orange;">2020-01-25T18:25:34-08:00</mark>
