Skip to main content

Get a list of asset models

GET 

/AssetModels

Interface to API endpoint "AssetModels". Gets asset models in logged-in user's account from graph. Gets details of selected asset models from graph.

Request

Query Parameters

    type stringrequired

    Method type, e.g., "GET_LIST". example: GET_LIST

Responses

200 response

Response Headers

  • Access-Control-Expose-Headers

    string

    manages CORS exposed headers

  • Access-Control-Allow-Origin

    string

    manages CORS

  • Content-Range

    string

    data range of result

  • X-Total-Count

    string

    length of output

  • Access-Control-Allow-Headers

    string

    manages header for CORS

  • Content-Type

    string

    data type of content

Schema

  • Array [

  • updateDate string
    customProperties string
    customerIndustry string
    modelFamily string
    name stringrequired
    description string
    id stringrequired
    label stringrequired
    env string
    modelYear stringrequired
    type string
    status stringrequired
  • ]

Loading...