calves/grower Endpoint

The grower endpoint provides data on a dairy's calves that were sent to a heifer growing facility. All animals (live, sold, and dead) are included in the response for this endpoint.

NOTE: This endpoint is only available in a deprecated version of the VAS Developer API. Please reach out to us at API Support to transition to the latest version of the VAS Developer API.

https://platform-vendor-api.vas.com/dairies/{dairyId}/animals/calves/grower

PATH PARAMETERS

{dairyId}*
integer

VAS-specificClosed A data value that originates from the VAS product line. dairy identifier

* Required


QUERY PARAMETERS

sinceDate
string

Start date for which to include results (YYYY-MM-DD). If no parameter is defined, all results are returned. This parameter queries the date the calf was entered into the VAS system, createdAt, which may differ from the animal's birthDate.

includeAnimalsInState
string

Animals to include:

0: active

10: sold

20: dead

You can use the numeric and text values interchangeably in requests. For example, the two query parameters below are identical: 

  • ?includeAnimalsInState=10&includeAnimalsInState=20

  • ?includeAnimalsInState=sold&includeAnimalsInState=dead

If no parameter is defined, active animal results are returned.