List Webhooks Resources API Versions
list_webhooks_resources_api_versionsList webhook resource API versions for a project with pagination support. Enumerate webhooks, find IDs, and filter by query parameters.
Instructions
Returns the list of Webhook Resources API Versions for the given scope. 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: project_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v1.0/webhooks/resources/api_versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |