Dries Posted May 3, 2021 Share Posted May 3, 2021 (edited) Hello, I'm trying to make an admin panel where all the support can be done. When I try to list all the tickets it looks like it's limited to 25, is there any way to exceed this limit? EDIT: After just a couple minutes after creating this post I found the solution. limitnum int The number of records to return (default: 25) Optional Kind regards, Dries Edited May 3, 2021 by Dries 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 3, 2021 Share Posted May 3, 2021 10 minutes ago, Dries said: When I try to list all the tickets it looks like it's limited to 25, is there any way to exceed this limit? https://developers.whmcs.com/api-reference/gettickets/ have you tried setting a limitnum value in your API call ? if you don't, it will default to just returning 25 results. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.