Error Logs REST Endpoints
Administration and Settings/Error Logs
Manage error logs.
- Create an Error Log
- Method: postPath:
/vision/api/errorLogs
- Create Multiple Error Logs
- Method: postPath:
/vision/api/errorLogs/import
- Delete an Error Log
- Method: deletePath:
/vision/api/errorLogs/{id}
- Get an Error Log by ID
- Method: getPath:
/vision/api/errorLogs/{id}
- Get Error Logs
- Method: getPath:
/vision/api/errorLogs
- Get Error Logs Submitted By a User
- Method: getPath:
/vision/api/errorLogs/findByUsername/{username}
- Get Error Logs Submitted By the Current User
- Method: getPath:
/vision/api/errorLogs/findByMyUser
- Update the Log Limit
- Method: postPath:
/vision/api/logSize