List Company Vendor Comments
list_company_vendor_commentsRetrieve paginated comments for a specified company vendor. Use to view or filter comments by providing company and vendor IDs.
Instructions
Return a list of Comments for the specified Company Vendor. 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, vendor_id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/companies/{company_id}/vendors/{vendor_id}/comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| sort | No | Query string parameter — return items with the specified sort. | |
| 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) |