Method serviceListPaginated
serviceListPaginated
serviceListPaginatedStructserviceListPaginated ( stringsession, intstart, intlimit, stringdomain, stringcomponent, stringgroup )Description
Retrieve a part of the list of services/contacts of the domainParameters
- stringsession : the session id
- intstart : return results from 'start'
- intlimit : return 'limit' records
- stringdomain : the domain/service name, empty for all
- stringcomponent : the component type (DOMAIN|HOSTING|MX|...), empty for all
- stringgroup : the group name, empty for all
Returns
Struct that contains services- inttotal : Total number of domains
- serviceLightStruct[] results : Service list











Code generator
Method signature