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
Ideally, the SDK should not allow it.. unfortunately, the API documentation does not says what parameters are allowed for which endpoint. In the old documentation, there were several parameters defined as "global", so I have put them to a base search class to be available for all connectors.
To fix this, we would have to discard the base search and put them to each of the resource specific search and then remove the parameters which cause the errors.. or in some cases, not cause errors but not having effect. It already causing pain in testing.
This work: https://api.fortnox.se/3/currencies?limit=500&page=1
but not this: https://api.fortnox.se/3/currencies?lastmodified=2022-11-23&limit=500&page=1
It returns "Ogiltig parameter i anropet."
Should api allow to do something that it is not allowed ?
The text was updated successfully, but these errors were encountered: