GET api/StudentAPI/GetStudyContentList?Subid={Subid}&TopicId={TopicId}&SubTopicId={SubTopicId}

Documentation for 'GetStudyContentList'.

Request Information

Parameters

NameDescriptionAdditional information
Subid
Documentation for 'Subid'.

Define this parameter in the request URI.

TopicId
Documentation for 'TopicId'.

Define this parameter in the request URI.

SubTopicId
Documentation for 'SubTopicId'.

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
}