List Company Webhooks Resources
list_company_webhooks_resourcesEnumerate company webhooks resources with paginated results. Filter by query parameters to find IDs and manage webhooks efficiently.
Instructions
Returns a List of webhooks resources for the company. Use this to enumerate Webhooks when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Webhooks. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, payload_version. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v2.0/companies/{company_id}/webhooks/resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| payload_version | Yes | Query string parameter — the payload version for this Webhooks operation | |
| 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) |