/
DE
density
/
Your Project API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
Assigned Teams
4
Assigned Teams - By Org
4
Displays
16
Displays - By Org
16
Doorways
19
Doorways - By Org
19
Floorplans
98
Floorplans - By Org
98
Health
2
Installations
3
Installations - By Org
3
Integrations
45
Links
12
Links - By Org
12
Media Upload
11
MPI
7
Network Templates
7
Notifications
17
Notifications - By Org
14
get
/v1/{org_id}/notifications/
post
/v1/{org_id}/notifications/
put
/v1/{org_id}/notifications/{notification_id}/
delete
/v1/{org_id}/notifications/{notification_id}/
patch
/v1/{org_id}/notifications/{notification_id}/
get
/v2/{org_id}/notifications/
post
/v2/{org_id}/notifications/
get
/v2/{org_id}/notifications/recipients/{notification_recipient_id}
post
/v2/{org_id}/notifications/recipients/{notification_recipient_id}
delete
/v2/{org_id}/notifications/recipients/{notification_recipient_id}
get
/v2/{org_id}/notifications/unsubscribe/{contact_info}
put
/v2/{org_id}/notifications/{notification_id}/
delete
/v2/{org_id}/notifications/{notification_id}/
patch
/v2/{org_id}/notifications/{notification_id}/
Organisations
20
Others
62
Others - By Org
57
Plans
23
Plans - By Org
23
Redirects
2
Sensor Alert Preferences
5
Sensors
81
Sensors - By Org
74
Spaces
58
Spaces - By Org
58
Subscriptions
8
Subscriptions - By Org
6
Users & Tokens
92
v2
6
v3
2
Notifications - By Org
NotificationDetailView operations.
put
/v2/{org_id}/notifications/{notification_id}/
Request body
NotificationSerializerV2
required
id
integer
enabled
boolean
nullable
trigger_value
integer
space_id
integer
space_name
string
is_one_shot
boolean
nullable
cooldown
integer
trigger_type
'greater_than'
|
'less_than'
|
'equal_to'
notification_recipients
NotificationRecipient[]
required
trigger_metric
'occupancy'
|
'utilization'
|
'events'
|
'rate_of_entry'
trigger_comparison
'greater_than'
|
'less_than'
|
'equal_to'
trigger_space_capacity_type
'target'
|
'legal'
|
'safe'
nullable
trigger_duration_minutes
integer
nullable
trigger_event_direction
integer
nullable
restart_count_at_daily_reset
boolean
nullable
escalation_threshold
integer
nullable
message_template
string
Response
Updated
OptionalNotificationSerializer
required
id
integer
enabled
boolean
nullable
trigger_value
integer
space_id
integer
is_one_shot
boolean
nullable
cooldown
integer
notification_type
'sms'
|
'slack'
|
'push_notification'
trigger_type
string
required
meta
object
Changes