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
- 400
- 401
- 502
- 504
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
- application/json
- Schema
- Example (from schema)
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
[
{
"updateDate": "string",
"customProperties": "string",
"customerIndustry": "string",
"modelFamily": "string",
"name": "string",
"description": "string",
"id": "string",
"label": "string",
"env": "string",
"modelYear": "string",
"type": "string",
"status": "string"
}
]
400 response
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
401 response
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "string"
}
502 response
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "string"
}
504 response
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "string"
}
Loading...