Skip to main content
Log inSign up
query

Requires read_metaobjects access scope.

Retrieves a metaobject by handle.

The identifier of the metaobject to return.


Was this section helpful?

Provides an object instance represented by a MetaobjectDefinition.

capabilities
non-null

Metaobject capabilities for this Metaobject.

createdBy
non-null

The app used to create the object.

createdByApp
non-null

The app used to create the object.

createdByStaff

The staff member who created the metaobject.

definition
non-null

The MetaobjectDefinition that models this object type.

displayName
non-null

The preferred display name field value of the metaobject.

field

The field for an object key, or null if the key has no field definition.

fields
non-null

All ordered fields of the metaobject with their definitions and values.

handle
non-null

The unique handle of the object, useful as a custom ID.

id
non-null

A globally-unique ID.

referencedBy
non-null

List of back references metafields that belong to the resource.

thumbnailField

The recommended field to visually represent this metaobject. May be a file reference or color field.

type
non-null

The type of the metaobject.

updatedAt
non-null

When the object was last updated.

staffMember

The staff member who created the metaobject.


Was this section helpful?