Skip to main content
GET
/
alarm
/
ecl
/
{subscriptionId}
Get Emergency Contact
curl --request GET \
  --url https://apigw.bienport.com/api/alarm/ecl/{subscriptionId} \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
[
  {
    "id": 1240645,
    "zoneNo": 1,
    "zoneName": "Ahmet Boyraz",
    "alarmCode": "Turan Barlak",
    "note": "Müdür",
    "telefon1": "5326629166",
    "telefon2": "5326629166",
    "telefon3": "5326629166",
    "telefon4": "5326629166",
    "subscriptionId": 7239,
    "isPerson": true,
    "state": "pending"
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Path Parameters

subscriptionId
integer<int64>
required

subscriptionId

Response

success

id
integer<int64>

Zone id.

Example:

1240645

zoneNo
integer<int32>

Zone no.

Example:

1

zoneName
string

Zone name

Example:

"Ahmet Boyraz"

alarmCode
string

Alarm Code

Example:

"Turan Barlak"

note
string

note

Example:

"Müdür"

telefon1
string
Example:

"5326629166"

telefon2
string
Example:

"5326629166"

telefon3
string
Example:

"5326629166"

telefon4
string
Example:

"5326629166"

subscriptionId
integer<int64>

subscription id.

Example:

7239

isPerson
boolean
Example:

true

state
enum<string>
Available options:
pending,
existing
Example:

"pending"