This use case is intended to return all OwnIdentityAttributes. In case of Attribute succession, by default only the latest version will be returned. The OwnIdentityAttributes can be specified using a complex query.

Parameters

  • query allows to specify the conditions for the returned OwnIdentityAttributes. In detail, the following keys may be used:
    • createdAt describes the time when the OwnIdentityAttribute was created.
    • The fields content.value.@type and content.tags can be used to describe the queried IdentityAttribute.
    • isDefault states whether an OwnIdentityAttribute is the default for its value type.
    • wasViewedAt describes the time when the OwnIdentityAttribute was firstly viewed.
  • Optionally, onlyLatestVersions can be disabled, such that in case of Attribute succession all versions will be returned.

On Success

  • An array of OwnIdentityAttributes will be returned. It contains all OwnIdentityAttributes that match the query.

On Failure

  • No OwnIdentityAttributes can be returned if the parameters are malformed.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: