Create or Execute an Analytics Query
post
/ic/api/process/v1/analyticsqueries
Create an analytics query or Execute an analytic query without saving.
Request
Supported Media Types
- application/json
Query Parameters
-
action: string
action value to execute or not
Business Query Payload
Root Schema : BusinessQuery
Type:
Show Source
object-
activityName:
string
-
aggregation:
string
-
dimensions:
array dimensions
-
doName:
string
-
entityAttributes:
array entityAttributes
-
filters:
array filters
-
measureName:
string
-
measureType:
string
Allowed Values:
[ "COUNTER", "MEASURE" ] -
queryType:
string
Allowed Values:
[ "TACTICAL", "REAL_TIME" ] -
transientAttributes:
object transientAttributes
Additional Properties Allowed: additionalProperties
Nested Schema : AttrObject
Type:
Show Source
object-
attrType:
string
Allowed Values:
[ "VALUE", "REF" ] -
contentType:
string
Allowed Values:
[ "OBJECT", "NATIVE_OBJECT", "LIST", "SORTED_LIST", "MAP" ] -
defaultValue:
object defaultValue
-
id:
string
-
msg:
object Msg
Nested Schema : defaultValue
Type:
objectNested Schema : Msg
Type:
Show Source
object-
allAvailableTranslationsForProjectLanguages:
object allAvailableTranslationsForProjectLanguages
Additional Properties Allowed: additionalProperties
-
argCount:
integer(int32)
-
bundleName:
string
-
bundleShortName:
string
-
code:
string
-
detail:
string
-
imageFile:
string
-
imageResource:
string(url)
-
localizedLogMessage:
string
-
logComponent:
string
Allowed Values:
[ "DEFAULT" ] -
mnemonic:
string
-
nonLocalizedString:
string
-
string:
string
Nested Schema : allAvailableTranslationsForProjectLanguages
Type:
objectAdditional Properties Allowed
Show Source
Nested Schema : Filter
Type:
Show Source
object-
conditionalType:
string
Allowed Values:
[ "GREATER_THAN", "GREATER_THAN_EQUALS_TO", "LESS_THAN_EQUALS_TO", "EQUALS_TO", "LESS_THAN", "NEVER", "ALWAYS" ] -
conditionalValue:
string
-
entityAttributes:
array entityAttributes
-
transientAttributes:
object transientAttributes
Additional Properties Allowed: additionalProperties
-
variable:
string
Nested Schema : additionalProperties
Type:
objectNested Schema : additionalProperties
Type:
objectResponse
Supported Media Types
- application/json
200 Response
successful operation
201 Response
Created
Nested Schema : items
Type:
object400 Response
Bad Request
401 Response
Unauthorized
500 Response
Internal Server Error