...
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} |
...