Skip to main content

TrainingCampaignUserDetailResponse

userIduuid
userSourceIdentifierstringrequired

Possible values: non-empty

statusstringrequired

Possible values: non-empty

departmentstring | nullnullable
countrystringrequired

Possible values: non-empty

trainingStatusstringrequired

Possible values: non-empty

engagmentScoredoublenullable
knowledgeScoredoublenullable
productivityScoredoublenullable
intentionToComplyScoredoublenullable
selfEfficacyScoredoublenullable
enrolledAtdate-time
completedAtdate-timenullable
startedAtdate-timenullable
lastAccessedAtdate-timenullable
dashboardUrlstring | nullnullable
modules object[]required
  • Array [
  • moduleIduuid
    moduleNamestring | nullnullable
    moduleStatusstring | nullnullable
    completedAtdate-timenullable
    timeSpentSecondsint32
    ratingdoublenullable
    commentIduuidnullable
  • ]
  • attempts object[]required
  • Array [
  • passedboolean
    scoredouble
    attemptedAtdate-time
  • ]
  • TrainingCampaignUserDetailResponse
    {
    "userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "userSourceIdentifier": "string",
    "status": "string",
    "department": "string",
    "country": "string",
    "trainingStatus": "string",
    "engagmentScore": 0,
    "knowledgeScore": 0,
    "productivityScore": 0,
    "intentionToComplyScore": 0,
    "selfEfficacyScore": 0,
    "enrolledAt": "2024-07-29T15:51:28.071Z",
    "completedAt": "2024-07-29T15:51:28.071Z",
    "startedAt": "2024-07-29T15:51:28.071Z",
    "lastAccessedAt": "2024-07-29T15:51:28.071Z",
    "dashboardUrl": "string",
    "modules": [
    {
    "moduleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "moduleName": "string",
    "moduleStatus": "string",
    "completedAt": "2024-07-29T15:51:28.071Z",
    "timeSpentSeconds": 0,
    "rating": 0,
    "commentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
    ],
    "attempts": [
    {
    "passed": true,
    "score": 0,
    "attemptedAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }