-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
Component/s: Product - API
-
None
-
1
-
Minor
Issue Summary
When applying the "limit" filter in "Get Boards in an Organization" and "Get Lists on a Board" calls, the response returns all records.
The filter works as expected in some other calls, for example, "Get Actions of a Board."
Steps to Reproduce
- Make an API call to Get Lists on a Board
- Add "limit=3"
Expected Results
Response is returned with 3 lists
Actual Results
Response is returned with all lists on a board
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available