Event checkins report GPS coordinates into the Trackops system, using the Trackops Mobile App for iOS and Android.
Listing Event Checkins
Returns a collection of event checkin records, optionally filtered by the available request parameters.
GET /api/v1/event/checkins
Available Request Parameters:
Name | Type | Required | Description |
id | integer | no | ID of the event checkin. |
event | integer | no | ID of the event connected to this checkin. |
user | integer | no | ID of the staff member who performed the check-in. |
from | timestamp | no | Created on or after the date, as determined by the system. |
to | timestamp | no | Created on or before the date, as determined by the system. |
Note: All timestamp parameters are queried and returned in UTC.
Getting an Event Checkin
Returns a single event record, based on the numeric ID.
GET /api/v1/event/checkins/{event_checkin_id}