...
Name | Description | Following examples can be found at resources look for the Response model. |
---|---|---|
DispatchJob | Webhook for dispatch job updates. | DispatchJobV2 |
AnimalAdoption | Webhook for animal adoption updates. | N/A |
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} |
AnimalIcon | Webhook for animal icons | N/A |
Animal Photos | Webhook for animal photos. | PhotoV2 POST api/v2/animal/photo/list?page={page}&pageSize={pageSize} |
Animal
Anchor | ||||
---|---|---|---|---|
|
Overview
The Animal Webhook will send details of animals that have been created and/or updated.
Animal Photos
Anchor | ||||
---|---|---|---|---|
|
...