HTTP Verbs
The REST API supports the following HTTP verbs for applying actions to resources:
Verb |
Description |
---|---|
|
Retrieves only the HTTP header of a resource. Applicable to all resources. |
|
Retrieves the current state of a resource, including the content. |
|
Creates a new resource in a collection, or invoke an RPC-style call on a resource. |
|
Updates the state of a resource. |
|
Deletes a resource. |
|
Makes partial changes to an existing resource. It provides an entity containing a list of changes to be applied to the resource requested using the HTTP URI. The list of changes are supplied in the form of a |
|
Locks a resource |
|
Unlocks a resource |