Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    May 2007
    Posts
    23

    Default API for List Packages

    Hello

    I want to list a RESELLER's package.

    I see this api, /xml-api/listpkgs

    but it will list all the packages, if we login as root.

    I want to perform something like this

    /xml-api/listpkgs?reseller=bob

    which will display bob's package

    How can I do it ?

  2. #2
    cPanel Staff cPanelMatt's Avatar
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    409

    Default

    vivek,
    There currently isn't functionality for this within the XML-API, however I have opened a feature request inside of our internal bug tracker to get this functionality implemented.
    Matt Dees
    Integration Developer
    cPanel, Inc.
    cPanel Integration Blog

  3. #3
    Member
    Join Date
    May 2007
    Posts
    23

    Default

    Quote Originally Posted by cPanelMatt View Post
    vivek,
    There currently isn't functionality for this within the XML-API, however I have opened a feature request inside of our internal bug tracker to get this functionality implemented.
    Thank you.

    I just got an idea to extract the resellers package.

    Its something like this


    $reseller = "resell11";

    $reseller = $reseller ."_";

    $len = strlen($reseller);


    get all the packages

    for loop ( )

    $user =substr($result[$j]['name'], 0, $len);
    $pkg_name = $result[$j]['name'];

    if ($user == $reseller)

    echo $result[$j]['name'];


    I got this working and got the selected reseller's package

Similar Threads & Tags
Similar threads

  1. Replies: 1
    Last Post: 12-15-2008, 10:10 AM
  2. Replies: 1
    Last Post: 12-15-2008, 10:10 AM
  3. cpanel api list
    By mxweb in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-20-2006, 10:28 AM
  4. List Packages PHP
    By thekidscareya in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 07-16-2005, 08:51 AM
  5. Packages Dont appear in create new account list.
    By Pro^Kp in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 01-14-2005, 06:31 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube