You can get a list of wakeup records in the tracker system.
tracker_wakeups.view
: viewing tracker wakeupstart_date
: Start of the date range (optional)end_date
: End of the date range (optional)shared_tracker_id
: Optional ID of a shared tracker record. If not set, your own tracker data will be usedsearch
: Search based on notespage
: Page number for pagination{
"data": [
{<tracker wakeup resource>},
{<tracker wakeup resource>}
],
"links": {<pagination data>},
"meta": {<pagination data>},
}