GET /api/v1/tracker/supplements
Retrieve a list of supplement records in the tracker system.
Permissions
Permission | Description |
---|
tracker_supplements.view | View tracker supplement records |
Query Parameters
Name | Type | Required | Description |
---|
start_date | string | No | Start of the date range (YYYY-MM-DD) |
end_date | string | No | End of the date range (YYYY-MM-DD) |
shared_tracker_id | string | No | ID of a shared tracker record (default: your own data) |
search | string | No | Search by notes |
page | int | No | Page number for pagination |
Response
200 OK
{
"data": [<tracker supplement resource>, ...],
"links": {<pagination data>},
"meta": {<pagination data>}
}
Error Responses