Skip to main content

Get all global assets

GET 

/assets/global

Get all global assets

Request

Query Parameters

    tags string[]

    The tags of the assets to grab

    type assetType

    The type of the assets to grab

Responses

List of global assets

Schema

  • Array [

  • 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...