List Project Vendors
list_project_vendorsRetrieve a paginated list of vendors for a specified project. Filter by name, trade, cost code, or ID to find specific records.
Instructions
Return a list of Vendors associated with a specified Project. Use this to enumerate Directory records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Directory records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API (v1.1): Core > Directory. Endpoint: GET /rest/v1.1/projects/{project_id}/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — specifies which view of the resource to return (which attributes should be present in the response). Users without read permissions to Directory are limited to ids_only, name, and minimal views. If... | |
| 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) | |
| filters__search | No | Query string parameter — return vendors where the search string matches the vendor name, keywords, origin_code, or ABN/EIN number | |
| filters__standard_cost_code_id__ | No | Query string parameter — returns vendors associated with the specified standard cost code id(s) | |
| filters__trade_id__ | No | Query string parameter — returns vendors associated with the specified trade id(s) | |
| filters__id__ | No | Query string parameter — returns vendors with the specified id(s) | |
| filters__parent_id__ | No | Query string parameter — returns vendors with the specified parent id(s) | |
| sort | No | Query string parameter — return items with the specified sort. |