POST api/ChapterMaster/ChaptersBySSMId

Request Information

URI Parameters

None.

Body Parameters

clsSubjectResponse
NameDescriptionTypeAdditional information
StdId

string

None.

SubId

string

None.

UserId

string

None.

ClientIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StdId": "sample string 1",
  "SubId": "sample string 2",
  "UserId": "sample string 3",
  "ClientIP": "sample string 4"
}

application/xml, text/xml

Sample:
<clsSubjectResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <ClientIP>sample string 4</ClientIP>
  <StdId>sample string 1</StdId>
  <SubId>sample string 2</SubId>
  <UserId>sample string 3</UserId>
</clsSubjectResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

clsSubscribedCourseResponse
NameDescriptionTypeAdditional information
SSMID

string

None.

StdID

string

None.

PI

string

None.

stdname

string

None.

stads

string

None.

ChTopList

Collection of ChapterTopicsList

None.

Response Formats

application/json, text/json

Sample:
{
  "SSMID": "sample string 1",
  "StdID": "sample string 2",
  "PI": "sample string 3",
  "stdname": "sample string 4",
  "stads": "sample string 5",
  "ChTopList": [
    {
      "ChapterID": 1,
      "ChapterNumber": 1,
      "ChapterName": "sample string 2",
      "ChapterWeightage": 1,
      "TopicList": [
        {
          "TopicID": 1,
          "EncyTopicID": "sample string 2",
          "ChapterID": 3,
          "TopicName": "sample string 4",
          "IsTopicLinked": true
        },
        {
          "TopicID": 1,
          "EncyTopicID": "sample string 2",
          "ChapterID": 3,
          "TopicName": "sample string 4",
          "IsTopicLinked": true
        }
      ]
    },
    {
      "ChapterID": 1,
      "ChapterNumber": 1,
      "ChapterName": "sample string 2",
      "ChapterWeightage": 1,
      "TopicList": [
        {
          "TopicID": 1,
          "EncyTopicID": "sample string 2",
          "ChapterID": 3,
          "TopicName": "sample string 4",
          "IsTopicLinked": true
        },
        {
          "TopicID": 1,
          "EncyTopicID": "sample string 2",
          "ChapterID": 3,
          "TopicName": "sample string 4",
          "IsTopicLinked": true
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<clsSubscribedCourseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <ChTopList>
    <ChapterTopicsList>
      <ChapterID>1</ChapterID>
      <ChapterName>sample string 2</ChapterName>
      <ChapterNumber>1</ChapterNumber>
      <ChapterWeightage>1</ChapterWeightage>
      <TopicList>
        <Topics>
          <ChapterID>3</ChapterID>
          <EncyTopicID>sample string 2</EncyTopicID>
          <IsTopicLinked>true</IsTopicLinked>
          <TopicID>1</TopicID>
          <TopicName>sample string 4</TopicName>
        </Topics>
        <Topics>
          <ChapterID>3</ChapterID>
          <EncyTopicID>sample string 2</EncyTopicID>
          <IsTopicLinked>true</IsTopicLinked>
          <TopicID>1</TopicID>
          <TopicName>sample string 4</TopicName>
        </Topics>
      </TopicList>
    </ChapterTopicsList>
    <ChapterTopicsList>
      <ChapterID>1</ChapterID>
      <ChapterName>sample string 2</ChapterName>
      <ChapterNumber>1</ChapterNumber>
      <ChapterWeightage>1</ChapterWeightage>
      <TopicList>
        <Topics>
          <ChapterID>3</ChapterID>
          <EncyTopicID>sample string 2</EncyTopicID>
          <IsTopicLinked>true</IsTopicLinked>
          <TopicID>1</TopicID>
          <TopicName>sample string 4</TopicName>
        </Topics>
        <Topics>
          <ChapterID>3</ChapterID>
          <EncyTopicID>sample string 2</EncyTopicID>
          <IsTopicLinked>true</IsTopicLinked>
          <TopicID>1</TopicID>
          <TopicName>sample string 4</TopicName>
        </Topics>
      </TopicList>
    </ChapterTopicsList>
  </ChTopList>
  <PI>sample string 3</PI>
  <SSMID>sample string 1</SSMID>
  <StdID>sample string 2</StdID>
  <stads>sample string 5</stads>
  <stdname>sample string 4</stdname>
</clsSubscribedCourseResponse>