Search for Paged notifications on Criteria

Pass in pagedNotificationCriteria request body and responses with a page of notifications

Request
Security:
vc-security
Request Body schema: application/json
object (NotificationCriteria)
object (PageRequest)
Responses
200

OK

401

Unauthorized request

post/notification-service/v1/notifications/pageSearch
Request samples
application/json
{
  • "criteria": {
    },
  • "pageRequest": {
    }
}
Response samples
application/json
{
  • "totalCount": 0,
  • "pageRequest": {
    },
  • "items": [
    ],
  • "totalPages": 0
}