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 attributeId belonging to a LocalAttribute you would like to know all versions of

On Success

  • If the attributeId refers to a RepositoryAttribute, a list of all versions of this RepositoryAttribute will be returned.
  • If the attributeId refers to an own shared IdentityAttribute, a list of all versions of that Attribute shared with the same peer will be returned.
  • If the attributeId refers to a peer shared IdentityAttribute, a list of all versions of that Attribute received from the peer will be returned.
  • If the attributeId refers to a RelationshipAttribute, a list of all versions of that RelationshipAttribute will be returned.

On Failure

  • No Attributes can be returned, if the attributeId doesn’t belong to a valid LocalAttribute.

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: