Address Book Contacts for Device
Tenant Var Code
Device Id
OK
Unique string that identifies the contact
A string with contact name
In the event of an emergency, escalation contact information will be provided to first responders. Applicable to Tenant contacts only.
Makes tenant contact available also for sub-tenants. Applicable to Tenant contacts only.
Contact is synced to devices. Read only property applicable to Tenant contacts only.
Optionally denotes the Culture for the contact.
GET /V2/{tenantVarCode}/devices/{deviceId}/addressbookcontacts HTTP/1.1
Accept: */*
OK
[
{
"ContactId": "text",
"ContactName": "text",
"IsEscalationContact": true,
"AppliesToSubtenants": true,
"SyncToDevices": true,
"CultureName": "text",
"ContactEntries": [
{
"EntryId": "text",
"Address": "text",
"LastUpdated": "2026-01-01T00:00:00.000Z"
}
]
}
]Tenant Var Code
Device Id
Unique string that identifies the contact
A string with contact name
In the event of an emergency, escalation contact information will be provided to first responders. Applicable to Tenant contacts only.
Makes tenant contact available also for sub-tenants. Applicable to Tenant contacts only.
Contact is synced to devices. Read only property applicable to Tenant contacts only.
Optionally denotes the Culture for the contact.
OK
No content
POST /V2/{tenantVarCode}/devices/{deviceId}/addressbookcontacts HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 233
{
"ContactId": "text",
"ContactName": "text",
"IsEscalationContact": true,
"AppliesToSubtenants": true,
"SyncToDevices": true,
"CultureName": "text",
"ContactEntries": [
{
"EntryId": "text",
"Address": "text",
"LastUpdated": "2026-01-01T00:00:00.000Z"
}
]
}OK
No content
Tenant Var Code
Device Id
Contact Id
OK
Unique string that identifies the contact
A string with contact name
In the event of an emergency, escalation contact information will be provided to first responders. Applicable to Tenant contacts only.
Makes tenant contact available also for sub-tenants. Applicable to Tenant contacts only.
Contact is synced to devices. Read only property applicable to Tenant contacts only.
Optionally denotes the Culture for the contact.
GET /V2/{tenantVarCode}/devices/{deviceId}/addressbookcontacts/{contactId} HTTP/1.1
Accept: */*
OK
{
"ContactId": "text",
"ContactName": "text",
"IsEscalationContact": true,
"AppliesToSubtenants": true,
"SyncToDevices": true,
"CultureName": "text",
"ContactEntries": [
{
"EntryId": "text",
"Address": "text",
"LastUpdated": "2026-01-01T00:00:00.000Z"
}
]
}Tenant Var Code
Device Id
Contact Id
Unique string that identifies the contact
A string with contact name
In the event of an emergency, escalation contact information will be provided to first responders. Applicable to Tenant contacts only.
Makes tenant contact available also for sub-tenants. Applicable to Tenant contacts only.
Contact is synced to devices. Read only property applicable to Tenant contacts only.
Optionally denotes the Culture for the contact.
OK
No content
PUT /V2/{tenantVarCode}/devices/{deviceId}/addressbookcontacts/{contactId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 233
{
"ContactId": "text",
"ContactName": "text",
"IsEscalationContact": true,
"AppliesToSubtenants": true,
"SyncToDevices": true,
"CultureName": "text",
"ContactEntries": [
{
"EntryId": "text",
"Address": "text",
"LastUpdated": "2026-01-01T00:00:00.000Z"
}
]
}OK
No content
Device Id
Contact Id
OK
No content
DELETE /V2/{tenantVarCode}/devices/{deviceId}/addressbookcontacts/{contactId} HTTP/1.1
Accept: */*
OK
No content
Last updated

