Get Attributes
This use case is intended to query LocalAttributes. 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.parentIdcan be used to find the child Attributes of a complex IdentityAttribute.- The fields of
contentcan be used to describe the queried Attribute (either an IdentityAttribute or a RelationshipAttribute). succeedsandsucceededBygive information about the succession state of the LocalAttribute.- The fields of the
shareInfodescribe if the LocalAttribute is shared with a peer and specify its LocalAttributeShareInfo. - The fields of the
deletionInfodescribe the LocalAttributeDeletionInfo of a shared LocalAttribute. isDefaultstates whether a RepositoryAttribute is the default for its value type.
- If
onlyValidis set totrue, LocalAttributes that exceed their validity frame defined byvalidFromandvalidTowill not be returned. - If
hideTechnicalis set totrue, RelationshipAttributes withisTechnicaltruewill not be returned.
On Success
- Returns a list of LocalAttributes that match the parameters.
On Failure
- The parameters are malformed.