NotificationList
接口描述
查询指定User的notification列表
参数类型
参数 | 类型 | 说明 |
---|---|---|
ReceivedUserId | String | 接受用户的Id |
Index | Int | 页码 |
Size | Int | 返回条数 |
返回参数类型
List
SaveCommentsNotificationField说明如下:
参数 | 类型 | 说明 |
---|---|---|
_id | string | |
CreatorName | string | 创建者名字 |
CreateDate | DateTime | 创建日期 |
CreatorId | string | 弃用 |
CreatorUserId | string | 创建者UserId |
ReceiveUserId | string | 接收者UserId |
Message | string | 消息体 |
NotificationStatus | int | 0 未读 1 已读 2 删除 |
NotificationType | int | 0 直接回复Form类型 1 Reply回复Form类型 2直接默认显示全部的Message信息 |
IsNotification | int | 0 未查看 1 已查看 |
DataLink | string | 文档链接 |
TenantId | string | 租户Id |
AppCode | string | 应用的Code |
Env | string | 环境 |
Avatar | string | 头像 |
CommentId | string | 弃用 |
Icon | string | 图标 |
IconColour | string | 图标颜色 |
输入示例
{
"ReceiveUserId": "b7528057-22e8-4c96-a4cc-8b1e91feb90b",
"Index":10,
"Size":10
}
返回示例
{
"StatusCode": 200,
"Info": "Request (or process) succeeded",
"Data": [
{
"_id": "a8ac5f8ce1434453914e71fa006211f8",
"CreatorName": "DemoUser",
"CreateDate": "2018-09-19T12:45:11.43Z",
"CreatorId": null,
"CreatorUserId": "f78e31e8-b3f6-478c-a98c-7438185416c8",
"ReceiveUserId": "b7528057-22e8-4c96-a4cc-8b1e91feb90b",
"Message": "<p>Your content DemoUser has been shared as of your instruction.</p>",
"NotificationStatus": 0,
"NotificationType": 2,
"IsNotification": 1,
"DataLink": "https://digitalmaker.com/DemoTenant/DemoApp/vForm/DemoFormAlias/preview/b22fac0dc2864387bbf604a440db3a48",
"TenantId": "DemoTenant",
"AppCode": "DemoApp",
"Env": "Prod",
"Avatar": null,
"CommentId": null,
"Icon": "share-variant",
"IconColour": "#006652"
},
{
"_id": "dc793fc8d9284ef8975868eaa0617ffc",
"CreatorName": "DemoUser",
"CreateDate": "2018-09-19T12:42:37.271Z",
"CreatorId": null,
"CreatorUserId": "f78e31e8-b3f6-478c-a98c-7438185416c8",
"ReceiveUserId": "b7528057-22e8-4c96-a4cc-8b1e91feb90b",
"Message": "<p>Your content DemoUser has been shared as of your instruction.</p>",
"NotificationStatus": 0,
"NotificationType": 2,
"IsNotification": 1,
"DataLink": "https://digitalmaker.com/DemoTenant/DemoApp/vForm/DemoFormAlias/preview/fd2e2548886c4434a46b546845719d55",
"TenantId": "DemoTenant",
"AppCode": "DemoApp",
"Env": "Prod",
"Avatar": null,
"CommentId": null,
"Icon": "share-variant",
"IconColour": "#006652"
}
]
}