GET api/Alerts/GetAlert/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Alert
NameDescriptionTypeAdditional information
Id

integer

None.

Identifier

string

Required

Sender

string

Required

Sent

date

Required

Status

StatusEnum

Required

MessageType

MessageTypeEnum

Required

Source

string

None.

Scope

ScopeEnum

Required

Restriction

string

None.

Addresses

string

None.

AlertCodes

Collection of AlertCode

None.

Note

string

None.

References

string

None.

Incidents

string

None.

Infos

Collection of Info

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "identifier": "sample string 2",
  "sender": "sample string 3",
  "sent": "2025-06-08T00:48:41.3820001+00:00",
  "status": "Actual",
  "messageType": "Alert",
  "source": "sample string 5",
  "scope": "Public",
  "restriction": "sample string 6",
  "addresses": "sample string 7",
  "alertCodes": [
    {
      "$id": "2",
      "id": 1,
      "value": "sample string 2",
      "description": "sample string 3",
      "alertId": 1
    },
    {
      "$ref": "2"
    }
  ],
  "note": "sample string 8",
  "references": "sample string 9",
  "incidents": "sample string 10",
  "infos": [
    {
      "$id": "3",
      "id": 1,
      "language": "sample string 2",
      "eventCategory": [
        {
          "$id": "4",
          "id": 1,
          "value": "None",
          "infoId": 1
        },
        {
          "$ref": "4"
        }
      ],
      "event": "sample string 3",
      "responseType": [
        {
          "$id": "5",
          "id": 1,
          "valueName": "sample string 2",
          "value": "sample string 3",
          "infoId": 1
        },
        {
          "$ref": "5"
        }
      ],
      "eventUrgency": "Unknown",
      "eventSeverity": "Unknown",
      "eventCertainty": "Unknown",
      "audience": "sample string 4",
      "eventCodes": [
        {
          "$id": "6",
          "id": 1,
          "value": "NONE",
          "infoId": 1
        },
        {
          "$ref": "6"
        }
      ],
      "effective": [
        {
          "$id": "7",
          "id": 1,
          "dateType": "Effective",
          "date": "2025-06-08T00:48:41.3820001+00:00",
          "infoId": 1
        },
        {
          "$ref": "7"
        }
      ],
      "onset": [
        {
          "$ref": "7"
        },
        {
          "$ref": "7"
        }
      ],
      "expires": [
        {
          "$ref": "7"
        },
        {
          "$ref": "7"
        }
      ],
      "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": "8",
          "id": 1,
          "valueName": "sample string 2",
          "value": "sample string 3",
          "infoId": 1
        },
        {
          "$ref": "8"
        }
      ],
      "resources": [
        {
          "$id": "9",
          "id": 1,
          "description": "sample string 2",
          "mimeType": "sample string 3",
          "file": "sample string 4",
          "uri": "sample string 5",
          "infoId": 1
        },
        {
          "$ref": "9"
        }
      ],
      "areas": [
        {
          "$id": "10",
          "id": 1,
          "description": "sample string 2",
          "polygon": [
            {
              "$id": "11",
              "id": 1,
              "shapeType": "polygon",
              "pairValue": "sample string 2",
              "areaId": 1
            },
            {
              "$ref": "11"
            }
          ],
          "circle": [
            {
              "$ref": "11"
            },
            {
              "$ref": "11"
            }
          ],
          "location": null,
          "countryCode": "sample string 3",
          "geoCodeParameters": [
            {
              "$id": "12",
              "id": 1,
              "valueName": "sample string 2",
              "value": "sample string 3",
              "areaId": 1
            },
            {
              "$ref": "12"
            }
          ],
          "infoId": 1
        },
        {
          "$ref": "10"
        }
      ],
      "alertId": 1,
      "alert": {
        "$ref": "1"
      }
    },
    {
      "$ref": "3"
    }
  ]
}