/
Animal Sizes /api/animalSizes

Animal Sizes /api/animalSizes

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

 
Animal size resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/animalSizes

Get by ID.

GET

/api/v{version}/animalSizes/{id}

Get by animal breed ID

GET

/api/v{version}/animalSizes?animalBreedId={Id}

 


 

A sample JSON return of an animal size
{
    "Id": 1,
    "Descriptor": "Small",
}