Error Logs REST Endpoints

Administration and Settings/Error Logs
Manage error logs.
Create an Error Log
Method: post
Path: /vision/api/errorLogs
Create Multiple Error Logs
Method: post
Path: /vision/api/errorLogs/import
Delete an Error Log
Method: delete
Path: /vision/api/errorLogs/{id}
Get an Error Log by ID
Method: get
Path: /vision/api/errorLogs/{id}
Get Error Logs
Method: get
Path: /vision/api/errorLogs
Get Error Logs Submitted By a User
Method: get
Path: /vision/api/errorLogs/findByUsername/{username}
Get Error Logs Submitted By the Current User
Method: get
Path: /vision/api/errorLogs/findByMyUser
Update the Log Limit
Method: post
Path: /vision/api/logSize