Skip to main content

Get all assets

GET 

/api/v1/assets

Request

Query Parameters

    dacsId string

    ID of DACS category to filter on

Responses

successful operation

Schema

    serverTime date-time
    error stringnullable

    description of error in natural language, absent in case of successful operation

    payload

    object[]

    nullable

    The response data

  • Array [

  • id string

    Asset ID

    name string

    Asset name

    aliasIds string[]nullable

    List of other (alias) IDs used to represent this asset

    dacsId int32

    the ID of the DACS category this asset belongs to

  • ]

Loading...