Hi,
please is it possible to set ION API parameter as range?
For example here, I want receive transactions from accountCode 81002, 81003. But I don't know syntax here, or if it is even possible?
Thanks
Hi Pavelwhich application APIs are you referring here. you can tweak the API documentation to pass array values. Use style and explode keywords for parameter serialization https://swagger.io/docs/specification/serialization/.however, the target service implementation should support range of values, otherwise you will get error response.