GET - List of user gps logs
List of user gps logs
Request
- Method:
GET - Endpoint:
/user-gps-logs - Base URL:
https://api.targpatrol.com/api/v1 - Operation ID:
list-of-user-gps-logs
Authorization
This endpoint requires an external API key.
x-api-key: {your_external_api_key}
Parameters
| Name | In | Required | Schema | Description |
|---|---|---|---|---|
limit | query | no | integer | include first N items of a resource collection |
offset | query | no | number | exclude first N items of a resource collection |
sort | query | no | string | sort items in a resource collection |
startAt | query | no | string | filter logs by date greater than specified |
endAt | query | no | string | filter logs by date less than specified |
userId | query | no | string | filter by user ids |
locationId | query | no | string | filter by location ids |