Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This set of resources is used to expose the animals.

Data Guidance

  • PhysicalLocation is null when the pet is not in the shelter (ie. not in care).
  • SecondarySpecies is null when either the pet is a purebred, or the secondary breed is unknown.

...

URI DescriptionMethodRelative URIReturn Type
Get by ID.Get/api/v{version}/animals/{id}Single: Animal

Search

  • all All parameters listed are optional
  • ExcludedSearchGroupID ExcludedSearchGroupId and SearchGroupId can be set multiple times
  • Date/Time is in ISO format
Get

/api/v{version}/animals?RegionId={id}&BreedId={id}&ClassId={id}&ExcludedSearchGroupID={id}&SearchGroupId={id}&TypeId={id}&UpdatedSince={dateTime}

Multiple animals with pagination
Get by person IDGet/api/v{version}/animals?personId={id}Multiple animals with pagination

...