Points of Interest for User
Tenant Var Code
OK
Unique string that identifies the point of interest
A string with name
A string with description
Name of icon (see portal for available icon list)
Color of Icon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when POI is shown
If true, POI is visible to users in sub-tenants. Used for Global Points Of Interest only, not applicable for User Points Of Interest
GET /V2/{tenantVarCode}/userpointsofinterest HTTP/1.1
Accept: */*
OK
[
{
"PointOfInterestId": "text",
"Name": "text",
"Description": "text",
"Icon": "text",
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}
]Tenant Var Code
Unique string that identifies the point of interest
A string with name
A string with description
Name of icon (see portal for available icon list)
Color of Icon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when POI is shown
If true, POI is visible to users in sub-tenants. Used for Global Points Of Interest only, not applicable for User Points Of Interest
OK
No content
POST /V2/{tenantVarCode}/userpointsofinterest HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 160
{
"PointOfInterestId": "text",
"Name": "text",
"Description": "text",
"Icon": "text",
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}OK
No content
Tenant Var Code
Point Of Interest 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}/userpointsofinterest/{pointOfInterestId} 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
Point Of Interest Id
Unique string that identifies the point of interest
A string with name
A string with description
Name of icon (see portal for available icon list)
Color of Icon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when POI is shown
If true, POI is visible to users in sub-tenants. Used for Global Points Of Interest only, not applicable for User Points Of Interest
OK
No content
PUT /V2/{tenantVarCode}/userpointsofinterest/{pointOfInterestId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 160
{
"PointOfInterestId": "text",
"Name": "text",
"Description": "text",
"Icon": "text",
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}OK
No content
Tenant Var Code
Point Of Interest Id
OK
No content
DELETE /V2/{tenantVarCode}/userpointsofinterest/{pointOfIntrestId} HTTP/1.1
Accept: */*
OK
No content
Last updated

