GET api/AlertCodes/GetAlertCodes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AlertCode
NameDescriptionTypeAdditional information
Id

integer

None.

Value

string

None.

Description

string

None.

AlertId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "value": "sample string 2",
    "description": "sample string 3",
    "alertId": 1
  },
  {
    "$ref": "1"
  }
]