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