GET api/StudentAPI/GetRecordedLectureDetail?BatchId={BatchId}&SchId={SchId}

Documentation for 'GetRecordedLectureDetail'.

Request Information

Parameters

NameDescriptionAdditional information
BatchId
Documentation for 'BatchId'.

Define this parameter in the request URI.

SchId
Documentation for 'SchId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "data": {},
  "Counter": 4
}