POST Notification/General
Request Information
URI Parameters
None.
Body Parameters
NotificationsGeneralRequestObj| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| NotificationStatusID | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"NotificationStatusID": 2,
"DateFrom": "2025-12-11T15:46:01.3297038+02:00",
"DateTo": "2025-12-11T15:46:01.3297038+02:00"
}
application/xml, text/xml
Sample:
<DataModalEntities.NotificationsGeneralRequestObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mitig8API"> <DateFrom>2025-12-11T15:46:01.3297038+02:00</DateFrom> <DateTo>2025-12-11T15:46:01.3297038+02:00</DateTo> <NotificationStatusID>2</NotificationStatusID> <UserID>1</UserID> </DataModalEntities.NotificationsGeneralRequestObj>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |