If true, the record is active and usable in ezyVet
The epoch time when the record was created
The ezyVet ID of the record.
Sets the number of items to be returned in each page. Default is 10, Limit is 200.
The epoch time when the record was last modified
Sets the page to be returned.
Will return only event groups that would result in a SOC for a patient, this includes: Only Treatment and Vaccine Event Groups that have a valid event group association
Specifies the type of events to return.
The ezyVet UID of the resource. Eg: animal_uye4dVdaER3Rivt5HDZS8.
Returns a list of event groups.
Data transfer object to represent pagination metadata of a particular collection of recordsShow all...
The time (in epoch) that the response was returned
The current page number
The total number of pages
The total number of records contained per page
The total number of records
A unique identifier for the API request/response transaction
Defines the resource objects for different resource types
curl --request GET \--url https://api.ezyvet.com/v2/eventgroup \--header 'Accept: application/json' \--header 'Authorization: Bearer 123'
1{2"meta": {3"timestamp": 1695766710,4"items_page": 1,5"items_page_total": 191,6"items_page_size": 1,7"items_total": 29,8"transaction_id": "c780c14f01293932e1d1f16db7bfe017a6f02eb6e33bb6dc13944fe07cb6a85c"9},10"items": [11{12"eventgroup": {13"id": "1",14"active": "true",15"created_at": "1307487862",16"modified_at": "1363044343",17"uid": "socGroup_yR3VokRf1OvtHWoqTrpCp",18"name": "Equine Herpes Virus",19"importance": "Core",20"type": "Vaccine"21}22}23],24"messages": []25}