ID DG-3102 Type Guide Version 1.0 Status Active Created date 02/06/2023 Updated date 05/06/2023 This is the current version. Quick introInitially the client system will download all relevant records, so the <lastSync> will not be set.Bundle and get the latestTo prevent missing records, synchronise your client system with the PCA server clock when setting bookmarks.The safest way to do that is to traverse through the bundle and get the latest _lastUpdated field of a resource in the bundleif (lastSync < read.resource.meta.lastUpdated) set lastSync = meta.lastUpdatedDate rangesTo select a service offering between a specific date range, use the _lastUpdated field with greater than and less than operators as shown in the example below:&_lastUpdated=gt2019-01-01T15:56:48%2B11:00&_lastUpdated=lt2022-01-01T15:56:48%2B11:00 Home | Back: Get service offerings | Next: Count and paging