Custom Properties

custom_properties

Methods

List Custom Properties -> Array<>
get/custom-properties

List custom properties

query Parameters
resourceType:
Optional

Filter properties matching a resource type

"device"
Response fields
id: string

ID of the custom property

Request example
200Example
Create A Custom Property ->
post/custom-properties

Create a custom property

Get A Custom Property ->
get/custom-properties/{id}

Get a custom property

Edit A Custom Property ->
patch/custom-properties/{id}

Edit a custom property

Delete A Custom Property -> { id }
delete/custom-properties/{id}

Delete a custom property

Domain types

CustomProperty =
NewCustomProperty = { key, label, resourceType, 2 more... }