Show Project Location
show_project_locationRetrieves full details of a specific location in a construction project using the project and location identifiers.
Instructions
Retrieves a Location for a specified project. Use this to fetch the full details of a specific Project records by its identifier. Returns a JSON object describing the requested Project records. Required parameters: project_id, location_id. Procore API: Core > Project. Endpoint: GET /rest/v1.0/projects/{project_id}/locations/{location_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| location_id | Yes | URL path parameter — unique identifier of the location | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |