GET api/GetNotificationsFromDB

Retrieves unsent workflow notifications scheduled for the current day.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a dataset of unsent workflow notifications. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}