list_changed_clients
List client IDs that changed since a given timestamp to synchronize data from a HawkSoft agency.
Instructions
List client IDs that changed since a given timestamp.
The workhorse for syncing. Pass an as_of ISO 8601 timestamp to get only
clients modified after that point; omit it to get all clients. Then use
get_client or get_clients_bulk on each ID.
Args:
agency_id: HawkSoft agency ID.
as_of: ISO 8601 timestamp (e.g. 2026-06-01T00:00:00Z). Omit for full list.
office_id: Restrict to a specific office.
include_deleted: Include soft-deleted clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| agency_id | Yes | ||
| office_id | No | ||
| include_deleted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |