Result_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 Result Changes End Point provides the customer with the list of result changes from a specified date onwards.

Filters are available to insert a date and the API will return all the result changes from such a date onwards.

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

  • Id of the Sport Event

  • Time of the result change

Once the customer is aware of the result change, Timeline and Summary API End Points can be used in order to retrieve detailed information.

Result Changes End Points filters

Filter types

The customer will be enabled to fill in filters in order to customise the answer of the call according to date and sport.

Filters will be:

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

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

Filter format:

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

  • Date: the date since when result 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 Result Changes API End Point are shown in Figure below:

Result 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 result change

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

Result changes API End Point element and attributes

a) Elements in Result Changes end point:

  • <Result_changes>

  • <Result_change>

b) Element attributes:

Attributes of <Result_change> element:

  • sport_event_id = id of the event

  • update_time

An example of answer from the fixture changes API End Point call is reported in Figure below.

Back to top

Was this helpful?