show_location
Retrieve specific location details from Procore projects using location ID and project ID to access construction site information.
Instructions
Show location. [Core/Project] GET /rest/v1.0/locations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the location | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |