LessonReport
Report of all active and completed activities for current user by attempt number
post/LessonReport/GetUserActivityReportByAttempt
Headers
X-Versionstring
Request body
Example request
{
"lessonId": 13018,
"attempt": 13018
}Response
Success
Example response
[
{
"lessonActivityId": 1
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.