These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

"Try It" example for IQA, default behavior doesn't follow default values

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,