This use case is intended to retrieve Attributes that a peer has shared with the current Identity as LocalAttributes. The LocalAttributes can be specified using a complex query.

Parameters

  • peer is the Address of the Identity that shared the LocalAttributes.
  • onlyValid filters the requested LocalAttributes to only consider currently valid LocalAttributes if set.
  • query describes the requested LocalAttributes in detail.
  • hideTechnical filters out technical LocalAttributes if set.

On Success

  • Returns a list of LocalAttributes shared by the peer that match the query.

On Failure

  • The parameters are malformed.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use-case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: