NotificationCount
Interface Function
Query the number of notifications for the specified user
Parameter Type
| Parameter |
Type |
Remarks |
| Value |
String |
ReceiveUserId |
Return Data Type
| Parameter |
Type |
Remark |
| CreatorName |
string |
Obsolete |
| CreateDate |
DateTime |
Obsolete |
| ReceiveUserId |
string |
Obsolete |
| Message |
string |
Obsolete |
| NotificationStatus |
int |
0 not viewed 1 read 2 delete Obsolete |
| NotificationType |
int |
0 Reply directly to the Form type 1 Reply Reply to the Form type 2 Directly display all Message information by default Obsolete |
| TenantId |
string |
|
| AppCode |
AppCode |
|
| PageIndex |
int |
|
| PageSize |
int |
|
| NotificationCount |
int |
Obsolete |
| TotalCount |
int |
|
| IsCheck |
bool |
Has it been viewed |
| Env |
string |
{
"Value": "b7528057-22e8-4c96-a4cc-8b1e91feb90b"
}
Return Sample
{
"StatusCode": 200,
"Info": "Request (or process) succeeded",
"Data": {
"_id": null,
"CreatorName": null,
"CreateDate": "0001-01-01T00:00:00",
"CreatorId": null,
"ReceiveUserId": "b7528057-22e8-4c96-a4cc-8b1e91feb90b",
"Message": null,
"NotificationStatus": 0,
"NotificationType": 0,
"DataLink": null,
"TenantId": "DemoTenant",
"AppCode": "DemoUser",
"PageIndex": 0,
"PageSize": 0,
"NotificationCount": 0,
"TotalCount": 0,
"IsCheck": true,
"Env": "Prod"
}
}