List Permission Templates
list_permission_templatesRetrieve a paginated list of permission template names and IDs for a specified company, with optional filtering by template type.
Instructions
Returns the Permission Template names and IDs for the specified 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}/permission_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| filters__type | No | Query string parameter — allows filtering by template type. If none is provided, default is "project_tools". Allowed types = company_tools, project_tools, global. Example - ?filters[type]=company_tools | |
| view | No | Query string parameter — returns detailed permission templates if view=with_permissions is specified. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |