Show Company Vendor
show_company_vendorRetrieves detailed information about a specific vendor directory record using its ID and company ID. Returns a JSON object with full vendor details.
Instructions
Show detail on a specified Company 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: id, company_id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/vendors/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| view | No | Query string parameter — specifies which view of the resource to return (which attributes should be present in the response). The default view is extended. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |