Specifies the time and date that the account is created or updated.
meta.timestamps.created_at
string
Specifies the date the account is created.
meta.timestamps.updated_at
string
Specifies the date the account is last updated.
The relationships object
Attribute
Type
Description
relationships.parent
object
Provides details about the relationship between the account and the parent account.
relationships.parent.data
object
Specifies the details of the parent account.
relationships.parent.data.id
string
Specifies the ID of the parent account.
relationships.parent.data.type
string
Specifies the type of the parent account.
relationships.ancestors
object
Displays an array with the details about the relationship between an account and the ancestors of the account. The first index of the array is the top-level account, and the last index is the parent of this account. This field is displayed only if the account consists of ancestors.
relationships.ancestors[x].data
object
Specifies the information regarding a specific ancestor.
relationships.ancestors[x].data.id
string
Specifies the ID of the ancestor.
relationships.ancestors[x].data.type
string
Specifies the type of the ancestor.
Filtering
The following operators and attributes are available for filtering accounts:
Operator
Description
eq
Checks whether the values of two operands are equal. If the values are equal, the condition is true.
like
Checks if the operand contains the specified string. You can use wildcard characters in operand.