getStudioAssetKpis

SecurityAuthorization
Request
query Parameters
validate
boolean
Default: false
Request Body schema: application/json
appName
string (StudioAppName)
Enum: "APPS" "STUDIO"
assetIds
Array of strings unique
from
required
string <date>
groupIds
Array of strings unique
packageIds
Array of strings unique
period
string (Period)
Enum: "MONTH" "WEEK" "DAY"
spaceIds
Array of strings unique
to
required
string <date>
userIds
Array of strings unique
userType
string (UserType)
Enum: "CELONIS_USER" "NON_CELONIS_USER"
Responses
200

OK

204

No Content

400

Bad Request

403

Forbidden

500

Internal Server Error

post/platform-adoption/api/studio/analytics/kpis
Request samples
application/json
{
  • "appName": "APPS",
  • "assetIds": [
    ],
  • "from": "2019-08-24",
  • "groupIds": [
    ],
  • "packageIds": [
    ],
  • "period": "MONTH",
  • "spaceIds": [
    ],
  • "to": "2019-08-24",
  • "userIds": [
    ],
  • "userType": "CELONIS_USER"
}
Response samples
application/json
{
  • "averageUsersPerPackage": 0,
  • "averageUsersPerPackageTrend": 0,
  • "userCount": 0,
  • "userCountTrend": 0,
  • "viewsCount": 0,
  • "viewsCountTrend": 0
}