Get OwnIdentityAttributes
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
queryallows to specify the conditions for the returned OwnIdentityAttributes. In detail, the following keys may be used:createdAtdescribes the time when the OwnIdentityAttribute was created.- The fields
content.value.@typeandcontent.tagscan be used to describe the queried IdentityAttribute. isDefaultstates whether an OwnIdentityAttribute is the default for its value type.wasViewedAtdescribes the time when the OwnIdentityAttribute was firstly viewed.
- Optionally,
onlyLatestVersionscan 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.