Ask the Community
Groups
BMS GET API shows limited records in the output. - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>Question:</strong> When we query the GET All tickets & GET All Timesheets<em> </em>through the BMS API, we are only seeing 100 tickets returned. </p> <p><strong>Answer:</strong> By default, a GET request only gives an output of <strong>100</strong> records but you can make use of <a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fbms.kaseya.com%2Fapi%23filter-sort-and-paging-expressions-supported-paging-expressions" rel="noopener nofollow">paging expressions</a> and get the specific records you'd want by using skip, sort, filter etc. </p> <p><strong>Example:</strong> <a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fbms.kaseya.com%2Fapi%2Ftime%2Ftimesheets%3Ftop%3D300" rel="noopener noreferrer nofollow">https://bms.kaseya.com/api/time/timesheets?top=300</a></p> </article> </main>