This use case is intended to return all RepositoryAttributes. RepositoryAttributes are own LocalAttributes with an IdentityAttribute as content that are classified by an undefined shareInfo. In case of Attribute succession, by default only the latest version will be returned. The LocalAttributes can be specified using a complex query.

Parameters

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

On Success

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

On Failure

  • No LocalAttributes 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: