10.2 mollom.listSites
mollom.listSites |
|||
| Required | Name | Type | Description |
| required | public_key |
string | Your public reseller key |
| required | time |
string | Site server time in this format: yyyy-MM-dd'T'HH:mm:ss-.SSSZ |
| required | hash |
string | HMAC-SHA1 digest |
| required | nonce |
string | One time nonce |
| returns | struct | A structure containing all the public keys of your sites. | |
Given a public reseller key, this call returns an array with the public keys of all the site's associated with the reseller key. You can then use this information in conjunction with mollom.getSite to return more detailed information about each site in the list.
