GET api/StudentCourseMaterial/GetMaterialProgress?studentCourseMaterialId={studentCourseMaterialId}&registrationId={registrationId}

Used to get the material progress details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentCourseMaterialId

integer

Required

registrationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
123.45

text/xml

Sample:
<double xmlns="http://schemas.microsoft.com/2003/10/Serialization/">123.45</double>