HTTP Method
|
Description
|
---|---|
GET
|
Retrieves an object
|
PUT
|
Replaces (updates) an object or an entire collection
|
POST
|
Invokes an extended method on an object
|
DELETE
|
Deletes an object
|
In this field...
|
Do this...
|
---|---|
200 OK
|
The call completed successfully.
Any result is included in the HTTP response body.
|
400 Bad Request
|
The request is incorrectly formatted.
The error text is included in the HTTP response body.
|
401 Unauthorized
|
The client is required to log in, as described in Logging In.
The client must support HTTP cookies.
|
403 Forbidden
|
The client does not have sufficient credentials to perform the requested operation.
For login requests, the provided username or password is invalid.
|
404 Not Found
|
The requested object was not found.
|
500 Internal Server Error
|
An error occurred while handling this request.
The detailed error description is included in the HTTP response body.
|