Show Link
show_linkRetrieve full details of a specific Project-Level Configuration record by its ID and project ID. Returns a JSON object with the requested project link information.
Instructions
Show detailed information for a specific Project Home Link. Use this to fetch the full details of a specific Project-Level Configuration records by its identifier. Returns a JSON object describing the requested Project-Level Configuration records. Required parameters: project_id, id. Procore API: Company Admin > Project-Level Configuration. Endpoint: GET /rest/v1.0/links/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Project-Level Configuration resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |