Returns Specific Template
returns_specific_templateRetrieve a specific Permission Template and its permitted actions from Procore. Provide company ID and template ID to get detailed directory information.
Instructions
Returns the Permission Template along with its permitted actions. Use this to read information about Directory records from Procore. Returns a JSON object describing the requested Directory records. Required parameters: company_id, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/companies/{company_id}/permission_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — the ID of the permission template to be retrieved | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |