Get ForwardingDetails for Attribute
This use case allows you to retrieve a list of AttributeForwardingDetails for a given LocalAttribute. Since only the LocalAttribute subtypes OwnIdentityAttribute, OwnRelationshipAttribute, and PeerRelationshipAttribute represent forwardable Attributes, AttributeForwardingDetails can only exist for such LocalAttributes.
Parameters
- The
attributeIdbelonging to a LocalAttribute you would like to retrieve AttributeForwardingDetails of. queryallows to specify the conditions for the returned AttributeForwardingDetails. In detail, the following keys may be used:peerdescribes the Identity the LocalAttribute is shared with.sourceReferencedescribes theidof the LocalRequest or LocalNotification the LocalAttribute was sent with.sharedAtdescribes the time when the LocalAttribute was shared.- The fields of the
deletionInfodescribe the EmittedAttributeDeletionInfo of the AttributeForwardingDetails.
On Success
- Returns a list of AttributeForwardingDetails for the LocalAttribute belonging to the given
attributeIdthat match the query.
On Failure
- No AttributeForwardingDetails can be returned if the
attributeIdcorrelates to an unknown LocalAttribute. - No AttributeForwardingDetails can be returned if the parameters are malformed.