list_gps_positions
Retrieve GPS position data for field productivity tracking in Procore projects. Filter by ID, creator, or update date to monitor construction site locations.
Instructions
List Gps Positions. [Project Management/Field Productivity] GET /rest/v1.0/companies/{company_id}/gps_positions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| page | No | Page | |
| per_page | No | Elements per page |