Gets standard of care events
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.
The ezyVet UID of the resource. Eg: animal_uye4dVdaER3Rivt5HDZS8.
Returns a list of SOC events.
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
curl --request GET \--url https://api.ezyvet.com/v2/standardofcare \--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"standardofcare": {13"id": "12",14"uid": "standardOfCare_jt3AXwOC6fa6QcwxAw3pE",15"deleted_at": 1620232140,16"due_at": 1620234360,17"last_fulfilled_at": 1620232140,18"animal_id": 2604,19"animal_uid": "animal_B4vrE744DdwUXqFxHntAY",20"soc_group_id": 235,21"soc_group_uid": "socGroup_h3MWcVA6E3LIdMOJRDCNB",22"soc_group_name": "Yearly Dental Checkup",23"soc_group_type": "Treatment",24"ownership_id": 3,25"ownership_uid": "ownershipSeparation_cAl0DAnmH0C1EqVw0souz",26"calculated_at": 1673831655,27"created_at": 1673831655,28"modified_at": 167383165529}30}31],32"messages": []33}