list_project_vendors
Retrieve vendor information for a specific project in Procore, enabling filtering by name, trade, cost code, and other criteria to manage project suppliers.
Instructions
List project vendors. [Core/Directory] GET /rest/v1.0/projects/{project_id}/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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 | |
| per_page | No | Elements per page | |
| filters__search | No | Return vendors where the search string matches the vendor name, keywords, origin_code, or ABN/EIN number | |
| filters__standard_cost_code_id__ | No | Returns vendors associated with the specified standard cost code id(s) | |
| filters__trade_id__ | No | Returns vendors associated with the specified trade id(s) | |
| filters__id__ | No | Returns vendors with the specified id(s) | |
| filters__parent_id__ | No | Returns vendors with the specified parent id(s) | |
| filters__abbreviated_name__ | No | Return vendors(s) matching any of the specified abbreviated names in the abbreviated_name filter. | |
| sort | No | Return items with the specified sort. |