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
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.