billy98111 Posted February 17, 2021 Share Posted February 17, 2021 I am trying to use the "GetClients" PHP API call to get all Active clients but for some reason the API is ignoring that parameter and just returning all the clients active or not: // Set post values $postfields = array( 'identifier' => $iden, 'secret' => $secret, 'action' => 'GetClients', 'limitnum' => '200', 'status' => 'Active', 'responsetype' => 'json', ); The limitnum works without a problem though so I'm not sure what the issue is and I don't see any errors. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 18, 2021 Share Posted February 18, 2021 i'm not seeing the issue - though i'm using the local API method... 0 Quote Link to comment Share on other sites More sharing options...
billy98111 Posted February 19, 2021 Author Share Posted February 19, 2021 (edited) I'm using the curl example they have on their site: https://developers.whmcs.com/api-reference/getclients/ I found another way to get the data I want but it's kind of a pain and I wish this would work. Edited February 19, 2021 by billy98111 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.