export_business_units
Retrieve changed business units from an incremental export feed for bulk synchronization. Start with a date or continuation token, then keep following the returned token until all changes are fully read.
Instructions
Read the incremental business units 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 | |||