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}

 


 

{
    "Id": 1,
    "Descriptor": "Small",
}