...
The first time this webhook runs it may send through quite a lot of data as the last successful sync date will be null. Data is sent through in a paged fashion in batches of 10 records.
Model Returned
AnimalPhotos
Model | .NET Type |
---|---|
AnimalPhotos | |
ID | int |
DateLastUpdated | DateTime |
Photos | ICollection<PhotoModel> |
PhotoModel | |
Id | int |
Animal | ApiReferenceModel<int> |
IsDefault | bool |
Photo | Uri |
PhotoThumbnailFormat | string |
ApiReferenceModel | |
Uri | Uri |