Fixture_change end point

{"elements":{"metas":{"hidden":true},"spaces":{"hidden":true},"share":{"hidden":true},"people":{"hidden":true},"tools":{"hidden":true},"labels":{"hidden":true}},"cssSelector":"div.update-item-meta","cssSelectorLocked":false}AJS.trigger('hideelements.page.data.available')

The Fixture Changes End Point provides the customer with the list of all the fixture changes from a certain date till now.

Filters are available in order to customize the answer of the call according to date and sport.

Filters:

  • Date: API End point will return all the fixture changes from such a date onwards (till the timing of the call).

  • Sport: API will return the fixture changes related to the sport whose ID is inserted

Filter format:

  • Sport: the ID of the sport for which fixture changes are requested will be inserted in the Sport Textbox with the following format sr:sport: [Sport Integer ID]

  • Date: the date since when fixture changes are requested will be inserted in the Date Textbox. The format of the date to insert will be the following: AAAA-MM-DDThh:mm:ss.

    • Example: 29th May 1977 12:05:00 will be 1977-05-29T12:05:00

    • The date inserted must be within the last 24 hours

Filters in Fixture Changes API End Point are shown in Figure below:

Fixture Changes API End point content:

The End Point will return a list of xml elements with the following information:

  • Id of the Sport Event

  • Time of the change

Once the customer is aware that a fixture change happened, Timeline and Summary API End Points can be used in order to retrieve detailed information about the change.

Fixture changes API End Point element and attributes:

a) Elements in Fixture Changes end point:

  • <Fixture_changes>

  • <Fixture_change>

b) Element attributes:

Attributes of <Fixture_change> element:

  • sport_event_id = id of the event

  • update_time

Back to top

Was this helpful?