Execute
post
Authorizations
Body
applicationIdstringOptional
queryIdstringOptional
libraryQueryIdstringWrite-onlyOptional
libraryQueryRecordIdstringWrite-onlyOptional
viewModebooleanOptional
pathstring[]Optional
applicationQueryRequestbooleanOptional
Responses
200
OK
*/*
post
POST /query/execute HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 324
{
"applicationId": "text",
"queryId": "text",
"libraryQueryId": "text",
"libraryQueryRecordId": "text",
"params": [
{
"key": "text",
"value": {}
}
],
"viewMode": true,
"path": [
"text"
],
"applicationQueryRequest": true,
"libraryQueryCombineId": {
"libraryQueryId": "text",
"libraryQueryRecordId": "text",
"usingEditingRecord": true,
"usingLiveRecord": true
}
}
200
OK
{
"data": {},
"headers": {},
"success": true,
"code": 1,
"queryCode": "text",
"hintMessages": [
"text"
],
"message": "text"
}