Field Name | Type | Description |
---|
repClauseList | ArrayOfReportClause | |
Example Request:
ADDREPORTCLAUSE
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"reportingClauseList":[
{
"reportId": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"semanticLayerItemId": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"parentClause": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"operator": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"clauseType":"?",
"operand":"?",
"value":"?",
"value1":"?",
"formula":"?",
"formulaType":"?",
"tableName":"?"
} ],
"reportingDisplayList":[
{
"report": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"semanticItem": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"prefix":"?",
"display":"?",
"tableName":"?",
"tabPrefix":"?",
"possibleValues":"?",
"type":"?",
"colName":"?"
} ]
}
Example Response:
{
"id":2147483647,
"reportingClauseList":[
{
"id":2147483647,
"reportId": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"semanticLayerItemId": {
"id":2145246200,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"parentClause": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"operator": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"clauseType":"?",
"operand":"?",
"value":"?",
"value1":"?",
"formula":"?",
"formulaType":"?",
"tableName":"?"
} ],
"reportingDisplayList":[
{
"id":803078041,
"report": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"semanticItem": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"prefix":"?",
"display":"?",
"tableName":"?",
"tabPrefix":"?",
"possibleValues":"?",
"type":"?",
"colName":"?"
} ]
}
getReportClause POST Interface
Method: POST
Relative URL: reporting-clause/get
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
reportId | ID | |
Response Structure:
Field Name | Type | Description |
---|
repClauseList | ArrayOfReportClause | |
Example Request:
GETREPORTCLAUSE
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"flag":?
}
Example Response:
{
"id":1991391340,
"reportingClauseList":[
{
"id":2147483647,
"reportId": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"semanticLayerItemId": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"parentClause": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"operator": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"clauseType":"?",
"operand":"?",
"value":"?",
"value1":"?",
"formula":"?",
"formulaType":"?",
"tableName":"?"
} ],
"reportingDisplayList":[
{
"id":2147483647,
"report": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"semanticItem": {
"id":2147483647,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"prefix":"?",
"display":"?",
"tableName":"?",
"tabPrefix":"?",
"possibleValues":"?",
"type":"?",
"colName":"?"
} ]
}