Returns the field configuration for a custom object type. The response includes:
data: A JSON Schema describing the regular fields available for
create and update operations.relationships: An array of relationship field metadata, each
containing the fieldRefId to use with the relationship management
endpoints.Required permission: company.fmv1_custom_object:read
API key authentication. Include your API key in the Authorization header.
Company identifier
Custom object type in snake_case format (e.g., vehicle, building_info)
Configuration for custom object type
Configuration response for a custom object type. Returns the JSON Schema for data fields and metadata about relationship fields.
Standard JSON Schema (draft 2020-12) describing field definitions
for Field Model V1 entities. Includes a required array listing
fields that must be provided.
Relationship fields available on this custom object type. Each entry
provides the fieldRefId to use when adding or removing relationships
via the relationship management endpoints.