export_services
Retrieve service records incrementally from the export feed to enable bulk synchronization. Continue with the provided token until hasMore is false, then retain it and poll again.
Instructions
Read the incremental services export feed for bulk synchronization. Start with a date or omit from to start at the beginning of the feed, continue immediately with continueFrom while hasMore is true, and when false retain it and wait before polling again. includeRecentChanges may return records sooner but can repeat them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Continuation token or date string for incremental export | |
| includeRecentChanges | No | Include recent changes not yet committed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||