query

attributesDefinition

Get the list of attributes definition.
Arguments
excludingIds
[String]
Array of attribute IDs to be excluded from the result.
slug
String
Filter by the unique attribute slug.
Filter by the attribute type (e.g., string, number, dropdown).
customerEditable
Boolean
Filter by whether the attribute is customer-editable.
encrypted
Boolean
Filter by whether the attribute is stored in encrypted format.
pinned
Boolean
Filter by whether the attribute is pinned.
pinOrder
Int
Filter by the order in which the attribute is pinned.
isLocked
Boolean
Filter by whether the attribute is locked from editing.
name
String
Filter by attribute name using partial, case-insensitive matching.
registrationEnabled
Boolean
Filter by whether the attribute is enabled during registration.
Filter by the registration type such as 'mandatory' or 'optional'.
pageNo
Int
The page number for paginated results. Default is 1.
pageSize
Int
The number of results to return per page. Default is 10.
Response
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...