Get Interactive
GET/visualisation/interactive/:id/:order_index/:bin_index
Get Interactive
Request
Path Parameters
id object-idrequired
order_index Order Indexrequired
bin_index Bin Indexrequired
Query Parameters
offline Offline
Responses
- 202
- 404
- 422
Successful Response
- text/html
- Schema
Schema
string
Request not found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD2
- ]
- ]
detail object[]
loc object[]required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...