Get link asset versions

Returns the versions of an asset in a Review Link

This call returns an array of all the versions of an asset in a Review Link. The array includes the current version of an asset (the “active” version) and any previous (“inactive”) versions of the asset.

The response includes each version’s properties, including its name and asset id. Note that the status property indicates which version is the active version and which ones are inactive versions. For an overview of version properties, please see the table in Get versions. For an overview of properties contained in the asset object, please see the table in Get asset.

Two path parameter are required to make this call:

  • A Review Link id
  • The id of a versioned asset contained in the Review Link

A 200 code is returned when a matching asset is found. If the asset whose id you entered is not a versioned asset, then a 404 is returned. If the asset is not contained in the Review Link whose id you entered, then a 404 is returned with the message “That asset is not active in this QuickLink.”

Language
Authorization
URL
Click Try It! to start a request and see the response here!