track_delete
ChatGPTDelete one owned track by id.
track_get
ChatGPTFetch one track summary by id for the authenticated user.
track_update
ChatGPTUpdate editable fields on one owned track. Only supplied fields are changed. Pass an empty string to clear description or addresses.
trackpoints_get
ChatGPTFetch trackpoints for one track, with pagination and sorting.
tracks_latest
ChatGPTGet latest tracks for the authenticated user. Default limit is 5 and max limit is 20.
tracks_range
ChatGPTList track summaries in a date range, with optional vehicle/category filters and pagination.
tracks_search
ChatGPTSearch track summaries with optional vehicle, category, time range, pagination, and sorting filters.
user_create
ChatGPTCreate a new shared user. Standard users require an email. Account-id users can be created by setting codeUser=true and optionally providing contactEmail.
user_delete
ChatGPTRemove one accessible shared user by id. The authenticated user cannot delete themself.
user_get
ChatGPTFetch one accessible user by id. Use -1 to fetch the authenticated user.
user_update
ChatGPTUpdate editable shared-user fields. Only supplied fields are changed. Empty string clears name, address, phone, or contactEmail.
users_search
ChatGPTList users that are available to the authenticated user, with optional filters and pagination.
users_summary_stats
ChatGPTGet summary statistics for one or more users over a time range, with optional category and summary mode filters.
vehicle_create
ChatGPTCreate a new vehicle for the authenticated user.
vehicle_delete
ChatGPTDelete or revoke access to one vehicle by id.
vehicle_get
ChatGPTFetch one vehicle by id for the authenticated user.
vehicle_update
ChatGPTUpdate editable vehicle fields. Only supplied fields are changed. Empty string clears description, deviceFilter, or sharedUsers.
vehicles_list
ChatGPTList all vehicles visible to the authenticated user without applying optional search filters.
vehicles_search
ChatGPTList vehicles that are owned by or shared with the authenticated user, with optional filters and pagination.
vehicles_summary_stats
ChatGPTGet summary statistics for one or more vehicles over a time range, with optional category and summary mode filters.
vehicles_top_used
ChatGPTRank the authenticated user's most-used vehicles by distance, total time, or moving time over an optional time range.