getproducts
Purpose
This command can be used to retrieve product and domain details.
Attributes
Optional Attributes
- pid - can be used to just retrieve the details of a specific product ID
- gid - can be passed to just retrieve products in a specific group
Example Command
$postfields = array(); $postfields["responsetype"] = "json"; $postfields["action"] = "getproducts"; $result = mikrovps_SendCommand( $postfields );
Successful Response
Array