POST (Header:PUT) api.ashx/v2/notifications.{json|xml}
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
MarkAsRead | bool | Request Body | Category Id to scope | Optional | ||
NotificationCategoryId | Guid | Request Body | Category Id to scope | Optional |
Example Requests
Widget Javascript
jQuery.telligent.evolution.put({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/notifications.json' }).then(function(response) { // use response });