CaseMap Server

About Verbs

About Verbs

Previous topic Next topic No directory for this topic No expanding text in this topic  

About Verbs

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

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

GET

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.