Gets the data for a given query
GET {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/queries/:qid/result?start_objid=<string>&overlayid=<string>&lcid=<string>
Body
PARAM
Key | Datatype | Required | Description |
start_objid
|
string | Start object for the query | |
overlayid
|
string | Overlay Id | |
lcid
|
string | Project language |
HEADERS
Key | Datatype | Required | Description |
Comos-API-Session
|
string | (Required) Comos SessionId that needs to be passed with every request except Login | |
Accept
|
string |
RESPONSES
status OK
{
"Columns": [
{
"Id": -6592401,
"Alignment": 1,
"Width": 87560284,
"Visible": true,
"DisplayDescription": "dolore pariatur in in officia",
"Numeric": true,
"WrapText": false,
"IsDate": true
},
{
"Id": -88536475,
"Alignment": 0,
"Width": 15058947,
"Visible": false,
"DisplayDesc Curl curl -X GET '//public/api/projects/v1/dbs/:dbid/projects/:projid/queries/:qid/result?start_objid=<string>&overlayid=<string>&lcid=<string>?start_objid=<string>&overlayid=<string>&lcid=<string>' -H 'Comos-API-Session: <string>' -H 'Accept: application/json' ENDPOINTS |