1. Home
  2. /
  3. Resource Types
  4. /
  5. Livestock
  6. /
  7. Animal Assessment Event

Resource Type: Livestock – Animal Assessment Event


URLs

Get all animal assessment events that you have access to

GET /data/livestock/animal-assessment-events

Get a specific animal assessment event

GET /data/livestock/animal-assessment-event/{animalAssessmentEventId}

Get all animal assessment events associated with a holding

GET /data/holdings/{holdingId}/livestock/animal-assessment-events

Get a single animal assessment event associated with a holding

GET /data/holdings/{holdingId}/livestock/animal-assessment-events/{animalAssessmentEventId}

Response Structure

A call to the animal assessment event endpoints returns the following fields

{
  "@self": "string",
  "location": {...},
  "meta": {...},
  "resourceType": "/livestock/animal-assessment-event",
  "eventDateTime": "2023-01-03T11:00:00Z",
  "id": "string",
  "animal": {...},
  "metric": {...},
  "assessment": "string",
  "score": "number",
  "remark": "string",
  "reponsible": "string",
  "traitLabel": {...},
  "contemporaryGroup": "string",
}
Response Item Description Data Type
Self A link to this specific animal assessment event URI
Location An identifier for the location where the animal assessment event occurred Identifier
Meta Meta data for the resource Metadata
Resource Type The fixed discriminator for the animal assessment event resource type.
Value: /livestock/animal-assessment-event
String
Event Date Time The date and time the event occurred Datetime
Id The Pure Farming Id of this animal assessment event UUID
Animal Unique animal scheme and identifier combination Identifier
Metric The metric this assessment corresponds to Identifier
Assessment Optional qualitative summary of assessment String
Score Optional numeric score for this assessment Number
Remark A comment or remark field for additional user-specified information about the event String
Responsible Use if an observation is manually recorded, or an event is carried out or authorised by a person String
Trait Label Represents a formal trait, identifies the recording system and trait Identifier
Contemporary Group A contemporary group code that would affect statistical analysis String