Load RelationshipTemplate created by others
This use case loads a peer’s RelationshipTemplate from the Backbone by a given reference to the RelationshipTemplate.
Parameters
There are two different options to use this use case, depending on the actual information received by the peer:
- by knowing a
truncatedReference
of the peer’s RelationshipTemplate (RelationshipTemplateReferenceTruncated)reference
as string
- by knowing a
truncatedReference
of the peer’s Token, which references to the peer’s RelationshipTemplate TokenReferenceTruncatedreference
as string
On Success
- Returns the RelationshipTemplate.
On Failure
- The parameters are malformed.
- The RelationshipTemplate does not exist.
- The RelationshipTemplate is expired.
- The
maxNumberOfAllocations
of the RelationshipTemplate are depleted. - The RelationshipTemplate is personalized to a different Identity via the property
forIdentity
of the RelationshipTemplate.