Skip to main content

Get detailed asset

GET 

/api/v1/assets/:id/detail

Request

Path Parameters

    id stringrequired

    ID of the asset

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

    id string
    name string
    aliasIds string[]

    dacs

    object

    id int32
    startDate string

    history

    object[]

  • Array [

  • id int32
    startDate string
  • ]

Loading...