Get versions of an Attribute
Succeeding an Attribute allows you to update its content, while keeping all versions for a coherent history.
This use case allows you to retrieve a list of all those versions of the succession chain for a specified LocalAttribute.
Parameters
- The
attributeIdbelonging to a LocalAttribute you would like to know all versions of.
On Success
- If the
attributeIdrefers to an OwnIdentityAttribute, a list of all versions of this OwnIdentityAttribute will be returned. - If the
attributeIdrefers to a PeerIdentityAttribute, a list of all versions of that Attribute received from the peer will be returned. - If the
attributeIdrefers to an OwnRelationshipAttribute or a PeerRelationshipAttribute, a list of all versions of this OwnRelationshipAttribute or PeerRelationshipAttribute will be returned. - If the
attributeIdrefers to a ThirdPartyRelationshipAttribute, a list of all versions of that Attribute received from the peer will be returned.
On Failure
- No Attributes can be returned if the
attributeIddoesn’t belong to a valid LocalAttribute.