Get Company Naming Standard Rules
get_company_naming_standard_rulesRetrieve all company naming standard field rules, including inactive and defaults, ordered by modified date. Use when you need a rule's complete field set.
Instructions
Returns all field rules (naming standard) for the company, including inactive, ordered by modified date. Always includes the Procore Default naming rule in addition to company- or project-specific rules. Use this when you already know which company naming standard rule you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the company naming standard rule. 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. Procore API (v2.0): Core > Assets. Endpoint: GET /rest/v2.0/companies/{company_id}/assets/settings/naming_standard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| Accept-Language | No | JSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo) | |
| include_lov_codes | No | Query string parameter — when true, active rules are enriched with LOV entries and their code mappings for LOV-type fields used in the expression. |