POST api/v1/notifications/getresponses
Get Notification responses
Request Information
URI Parameters
None.
Body Parameters
NotificationRequestFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentIds | Collection of integer |
Required |
|
| SummaryStartDateTime | date |
None. |
|
| SummaryEndDateTime | date |
None. |
|
| DepartmentShiftId | integer |
None. |
|
| SkillLevelId | integer |
None. |
|
| RequestCreatedStartDateTimeUtc | date |
None. |
|
| RequestCreatedEndDateTimeUtc | date |
None. |
|
| NotificationTemplateEventIds | Collection of integer |
None. |
|
| ResponseStatusIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentIds": [
1,
2
],
"SummaryStartDateTime": "2026-01-02T21:46:44.0577143-06:00",
"SummaryEndDateTime": "2026-01-02T21:46:44.0577143-06:00",
"DepartmentShiftId": 1,
"SkillLevelId": 2,
"RequestCreatedStartDateTimeUtc": "2026-01-02T21:46:44.0577143-06:00",
"RequestCreatedEndDateTimeUtc": "2026-01-02T21:46:44.0577143-06:00",
"NotificationTemplateEventIds": [
1,
2
],
"ResponseStatusIds": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.