You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting back a 200 and empty response if the 'fetchSize' parameter is missing. Can we get back either a 4xx error or a default count when this parameter is missing? I understand it's required now but 200 with an empty response feels like when my ex-girlfriend would tell me everything was fine when it wasn't...
To Reproduce
Hit the endpoint with only the channel ID and no parameters.
ex) https://{{mirthbase}}/mirth/api/extensions/dashboardstatus/conectionLogs/{{channelId}} <- gives back a 200 with empty
The text was updated successfully, but these errors were encountered:
Describe the bug
When it comes to this interface:
https://github.com/nextgenhealthcare/connect/blob/development/server/src/com/mirth/connect/plugins/dashboardstatus/DashboardConnectorStatusServletInterface.java
I'm getting back a 200 and empty response if the 'fetchSize' parameter is missing. Can we get back either a 4xx error or a default count when this parameter is missing? I understand it's required now but 200 with an empty response feels like when my ex-girlfriend would tell me everything was fine when it wasn't...
To Reproduce
Hit the endpoint with only the channel ID and no parameters.
ex) https://{{mirthbase}}/mirth/api/extensions/dashboardstatus/conectionLogs/{{channelId}} <- gives back a 200 with empty
The text was updated successfully, but these errors were encountered: