Raw JSON REST Endpoints
Custom Layers/Raw JSON
Manage JSON data resources for custom layers.
- Add a JSON Data Resource for a Custom Layer
- Method: postPath:
/vision/api/rawJson/{name}
- Delete a JSON Data Resource by ID
- Method: deletePath:
/vision/api/rawJson/{id}
- Delete a JSON Data Resource by Name
- Method: deletePath:
/vision/api/rawJson/forName/{name}
- Get a JSON Data Resource by Name
- Method: getPath:
/vision/api/rawJson/{name}
- Get JSON Data Resource Information
- Method: getPath:
/vision/api/rawJson