Hi All,
I am unable to exploit an API using conditions due to, what I believe, API Query connection options failing to parse the conditional logic defined.
As an example, the API allows you to specify a start and end date as follows:
query=startDate=ge=2019-05-01T00:00:00Z;endDate=lt=2019-06-01T00:00:00Z
This works just great in Postman, but it appears anything after the semicolon is not evaluated. The API used the semicolon as a conditional AND ,where a comma is a conditional OR, also failing to work as expected but working in Postman as shown.
The query string is placed in 'Other' in the API connection options.
Any help or advice would be amazing.
Take care