Get The Specifications User Permissions
get_the_specifications_user_permissionsRetrieve a specifications user permission's full field set for a Procore project using company and project IDs. Returns a single JSON object with read-only access.
Instructions
Retrieves a single specifications user permission in the specified Procore project. Use this when you already know which specifications user permission you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the specifications user permission. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id. Procore API (v2.0): Project Management > Specifications. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/specification_configuration/user_permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__query | No | Query string parameter — return item(s) containing search query |