Custom Properties
custom_properties
Methods
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
post/custom-properties
Create a custom property
get/custom-properties/{id}
Get 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
NewCustomProperty = { key, label, resourceType, 2 more... }