list_company_vendors
Retrieve vendor information from Procore by specifying a company ID, with options to filter, search, and sort results for efficient vendor management.
Instructions
List company vendors. [Core/Directory] GET /rest/v1.0/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Specifies which view of the resource to return (which attributes should be present in the response). The default view is extended. | |
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__origin_id | No | Origin ID. Returns item(s) with the specified Origin ID. | |
| filters__search | No | Return vendors where the search string matches the vendor name, keywords, origin_code, or ABN/EIN number | |
| filters__created_at | No | Return items within a specific created at ISO8601 datetime range | |
| filters__updated_at | No | Return items within a specific updated at ISO8601 datetime range | |
| 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) | |
| sort | No | Return items with the specified sort |