200 |
At least one resource exists for the given id(s). The body is a resource collection JSON document. |
404 |
No resources exist for the given id(s). The body is a resource collection JSON document. |
401 |
Incorrect authentication. The body is a JSON document. |
414 |
URL is too long. Consider using the POST method with :ids in the request body. |
415 |
Accept header is invalid. The body is a JSON document. |
400 |
Generic client error. The body is a errors collection containing specific details. |
503 |
The server is overloaded or down for maintenance. This is a temporary condition which will be alleviated after some delay. |
500 |
The server encountered an unexpected condition which prevented it from fulfilling the request. This is a generic status code, given when no other specific status code is suitable. |
Related articles