v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Asset

Provide a single resource - Asset

Retrieves a Asset resource.

get/assets/{id}

Path parameters

idstring required

Resource identifier

Headers

X-Quable-Localestring

Response

Asset resource

namestring
activeboolean
externalboolean
attributesobject
metadataobject nullable
urlstring
originalFilenamestring
thumbnailUrlstring
previewUrlstring
dateCreatedstring date-time nullable

This is an ISO datetime

dateModifiedstring date-time nullable

This is an ISO datetime

thumbnailsobject
fileSizeinteger nullable
checksumstring nullable
idstring

This is the unique identifier of the resource

legacyIdinteger

Example response

{
  "classifications": [
    {
      "id": "identifier_example"
    }
  ],
  "documentLinks": [
    {
      "linkType": {
        "id": "identifier_example"
      },
      "id": "identifier_example"
    }
  ],
  "variantLinks": [
    {
      "linkType": {
        "id": "identifier_example"
      },
      "id": "identifier_example"
    }
  ],
  "id": "identifier_example"
}