GET api/CMS/deptcms/DeptSubMenuContentList?DeptContentID={DeptContentID}&PageNo={PageNo}&PageSize={PageSize}&SearchTerm={SearchTerm}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| DeptContentID | No documentation available. |
Define this parameter in the request URI. |
| PageNo | No documentation available. |
Define this parameter in the request URI. |
| PageSize | No documentation available. |
Define this parameter in the request URI. |
| SearchTerm | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SubMenuContentList": [
{
"DeptSubMenuContentID": 1,
"DeptContentID": 2,
"DeptMenuName": "sample string 3",
"DeptSubMenuName": "sample string 4",
"DeptSubMenuTitleDraft": "sample string 5",
"DeptSubMenuTitlePublished": "sample string 6",
"DraftDate": "2026-03-31T16:42:53.8502462+05:30",
"PublishedDate": "2026-03-31T16:42:53.8502462+05:30",
"IsDraft": true,
"IsPublished": true
},
{
"DeptSubMenuContentID": 1,
"DeptContentID": 2,
"DeptMenuName": "sample string 3",
"DeptSubMenuName": "sample string 4",
"DeptSubMenuTitleDraft": "sample string 5",
"DeptSubMenuTitlePublished": "sample string 6",
"DraftDate": "2026-03-31T16:42:53.8502462+05:30",
"PublishedDate": "2026-03-31T16:42:53.8502462+05:30",
"IsDraft": true,
"IsPublished": true
},
{
"DeptSubMenuContentID": 1,
"DeptContentID": 2,
"DeptMenuName": "sample string 3",
"DeptSubMenuName": "sample string 4",
"DeptSubMenuTitleDraft": "sample string 5",
"DeptSubMenuTitlePublished": "sample string 6",
"DraftDate": "2026-03-31T16:42:53.8502462+05:30",
"PublishedDate": "2026-03-31T16:42:53.8502462+05:30",
"IsDraft": true,
"IsPublished": true
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<CMSDeptSubMenuContentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<SubMenuContentList>
<CMSDeptSubMenuContentView>
<DeptContentID>2</DeptContentID>
<DeptMenuName>sample string 3</DeptMenuName>
<DeptSubMenuContentID>1</DeptSubMenuContentID>
<DeptSubMenuName>sample string 4</DeptSubMenuName>
<DeptSubMenuTitleDraft>sample string 5</DeptSubMenuTitleDraft>
<DeptSubMenuTitlePublished>sample string 6</DeptSubMenuTitlePublished>
<DraftDate>2026-03-31T16:42:53.8502462+05:30</DraftDate>
<IsDraft>true</IsDraft>
<IsPublished>true</IsPublished>
<PublishedDate>2026-03-31T16:42:53.8502462+05:30</PublishedDate>
</CMSDeptSubMenuContentView>
<CMSDeptSubMenuContentView>
<DeptContentID>2</DeptContentID>
<DeptMenuName>sample string 3</DeptMenuName>
<DeptSubMenuContentID>1</DeptSubMenuContentID>
<DeptSubMenuName>sample string 4</DeptSubMenuName>
<DeptSubMenuTitleDraft>sample string 5</DeptSubMenuTitleDraft>
<DeptSubMenuTitlePublished>sample string 6</DeptSubMenuTitlePublished>
<DraftDate>2026-03-31T16:42:53.8502462+05:30</DraftDate>
<IsDraft>true</IsDraft>
<IsPublished>true</IsPublished>
<PublishedDate>2026-03-31T16:42:53.8502462+05:30</PublishedDate>
</CMSDeptSubMenuContentView>
<CMSDeptSubMenuContentView>
<DeptContentID>2</DeptContentID>
<DeptMenuName>sample string 3</DeptMenuName>
<DeptSubMenuContentID>1</DeptSubMenuContentID>
<DeptSubMenuName>sample string 4</DeptSubMenuName>
<DeptSubMenuTitleDraft>sample string 5</DeptSubMenuTitleDraft>
<DeptSubMenuTitlePublished>sample string 6</DeptSubMenuTitlePublished>
<DraftDate>2026-03-31T16:42:53.8502462+05:30</DraftDate>
<IsDraft>true</IsDraft>
<IsPublished>true</IsPublished>
<PublishedDate>2026-03-31T16:42:53.8502462+05:30</PublishedDate>
</CMSDeptSubMenuContentView>
</SubMenuContentList>
<TotalRecords>1</TotalRecords>
</CMSDeptSubMenuContentViewModel>