v1

latestOpenAPI 3.0.0Apache 2.02026-07-246175132.0 KB
Alerts

Get Network Alert

get/api/v1/alerts/network/{id}

Path parameters

idstring required

Alert ID

Response

OK

alert_timestring
data_sourcestring
external_patient_idstring
network_alert_idstring
particle_patient_idstring

Example response

{
  "network_organizations": [
    {
      "address": {
        "city": "Anytown",
        "line": "123 Main St",
        "state": "NY",
        "zip": "12345"
      },
      "name": "My Health System",
      "oid": "2.123.456.789.10"
    }
  ]
}