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
Query Parameters
Body ()
Business Query Payload
Root Schema : BusinessQuery
Type: object
Show Source
Nested Schema : dimensions
Type: array
Show Source
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : filters
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : AttrObject
Type: object
Show Source
Nested Schema : defaultValue
Type: object
Nested Schema : Msg
Type: object
Show Source
Nested Schema : allAvailableTranslationsForProjectLanguages
Type: object
Additional Properties Allowed
Show Source
Nested Schema : Filter
Type: object
Show Source
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()

201 Response

Created
Body ()
Root Schema : analyticsResult
Type: object
Show Source
Nested Schema : columnsInfo
Type: array
Show Source
Nested Schema : rows
Type: array
Show Source
Nested Schema : ColumnMetadata
Type: object
Show Source
Nested Schema : Row
Type: object
Show Source
Nested Schema : values
Type: array
Show Source
Nested Schema : items
Type: object

400 Response

Bad Request

401 Response

Unauthorized

500 Response

Internal Server Error
Back to Top