public List<Site> getPendingSites() - Returns a list
of pending site join requests made by the current user. An empty list is returned if there are
no outstanding requests.
Parameters
None
Returns
Returns a list of Site objects.
Exception
Throws an SkyVaultServiceException if the operation cannot be carried out.
Example
List<Site> requests = siteService.getPendingSites();
Note: This method was added in version 1.1.