custom-event-names Endpoint
Returns all custom events defined for the location. Use the custom-events
endpoint to request custom event data for the herd.
GET https://integrations.prod.vas.com/api/locations/com.vas.dairies.id/{location-id}/custom-event-names
Path Parameters (required)
The following parameters must be included in the request path for this endpoint:
{location-id}integerREQUIRED
VAS-specific A data value that originates from the VAS product line. [dairy] location identifier. For routes with “com.vas.dairies.id”, {location-id} is a VAS-specific dairy id.
Response Schema

Custom event name (configurable by dairy in PULSE and/or DairyComp 305)
{
"member": [
{
"name": "TOCLOSE"
},
{
"name": "WELL"
},
{
"name": "ILLMISC"
},
{
"name": "MEASURE"
},
{
"name": "BCSBAD"
}
]
}