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

    startDate date-time

    Search by start date

    endDate date-time

    Search by end date

    page integer

    Possible values: >= 1

    Default value: 1

    Specify the page number for pagination (default is 1).

    limit integer

    Default value: 10

    Specify the number of results per page (default is 10, 0 gets all results).

    orderBy string

    Possible values: [createdAt, name]

    Field to order the results by (e.g., 'createdAt', 'ownerId'). Default is 'createdAt'.

    sortOrder string

    Possible values: [asc, desc]

    Default value: desc

    'asc' for ascending or 'desc' for descending order. Default is 'desc'.

Responses

List of global assets

Schema

  • Array [

  • description string

    Asset description

    createdAt date-time

    Time representation of Asset creation

    tags string[]

    Asset tags

    name stringrequired

    Asset name

    projectId projectId (string)

    Unique identifier for Project

    id string

    Unique identifier for Asset

    data string

    Asset data

    schemaId schemaId (string)

    Unique identifier for Schema

    url string

    Asset URL

    type string
  • ]

Loading...