Get RepositoryAttributes
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
queryallows to specify the conditions for the returned LocalAttributes. In detail, the following keys may be used:createdAtdescribes the time when the LocalAttribute was created.- The fields of
contentcan be used to describe the queried IdentityAttribute. isDefaultstates whether a RepositoryAttribute is the default for its value type.
- Optionally,
onlyLatestVersionscan 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.