ModifiedAfter & "Since Last Call
ModifiedAfter & "Since Last Call
Aqilla API calls are timestamped and recorded in a table which is not exposed to Aqilla’s customers; “read” type calls to the Aqilla API such as:
http://www.aqilla.net/ InstanceName/wsapi/2.5/Reference/Suppliers
sinceLastCall (DEPRECATED since 22e) boolean parameter. Instruction to the server to return only entities created since the previous call.
modifiedAfter=yyyyMMddHHmmss (since 22e). Returns only data modified since the specified time.
Note: in line with the current handling of the sinceLastCall parameters, when documents (as opposed to reference data) are queried, records created after the specified date are returned.
Example: https://www.aqilla.net/InstanceName/wsapi/2.5/Reference/Items?modifiedAfter=20221109121314
Note that if sinceLastCall is specified, the page and pageSize parameters are ignored.