GET api/HomePage/GetMsgConut?type_code={type_code}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| type_code | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"WFMsgCount": 1,
"FlowMsgCount": 2,
"IMGMsgCount": 3
}
application/xml, text/xml
Sample:
<HomePageModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <FlowMsgCount>2</FlowMsgCount> <IMGMsgCount>3</IMGMsgCount> <WFMsgCount>1</WFMsgCount> </HomePageModal>