aboutsummaryrefslogtreecommitdiff
path: root/tests/replies/alert.json
blob: f069ae990a38d1ad730b77fc43f02c11f2e95c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "result": "success",
  "message": {
    "alert": {
      "id": "1",
      "agency": {
        "id": "1",
        "uri": "https://access.active911.com/interface/open_api/api/"
      },
      "place": "My Place",
      "address": "123 Main Street",
      "unit": "",
      "city": "Allentown",
      "state": "PA",
      "latitude": 40,
      "longitude": -70,
      "source": "Source",
      "units": "My Units",
      "cad_code": "29A1",
      "priority": "Priority 3",
      "details": "Medical emergency",
      "sent": "timestamp",
      "description": "My description",
      "pagegroups": [
        {
          "title": "Group 1",
          "prefix": "My Prefix"
        }
      ],
      "map_code": "None",
      "received": "Received",
      "cross_street": "Cross Street",
      "responses": [
        {
          "device": {
            "id": "1",
            "uri": "https://access.active911.com/interface/open_api/api/devices/1"
          },
          "timestamp": "123",
          "response": "Responding"
        }
      ]
    }
  }
}