Improvement to the API services
The current API services offered by SmartSimple are confusing in the response our team receives when calling them. For example:
- If there are missing variables in the call, it will respond a 200 - OK in almost all circumtances.
- If there is an incorrect variable (for example, report instead of reportid), the API will reply a 401 error in the body of the response - which indicates the user does not have authorization to that report, when the error is that the variable was incorrectly parsed in the URL.
As our system becomes more connected with other platforms, these issues are becoming a problem with the suppliers that need to connect to SmartSimple.
