show_project_vendor_v1_1
Retrieve vendor details for a specific project in Procore, including contact information and optional extended data like legal name and bidding status.
Instructions
Show project vendor. [Core/Directory] GET /rest/v1.1/projects/{project_id}/vendors/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the vendor | |
| view | No | 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 pagination | |
| per_page | No | Items per page (max 100) |