Return Values

All operations return a response header.

A successful GET, POST, or PUT operation returns the data of the resource.

Status Codes

Unless otherwise specified, these HTTP status codes are used:

CodeCause
200OK
201Created
400Bad request body - syntax or format error
401User not authenticated
403User not authorized to perform requested operation
404Resource not found
405Method not supported by resource
406Unsupported ACCEPT type
409The request could not be completed due to a conflict with the current state of the resource.
415Unsupported request content type
500Internal server error
501Request method not recognized
See Also