GET api/processWorkflowScheduledActions?scheduleDate={scheduleDate}
Retrieves pending workflow notifications scheduled for processing.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduleDate |
Optional date string used to filter scheduled notifications. Format should be compatible with MySQL datetime (e.g., "2025-07-03"). |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset of pending workflow notifications. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}