Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jwalton922/e7747400c53fec263e92d97563dbd4fb to your computer and use it in GitHub Desktop.
Save jwalton922/e7747400c53fec263e92d97563dbd4fb to your computer and use it in GitHub Desktop.
{
"correlationId": "UUID",
"totalCount": 1,
"itemCount": 1,
"page": 1,
"pageSize": 1,
"productId": "eText",
"courseSectionId": "59cc16f2e4b0f389a4688b44",
"timePeriod": "ALL",
"startDateTime":"2018-01-31T06:00:00Z",
"endDateTime": "2018-02-07T06:00:00Z"
"data": [
{
"startTimePeriod": "2018-01-31T06:00:00Z",
"endTimePeriod": "2018-02-07T06:00:00Z"
"persons": [
{
"personId": "person1",
"personViewedCount": 3,
"averageTimeSpentTotalPerView": "00:10:32.5",
"timeSpentAssessing": "00:31:15.0",
"timeSpentLearning": "01:15:00.0",
"timeSpentOther": "00:00:00.0",
"timeSpentTotal": "01:46:15.0"
},
{
"personId": "person2",
"personViewedCount": 3,
"averageTimeSpentTotalPerView": "00:10:32.5",
"timeSpentAssessing": "00:31:15.0",
"timeSpentLearning": "01:15:00.0",
"timeSpentOther": "00:00:00.0",
"timeSpentTotal": "01:46:15.0"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment