Show Project Vendor
show_project_vendorFetch full details of a vendor directory record by providing the project ID and vendor ID.
Instructions
Show detail on a specified Project Vendor. Use this to fetch the full details of a specific Directory records by its identifier. Returns a JSON object describing the requested Directory records. Required parameters: project_id, id. Procore API (v1.1): Core > Directory. Endpoint: GET /rest/v1.1/projects/{project_id}/vendors/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — the normal view provides what is shown below. The extended view is the same as the normal view but includes children_count, legal_name, parent, and bidding. The default view is normal. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |