POST api/ClientMedia/GetBreadCrumTopic
Request Information
URI Parameters
None.
Body Parameters
BreadCrum| Name | Description | Type | Additional information |
|---|---|---|---|
| BoardId | integer |
None. |
|
| Board | string |
None. |
|
| MediumId | integer |
None. |
|
| Medium | string |
None. |
|
| StandardId | integer |
None. |
|
| Standard | string |
None. |
|
| SemesterId | integer |
None. |
|
| Semester | string |
None. |
|
| SubjectId | integer |
None. |
|
| Subject | string |
None. |
|
| ChapterId | integer |
None. |
|
| Chapter | string |
None. |
|
| TopicId | integer |
None. |
|
| Topic | string |
None. |
|
| BMSID | integer |
None. |
|
| SubjectStandardMapId | integer |
None. |
|
| userid | integer |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userid": 1,
"ResponseCode": 2,
"ResponseMessage": "sample string 3",
"BoardId": 1,
"Board": "sample string 2",
"MediumId": 3,
"Medium": "sample string 4",
"StandardId": 5,
"Standard": "sample string 6",
"SemesterId": 7,
"Semester": "sample string 8",
"SubjectId": 9,
"Subject": "sample string 10",
"ChapterId": 11,
"Chapter": "sample string 12",
"TopicId": 13,
"Topic": "sample string 14",
"BMSID": 15,
"SubjectStandardMapId": 16
}
application/xml, text/xml
Sample:
<BreadCrum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <BMSID>15</BMSID> <Board>sample string 2</Board> <BoardId>1</BoardId> <Chapter>sample string 12</Chapter> <ChapterId>11</ChapterId> <Medium>sample string 4</Medium> <MediumId>3</MediumId> <ResponseCode>2</ResponseCode> <ResponseMessage>sample string 3</ResponseMessage> <Semester>sample string 8</Semester> <SemesterId>7</SemesterId> <Standard>sample string 6</Standard> <StandardId>5</StandardId> <Subject>sample string 10</Subject> <SubjectId>9</SubjectId> <SubjectStandardMapId>16</SubjectStandardMapId> <Topic>sample string 14</Topic> <TopicId>13</TopicId> <userid>1</userid> </BreadCrum>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BreadCrum| Name | Description | Type | Additional information |
|---|---|---|---|
| BoardId | integer |
None. |
|
| Board | string |
None. |
|
| MediumId | integer |
None. |
|
| Medium | string |
None. |
|
| StandardId | integer |
None. |
|
| Standard | string |
None. |
|
| SemesterId | integer |
None. |
|
| Semester | string |
None. |
|
| SubjectId | integer |
None. |
|
| Subject | string |
None. |
|
| ChapterId | integer |
None. |
|
| Chapter | string |
None. |
|
| TopicId | integer |
None. |
|
| Topic | string |
None. |
|
| BMSID | integer |
None. |
|
| SubjectStandardMapId | integer |
None. |
|
| userid | integer |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": 1,
"ResponseCode": 2,
"ResponseMessage": "sample string 3",
"BoardId": 1,
"Board": "sample string 2",
"MediumId": 3,
"Medium": "sample string 4",
"StandardId": 5,
"Standard": "sample string 6",
"SemesterId": 7,
"Semester": "sample string 8",
"SubjectId": 9,
"Subject": "sample string 10",
"ChapterId": 11,
"Chapter": "sample string 12",
"TopicId": 13,
"Topic": "sample string 14",
"BMSID": 15,
"SubjectStandardMapId": 16
}
application/xml, text/xml
Sample:
<BreadCrum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <BMSID>15</BMSID> <Board>sample string 2</Board> <BoardId>1</BoardId> <Chapter>sample string 12</Chapter> <ChapterId>11</ChapterId> <Medium>sample string 4</Medium> <MediumId>3</MediumId> <ResponseCode>2</ResponseCode> <ResponseMessage>sample string 3</ResponseMessage> <Semester>sample string 8</Semester> <SemesterId>7</SemesterId> <Standard>sample string 6</Standard> <StandardId>5</StandardId> <Subject>sample string 10</Subject> <SubjectId>9</SubjectId> <SubjectStandardMapId>16</SubjectStandardMapId> <Topic>sample string 14</Topic> <TopicId>13</TopicId> <userid>1</userid> </BreadCrum>