beboo Posted May 8, 2009 Share Posted May 8, 2009 Hello, I am have plenty of luck with the API but my whole goal in using it was to get a list of the client's domains. We have a client that has 3 domains and a single product which only has his main domain attached to it so when i use getclientsproducts, i only get the one product and the one domain. Is there a getclientsdomains or something similar to do this? If not, how can this be accomplished? Possibly by digging around in the database instead of using the API? Thanks for your time. Brandon 0 Quote Link to comment Share on other sites More sharing options...
beboo Posted May 8, 2009 Author Share Posted May 8, 2009 Well, I did some digging and was able to get it using the following SQL command: SELECT domain FROM `tbldomains` WHERE `userid` = '9' If there is a better way, please let me know. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted May 8, 2009 Share Posted May 8, 2009 you'll want to extend your query with AND status in ("Pending", "Active", "Pending Transfer") 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.