Alerts
Get Network Alert
get/api/v1/alerts/network/{id}
Path parameters
idstring required
Alert ID
Response
OK
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"
}
]
}