Layer Groups REST Endpoints
Layers/Layer Groups
Manage layer groups.
- Create a Layer Group
- Method: postPath:
/vision/api/layerGroups
- Delete a Layer Group
- Method: deletePath:
/vision/api/layerGroups/{id}
- Get a Layer Group by ID
- Method: getPath:
/vision/api/layerGroups/{id}
- Get Layer Groups
- Method: getPath:
/vision/api/layerGroups
- Update a Layer Group
- Method: putPath:
/vision/api/layerGroups/{id}
- Update Fields for a Layer Group
- Method: patchPath:
/vision/api/layerGroups/{id}