testdays Endpoint

The testdays endpoint provides information and test day results for a dairy cow. 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}/cows/{dairyCowId}/testdays

PATH PARAMETERS

{dairyId}*
integer

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

{dairyCowId}*
integer

VAS-specific dairy cow identifier. This number is used in all VAS products, including PULSE and DairyComp 305. This identifier is unique to each animal in the VAS suite of products, and is the most stable and reliable source of animal identification data. dairyCowId differs from the animal's cowNumber, displayCowNumber, EIDClosed 15-digit electronic ID number associated with the animal eartag, and isoId.

* Required


QUERY PARAMETERS

lactation
integer

Period of time initiated at calving/freshening when milk production begins until the animal is dried off and stops producing milk. If no parameter is defined, the response reflects the current lactation.

sinceDate
string

Start date for which to include results (YYYY-MM-DD). If no parameter is defined, all results are returned.

page
integer

Sets the page number to display in the results. If no parameter is defined, page 1 displays.

pageSize
integer

Sets the number of items to display on one page of results. If no parameter is defined, the response includes 10 items per page. The maximum pageSize is 1000.