...
- The first time a Webhook runs it will typically Synchronise all records of the relevant entity for the Webook.
- However, a Webhook can be configured to sync all records or have it start syncing changes from now on.
- Subsequent runs will only send records that have been created or modified since the last Synchronisation.
- Data is sent in batches.
...
Name | Description | Following examples can be found at resources look for the Response model. | |||||
---|---|---|---|---|---|---|---|
DispatchJob | Webhook for dispatch job updates. | DispatchJobV2 | |||||
PhysicalLocation | Webhook for physical location updates. | PhysicalLocationV2 GET api/v2/location/physicallocation/{id} | |||||
Person | Webhook for person updates. | PersonV2 GET api/v2/person/{id} | |||||
User | Webhook for user updates. | UserV2 GET api/v2/user/{id} | |||||
Animal | Webhook for animals. | AnimalV2 GET api/v2/animal/{id} | |||||
PersonMerge | Webhook for peron merges. | PersonMergeV2 POST api/v2/person/merge/list?page={page}&pageSize={pageSize} | |||||
AnimalMerge | Webhook for animal merges. | MergeV2 GET api/v2/animal/merge/{id} | |||||
AnimalDelete | Webhook for animal deletes | DeleteV2 GET api/v2/animal/Delete/{id} | |||||
AnimalIcon | Webhook for animal icons |
| |||||
Animal Photos | Webhook for animal photos. | PhotoV2 POST api/v2/animal/photo/list?page={page}&pageSize={pageSize} |
...