List Custom Objects
Custom Objects
List Custom Objects
Returns a paginated list of custom objects for the given type.
Sorting: createdAt (default), updatedAt, displayName
Required permission: company.fmv1_custom_object:read
GET
List Custom Objects
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Custom object type in snake_case format (e.g., vehicle, building_info)
Query Parameters
Field to sort by
Available options:
createdAt, updatedAt, displayName Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1