Using last modified dates
Understanding when data has been modified
Proactis uses the last modified date/time to indicate when data was last updated. It tells you when the most recent version of the record was updated in Proactis database.
Using the modified date
Use the dateTimeFrom to identify and retrieve records that have changed since your last fetch.
Querying by the last modified date
You can query our Supplier endpoint with dateTimeFrom as follows:
/suppliers/v1/{domainId}?dateTimeFrom=2023-01-30T00:00&pageNumber=0&pageSize=25
This returns any supplier that were added or updated in Proactis since midnight UTC on January 30th. Results are paged with a size of 25.