Custom Layers REST Endpoints
Layers/Custom Layers
The operations from the Layers/Custom Layers category.
- Create a Custom Layer
- Method: postPath:
/vision/api/custom
- Delete a Custom Layer
- Method: deletePath:
/vision/api/custom/{id}
- Get a Custom Layer by ID
- Method: getPath:
/vision/api/custom/{id}
- Get Custom Layers
- Method: getPath:
/vision/api/custom
- Get Custom Layers by Group
- Method: getPath:
/vision/api/custom/forGroup/{groupId}
- Update a Custom Layer
- Method: putPath:
/vision/api/custom/{id}
- Update Fields of a Custom Layer
- Method: patchPath:
/vision/api/custom/{id}