show_project_location
Retrieve location details for a specific project in Procore using project and location IDs.
Instructions
Show Project Location. [Core/Project] GET /rest/v1.0/projects/{project_id}/locations/{location_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| location_id | Yes | ID of the location | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |