Data Models
Path parameters
idstringRequired
Body
Responses
200Success
application/json
post
POST /v1/bi/data-models/{id}/fetch HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"params": {
"uid": "text",
"organizationUid": "text",
"parameters": [
{
"key": "text",
"value": {}
}
],
"lang": 1
}
}
200Success
{
"app": "text",
"service": "text",
"warnings": [
{}
],
"instanceId": "text",
"requestId": "text",
"data": {
"output": [
{}
],
"parameters": [
{
"key": "text",
"value": {}
}
],
"next": "text"
}
}
Was this helpful?