Exception Handling, Return Codes
All methods return a string. If the result is an exception on the server, the exception message is returned.
Successful responses for GET methods will always include an HTTP 200 return code. Other error codes typically returned will be 401 for authentication issues, 403 for authorization issues, 404 for resources that are not found, and 500 for other errors with accompanying error text.