Question
When we query the GET All tickets & GET All Timesheets through the BMS API, we are only seeing 100 tickets returned.
Answer
By default, a GET request only gives an output of 100 records but you can make use of paging expressions and get the specific records you'd want by using skip, sort, filter etc.