Get changed case details.

GET {{baseUrl}}/swift-apitracker-gcase/v6/cases/changed?from_date_time=2021-07-10T00:00:00.000Z&to_date_time=2021-08-11T23:59:59.000Z&maximum_number=50

Retrieves the events for each investigation case, for all UETRs, that have been modified since a certain data and time.

Request Params

KeyDatatypeRequiredDescription
from_date_timestringStart time window to filter this search, both values from_date_time and to_date_time are mutually inclusive. Please note that from_date_time value cannot be older than 124 days from today, if value indicated is older than 124 days, the Tracker will default to the allowed value.
to_date_timestringStop time window to filter this search, both values from_date_time and to_date_time are mutually inclusive. The value indicated should be in the past.
maximum_numbernumberIndicates the maximum number of transactions to be returned.

The maximun value is 100 and Tracker default to this value if higher or no value is indicated. | | next | null | | Indicates a cursor to get the next set of responses. The value of this field should be empty the first request and server may return a value to help the consumer navigate through the rest of the pages.

When passing a next value on a request, all other query parameters should be empty.

If next value is not returned in the response, there are no pages or last page was reached |

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring