GET api/property/{id}/alarms

Get a list of alarms for a property

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The Id of the property

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.External.Api.Property.Query.Get.PropertyAlarmDataContract
NameDescriptionTypeAdditional information
Name

string

None.

Code

string

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Code": "sample string 2",
    "Id": 3
  },
  {
    "Name": "sample string 1",
    "Code": "sample string 2",
    "Id": 3
  }
]