Digitail API
Reminder Protocol Usages

Get a list of reminder protocol usage for a pet

1min
GET
https://developer.digitail.io/api/v1/reminder-protocol-usages
Sandbox server (uses test data)
Returns list of all of the reminder protocol usage for a pet. This information can be found in the UI on the pet's profile page under the "Preventive" tab.
Authentication
Bearer
Query Parameters
filter[clinic_id]
*
filter[pet_id]
*
filter[reminder_protocol_template_id]
filter[reminder_protocol_template_ids]
filter[latest]
filter[due_date_type]
filter[active]
filter[exclude_historical]
filter[date_before]
filter[date_after]
Responses
200
Successful operation
data
links
meta
401
The request was invalid or contained data that was not allowed.
message
403
The user is not authorized to perform the requested operation.
429
The user has sent too many requests in a given amount of time ("rate limiting"). Max 200 requests per minute.