List Company Vendors
list_company_vendorsRetrieve a paginated list of all vendors associated with a company. Use to find vendor IDs or filter by search, trade, or cost codes.
Instructions
Return a list of all Vendors associated with a Company. 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: company_id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| 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__origin_id | No | Query string parameter — origin ID. Returns item(s) with the specified Origin ID. | |
| filters__search | No | Query string parameter — return vendors where the search string matches the vendor name, keywords, origin_code, or ABN/EIN number | |
| filters__created_at | No | Query string parameter — return items within a specific created at ISO8601 datetime range | |
| filters__updated_at | No | Query string parameter — return items within a specific updated at ISO8601 datetime range | |
| 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 |