Discussions
"Try It" example for IQA, default behavior doesn't follow default values
almost 7 years ago by Bruce Wilson
On this example: https://developer.imis.com/reference/iqa#query-results1
I provided a bearer token, the suggested query, and the suggested value of "smith". I didn't enter the limit field, which was set to 1. The result I got back appears to have used 100 or 0, because I got back 100 rows. The resulting JSON contained this:
"Offset": 0,
"Limit": 100,
"Count": 57,
When I changed the value to something else and back to 1, it gave the expected results:
"Offset": 0,
"Limit": 1,
"Count": 1,