Skip to main content

Retrieve an existing asset

GET 

/asset/:assetId

Retrieve an existing asset

Request

Path Parameters

    assetId assetIdrequired

    ID of the asset to retrieve

Responses

Asset successfully retrieved

Schema

    name stringrequired

    Asset name

    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    type string
    data string

    Asset data

    id string

    Unique identifier for Asset

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    createdAt date-time

    Time representation of Asset creation

    description string

    Asset description

Loading...