Logo
Swift API Sandbox Collections API Documentation

Get changed case details.

GET {{baseUrl}}/swift-apitracker-gcase-pilot/v5/cases/changed?from_date_time={{today}} - 30&to_date_time={{today}}&maximum_number=50

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

 

Body PARAM

Key Datatype Required Description 
from_date_time
string Start 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_time
string Stop 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_number
number Indicates 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

Key Datatype Required Description 
Content-Type
string




RESPONSES

Curl
curl -X GET 'https://sandbox.swift.com/swift-apitracker-gcase-pilot/v5/cases/changed?from_date_time=today - 30&to_date_time=today&maximum_number=50?from_date_time=today - 30&to_date_time=today&maximum_number=50&next=' -H 'Content-Type: application/json'

ENDPOINTS