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: 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}