Verbs are the basic commands that a client application sends to CaseMap Server as part of a request. In general, a verb is sent as part of the request.Method header. Currently, the API supports only the GET verb, as described in the following topic.
Verb  | 
Description  | 
Retrieves information from the specified resource. 
  | 
|
PUT  | 
Updates a resource, or if unavailable creates the new resource. 
  | 
POST  | 
Creates a new resource. 
  | 
DELETE  | 
Deletes the specified resource. 
  |