Skip to content

Instantly share code, notes, and snippets.

@jwalton922
Last active February 19, 2018 21:56
Show Gist options
  • Save jwalton922/9661d787d5eb2ce7ffb68e1d7d67a67c to your computer and use it in GitHub Desktop.
Save jwalton922/9661d787d5eb2ce7ffb68e1d7d67a67c 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"
"data": [
{
"startTimePeriod": "1970-01-01T00:00:00Z",
"endTimePeriod": "${timeOfRequestDateTime}"
"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