List versions of an asset
POST/assets/listVersions
List versions of an asset.
Request
- application/json
Body
assetIdentifier string
limit integer
offset integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
success string
error string
errorcode integer
count integer
data object[]
assetId string
assetIdentifier string
assetVersion string
assetMeta object
assetSize integer
created integer
assetStatus string
next string
{
"success": "string",
"error": "string",
"errorcode": 0,
"count": 0,
"data": [
{
"assetId": "string",
"assetIdentifier": "string",
"assetVersion": "string",
"assetMeta": {},
"assetSize": 0,
"created": 0,
"assetStatus": "string"
}
],
"next": "string"
}
Loading...