Get Asset Version History

Retrieve a list of all versions of an Asset by specifying an Object ID or Original File ID in the request path.

The user requesting the Asset must have view access to the Asset in order to retrieve the Asset version history.

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
id
required
string

Object ID or File ID of the asset.

header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Responses
200

Successful operation

401

Unauthorized. Missing Authorization or AccessToken or expired token

403

Returns JSON object with error message

get/asset/{id}/version
Request samples
Response samples
application/json
[
  • {
    }
]