/
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
get
/v1/doorways/
post
/v1/doorways/
get
/v1/doorways/{doorway_id}/
put
/v1/doorways/{doorway_id}/
delete
/v1/doorways/{doorway_id}/
patch
/v1/doorways/{doorway_id}/
get
/v2/doorways/
post
/v2/doorways/
patch
/v2/doorways/
get
/v2/doorways/{doorway_id}/
put
/v2/doorways/{doorway_id}/
delete
/v2/doorways/{doorway_id}/
patch
/v2/doorways/{doorway_id}/
put
/v2/doorways/{doorway_id}/images/{doorway_image_side}/
patch
/v2/doorways/{doorway_id}/images/{doorway_image_side}/
get
/v2/doorways/{doorway_id}/installation/
put
/v2/doorways/{doorway_id}/installation/
patch
/v2/doorways/{doorway_id}/installation/
get
/v3/doorways/{doorway_id}/
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
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
Doorways
Django will happily PATCH in an empty request and vaporize a database object.
patch
/v2/doorways/
Request body
DoorwaySerializerV2
required
id
integer
sensor_serial_number
string
name
string
required
description
string
created_at
string
date-time
updated_at
string
date-time
spaces
string
multipoint
boolean
Response
Updated
OptionalDoorwaySerializer
required
id
integer
sensor_serial_number
string
name
string
description
string
created_at
string
date-time
updated_at
string
date-time
spaces
string
multipoint
boolean
Changes