Custom Layers REST Endpoints

Custom Layers/Custom Layers
Manage custom layers. You use the Raw JSON endpoints to manage data on custom layers.
Create a Custom Layer
Method: post
Path: /vision/api/custom
Delete a Custom Layer
Method: delete
Path: /vision/api/custom/{id}
Get a Custom Layer by ID
Method: get
Path: /vision/api/custom/{id}
Get Custom Layers
Method: get
Path: /vision/api/custom
Get Custom Layers by Group
Method: get
Path: /vision/api/custom/forGroup/{groupId}
Update a Custom Layer
Method: put
Path: /vision/api/custom/{id}
Update Fields of a Custom Layer
Method: patch
Path: /vision/api/custom/{id}