HTTP Methods

Standard HTTP methods are used to specify the action to be performed on a resource.

MethodsAction
GETRetrieve a collection of resources.
POSTMake a new resource.
PATCHMake minor adjustments to an already-existing resource.
DELETEutilized to ask that a particular resource or URL be removed