GET ProductSetup/getChapterDetailsByCOCode?courseCode={courseCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| courseCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ChapterDetailsByCOCodeEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterDetailsByCOCode | Collection of ChapterDetailsByCOCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChapterDetailsByCOCode": [
{
"ChapterCode": "sample string 1",
"ChapterName": "sample string 2",
"ChapterDisplayName": "sample string 3",
"ChapterDescription": "sample string 4",
"ChapterSequenceNo": 5,
"SubjectCode": "sample string 6"
},
{
"ChapterCode": "sample string 1",
"ChapterName": "sample string 2",
"ChapterDisplayName": "sample string 3",
"ChapterDescription": "sample string 4",
"ChapterSequenceNo": 5,
"SubjectCode": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<ProductSetUp.ChapterDetailsByCOCodeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<ChapterDetailsByCOCode>
<ProductSetUp.ChapterDetailsByCOCode>
<ChapterCode>sample string 1</ChapterCode>
<ChapterDescription>sample string 4</ChapterDescription>
<ChapterDisplayName>sample string 3</ChapterDisplayName>
<ChapterName>sample string 2</ChapterName>
<ChapterSequenceNo>5</ChapterSequenceNo>
<SubjectCode>sample string 6</SubjectCode>
</ProductSetUp.ChapterDetailsByCOCode>
<ProductSetUp.ChapterDetailsByCOCode>
<ChapterCode>sample string 1</ChapterCode>
<ChapterDescription>sample string 4</ChapterDescription>
<ChapterDisplayName>sample string 3</ChapterDisplayName>
<ChapterName>sample string 2</ChapterName>
<ChapterSequenceNo>5</ChapterSequenceNo>
<SubjectCode>sample string 6</SubjectCode>
</ProductSetUp.ChapterDetailsByCOCode>
</ChapterDetailsByCOCode>
</ProductSetUp.ChapterDetailsByCOCodeEntity>