Processing responses
When your application makes an API request, the web service returns an object of the class <MethodName>Result, where MethodName is the name of the API method that your application requests. The return object contains the objects that your application requested, such as a User object when you search for a user account. The return object also contains one or more objects for exception handling and one metadata object. The metadata object contains information about the request your application makes.
For more information about the return objects for specific APIs, see the API Reference for the BlackBerry Administration API.
Next topic:
Handling errors and exceptions
Previous topic:
Specifying authentication credentials