Asset History API

An Asset History is a record of all the versions of a particular asset.

Asset History Retrieval

GET /v1/history/(asset_key)

Get the Asset History associated to a particular Asset.

Status Codes:

http

GET /v1/asset-history/{key} HTTP/1.1
Host: localhost:5635

curl

curl -i 'http://localhost:5635/v1/asset-history/{key}'

wget

wget -S -O- 'http://localhost:5635/v1/asset-history/{key}'

httpie

http 'http://localhost:5635/v1/asset-history/{key}'

python-requests

requests.get('http://localhost:5635/v1/asset-history/{key}')

response

HTTP/1.1 200 OK
Location: http://localhost:5635/v1/asset-history/{key}

[]