GET api/Infoes/GetAlertsForUser?Sender={Sender}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Sender | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Info| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Language | string |
None. |
|
| EventCategory | Collection of InfoEventCategory |
None. |
|
| Event | string |
None. |
|
| ResponseType | Collection of InfoResponseType |
None. |
|
| EventUrgency | UrgencyEnum |
Required |
|
| EventSeverity | SeverityEnum |
Required |
|
| EventCertainty | CertaintyEnum |
Required |
|
| Audience | string |
None. |
|
| EventCodes | Collection of InfoEventCodeParameter |
None. |
|
| Effective | Collection of InfoDate |
None. |
|
| Onset | Collection of InfoDate |
None. |
|
| Expires | Collection of InfoDate |
None. |
|
| SenderName | string |
None. |
|
| Headline | string |
None. |
|
| Description | string |
None. |
|
| Instruction | string |
None. |
|
| InfoURI | string |
None. |
|
| Contact | string |
None. |
|
| Parameters | Collection of Parameter |
None. |
|
| Resources | Collection of Resource |
None. |
|
| Areas | Collection of Area |
None. |
|
| AlertId | integer |
None. |
|
| Alert | Alert |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"language": "sample string 2",
"eventCategory": [
{
"$id": "2",
"id": 1,
"value": "None",
"infoId": 1
},
{
"$ref": "2"
}
],
"event": "sample string 3",
"responseType": [
{
"$id": "3",
"id": 1,
"valueName": "sample string 2",
"value": "sample string 3",
"infoId": 1
},
{
"$ref": "3"
}
],
"eventUrgency": "Unknown",
"eventSeverity": "Unknown",
"eventCertainty": "Unknown",
"audience": "sample string 4",
"eventCodes": [
{
"$id": "4",
"id": 1,
"value": "NONE",
"infoId": 1
},
{
"$ref": "4"
}
],
"effective": [
{
"$id": "5",
"id": 1,
"dateType": "Effective",
"date": "2025-12-13T13:57:58.4349414+00:00",
"infoId": 1
},
{
"$ref": "5"
}
],
"onset": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"expires": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"senderName": "sample string 5",
"headline": "sample string 6",
"description": "sample string 7",
"instruction": "sample string 8",
"infoURI": "sample string 9",
"contact": "sample string 10",
"parameters": [
{
"$id": "6",
"id": 1,
"valueName": "sample string 2",
"value": "sample string 3",
"infoId": 1
},
{
"$ref": "6"
}
],
"resources": [
{
"$id": "7",
"id": 1,
"description": "sample string 2",
"mimeType": "sample string 3",
"file": "sample string 4",
"uri": "sample string 5",
"infoId": 1
},
{
"$ref": "7"
}
],
"areas": [
{
"$id": "8",
"id": 1,
"description": "sample string 2",
"polygon": [
{
"$id": "9",
"id": 1,
"shapeType": "polygon",
"pairValue": "sample string 2",
"areaId": 1
},
{
"$ref": "9"
}
],
"circle": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"location": null,
"countryCode": "sample string 3",
"geoCodeParameters": [
{
"$id": "10",
"id": 1,
"valueName": "sample string 2",
"value": "sample string 3",
"areaId": 1
},
{
"$ref": "10"
}
],
"infoId": 1
},
{
"$ref": "8"
}
],
"alertId": 1,
"alert": {
"$id": "11",
"id": 1,
"identifier": "sample string 2",
"sender": "sample string 3",
"sent": "2025-12-13T13:57:58.4349414+00:00",
"status": "Actual",
"messageType": "Alert",
"source": "sample string 5",
"scope": "Public",
"restriction": "sample string 6",
"addresses": "sample string 7",
"alertCodes": [
{
"$id": "12",
"id": 1,
"value": "sample string 2",
"description": "sample string 3",
"alertId": 1
},
{
"$ref": "12"
}
],
"note": "sample string 8",
"references": "sample string 9",
"incidents": "sample string 10",
"infos": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "1"
}
]