Get Asset Naming Fields
get_asset_naming_fields_companyRetrieve all fields available for the asset naming standard expression builder, including default Procore fields, parent_asset_id, and custom fields. Provide a company_id to obtain the full field set.
Instructions
Returns all fields available for the naming standard expression builder, including procore default naming fields, parent_asset_id, and eligible custom fields from all fieldsets. Use this when you already know which asset naming field 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 asset naming field. 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/fields
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) |