List Company Inactive Vendors
list_company_inactive_vendorsReturn a paginated list of inactive vendors for a company. Use to find vendor IDs or filter by page, view, and sort. Requires company_id.
Instructions
Return a list of all Inactive 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/companies/{company_id}/vendors/inactive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path 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) | |
| 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. | |
| sort | No | Query string parameter — return items with the specified sort |