Custom Layers REST Endpoints

Layers/Custom Layers
The operations from the Layers/Custom Layers category.
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}