NotificationCount
接口功能

查询指定User 的notification数量及相关信息

参数类型
参数 类型 说明
Value String ReceiveUserId
返回数据类型(Data部分)
参数 类型 说明
CreatorName string 创建者名字 弃用
CreateDate DateTime 创建日期 弃用
ReceiveUserId string 接收者UserId 弃用
Message string 消息体 弃用
NotificationStatus int 0 未查看 1 已读 2 删除 弃用
NotificationType int 0 直接回复Form类型 1 Reply回复Form类型 2 直接默认显示全部的Message信息 弃用
TenantId string 租户Id
AppCode AppCode 应用Code
PageIndex int 页Index
PageSize int 页面Size
NotificationCount int 通知个数 弃用
TotalCount int 总数
IsCheck bool 是否已查看
Env string 环境
输入示例
{
    "Value": "b7528057-22e8-4c96-a4cc-8b1e91feb90b"
}
返回示例
{
    "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"
    }
}
© Digital Maker Product Team all right reserved,powered by Gitbook该文件修订时间: 2023-02-02 10:40:12

results matching ""

    No results matching ""