# 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.

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

&#x20;The End Point will return a list of xml elements with the following information:

* Id of the Sport Event
* Time of the result change

&#x20;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.&#x20;
  * Example: 29<sup>th</sup> 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:

&#x20;

**Result Changes API End point content**

&#x20;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:**&#x20;

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.


---

# 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/uof/support-and-history/archived/deprecated-uof-endpoints/result_change-end-point.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.
