This set of resources is used to expose adoption information.
Adoption Resources
URI Description | Method | Relative URI | Notes |
---|---|---|---|
Get All Counts | Get | /api/v{version}/adoptions/ | This currently only displays the adoption counts per shelter uploading to the public site. Returns paged results as multiple shelter buddy sites can upload to one public site. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "Data":[ { "Site":"Site A", "AdoptionsThisYear":3004 }, { "Site":"Site B", "AdoptionsThisYear":1 } ], "Paging":{ "Next":null, "Previous":null } } |
...