URLs
GET api/v1/notifications.xml (or .json)
LIST notifications.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ContentId |
Guid? |
Content identifier |
否 |
||
ContentUrl |
string |
Content url |
否 |
||
ContainerId |
Guid? |
Content container identifier |
否 |
||
ApplicationId |
Guid? |
Content application identifier |
否 |
||
ContentTypeId |
Guid? |
Content type identifier |
否 |
||
PageSize |
int? |
Page size to retrieve |
否 |
||
PageIndex |
int? |
Page index to retrieve |
否 |
||
IsRead |
bool? |
Read status of the notification |
否 |
||
Filters |
RestNotificationFilters |
Filters to use. Syntax: _Filters_= |
否 |