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

Resource Type: Livestock – Animal Set Join Events


URLs

Get all animal set join events that you have access to

GET /data/livestock/animal-set-joins

Get a specific animal set join event

GET /data/livestock/animal-set-joins/{animalSetJoinId}

Get all animal set join events associated with a holding

GET /data/holdings/{holdingId}/livestock/animal-set-joins

Get a single animal set join event associated with a holding

GET /data/holdings/{holdingId}/livestock/animal-set-joins/{animalSetJoinId}

Response Structure

A call to the animal set join event endpoints returns the following fields.

{
  "@self": "string",
  "location": {...},
  "meta": {...},
  "resourceType": "/livestock/animal-set-join",
  "contemporaryGroup": "string",
  "eventDateTime": "2023-01-03T11:00:00Z",
  "id": "string",
  "remark": "string",
  "reponsible": "string",
  "traitLabel": {...},
  "animal": {...},
  "animalSetId": "string"
}
Response Item Description Data Type
Self A link to this specific animal set join event URI
Location An identifier for the location where the animal set join event occurred Identifier
Meta Meta data for the resource Metadata
Resource Type The fixed discriminator for the animal set join event resource type.
Value: /livestock/animal-set-join
String
Contemporary Group A contemporary group code that would affect statistical analysis String
Event Date Time The date and time the event occurred Datetime
Id The Pure Farming Id of this animal set join event UUID
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
Animal Unique animal scheme and identifier combination Identifier
Animal Set Id Unique animal set id for this animal set join event String