Skip to content

Instantly share code, notes, and snippets.

@jwalton922
Last active February 16, 2018 15:55
Show Gist options
  • Save jwalton922/0bba76181bab6a96292a043bf262b410 to your computer and use it in GitHub Desktop.
Save jwalton922/0bba76181bab6a96292a043bf262b410 to your computer and use it in GitHub Desktop.
{
"correlationId": "UUID",
"totalCount": 2,
"itemCount": 2,
"page": 1,
"pageSize": 2,
"productId": "eText",
"courseSectionId": "59cc16f2e4b0f389a4688b44",
"timePeriod": "DAY",
"startDateTime":"2018-02-15T06:00:00Z",
"endDateTime": "2018-02-17T06:00:00Z",
"data": [
{
"startTimePeriod": "2018-02-15T06:00:00Z",
"endTimePeriod": "2018-02-16T06: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"
}
]
},
{
"startTimePeriod": "2018-02-16T06:00:00Z",
"endTimePeriod": "2018-02-17T06:00:00Z",
"persons": [
{
"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