GET api/general/Committee/CommitteeMenu
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"CommContID": 1,
"CommContName": "sample string 2",
"CommContUrl": "sample string 3"
},
{
"CommContID": 1,
"CommContName": "sample string 2",
"CommContUrl": "sample string 3"
},
{
"CommContID": 1,
"CommContName": "sample string 2",
"CommContUrl": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfCommitteeMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<CommitteeMenu>
<CommContID>1</CommContID>
<CommContName>sample string 2</CommContName>
<CommContUrl>sample string 3</CommContUrl>
</CommitteeMenu>
<CommitteeMenu>
<CommContID>1</CommContID>
<CommContName>sample string 2</CommContName>
<CommContUrl>sample string 3</CommContUrl>
</CommitteeMenu>
<CommitteeMenu>
<CommContID>1</CommContID>
<CommContName>sample string 2</CommContName>
<CommContUrl>sample string 3</CommContUrl>
</CommitteeMenu>
</ArrayOfCommitteeMenu>