Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

This method is being deprecated and should no longer be used.  Instead Search Types should be used.

This set of resources is used to expose the animal statuses. 

 
Table 6 Animal status resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/animalStatuses

Get by ID

GET

/api/v{version}/animalStatuses/{id}

 


 

Sample JSON return of an animal status
{
    "Id": 1,
    "Descriptor": "Lost"
}
  • No labels