Returns a single custom object by ID. The response includes both data
(regular field values) and relationships (linked entity IDs).
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)
Custom object identifier
Custom object details
A custom object entity. The data field contains regular field values
and the relationships field contains IDs of related entities keyed by
field reference ID.
Custom object identifier
Company identifier
The object type in snake_case format
Computed display name based on the type's display name expression
Dynamic field data for the custom object. Keys are field referenceIds
defined in the company's field configuration. Only includes regular
(non-relationship) fields.
Relationship data keyed by field referenceId. Values are either a
single UUID string (for single-cardinality relationships) or an array
of UUID strings (for multi-cardinality relationships).
When the custom object was created
When the custom object was last updated
User ID who created the custom object
User ID who last updated the custom object