Skip to main content

TrainingCampaignSummaryResponse

iduuid
namestringrequired

Possible values: non-empty

activeUsersint32
totalUsersint32
avgEngagementdouble
avgKnowledgedouble
avgTimeSpentint32
activeNoActionint32
activeAcknowledgedint32
activeInProgressint32
activeCompletedint32
activeFailedint32
totalNoActionint32
totalAcknowledgedint32
totalInProgressint32
totalCompletedint32
totalFailedint32
TrainingCampaignSummaryResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"activeUsers": 0,
"totalUsers": 0,
"avgEngagement": 0,
"avgKnowledge": 0,
"avgTimeSpent": 0,
"activeNoAction": 0,
"activeAcknowledged": 0,
"activeInProgress": 0,
"activeCompleted": 0,
"activeFailed": 0,
"totalNoAction": 0,
"totalAcknowledged": 0,
"totalInProgress": 0,
"totalCompleted": 0,
"totalFailed": 0
}