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 a RepositoryAttribute, a list of all versions of this RepositoryAttribute will be returned. - If the
attributeIdrefers to an own shared IdentityAttribute, a list of all versions of that Attribute shared with the same peer will be returned. - If the
attributeIdrefers to a peer shared IdentityAttribute, a list of all versions of that Attribute received from the peer will be returned. - If the
attributeIdrefers to a RelationshipAttribute, a list of all versions of that RelationshipAttribute will be returned.
On Failure
- No Attributes can be returned, if the
attributeIddoesn’t belong to a valid LocalAttribute.