List Default Correspondence Types
list_default_correspondence_typesList all default correspondence types available for a company. Use to enumerate custom configurable tools, find IDs, or filter results with pagination.
Instructions
Returns the default correspondence types available for the company. These are the predefined types that can be used when creating generic tools. Use this to enumerate Custom - Configurable Tools when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Custom - Configurable Tools. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API (v2.0): Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v2.0/companies/{company_id}/generic_tools/default_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |