HTTP Methods
The RMS Cloud LM REST API support the HTTP methods described below for interacting with resources.
HTTP Method | Description |
---|---|
POST |
A POST request is used to create/update a new resource. If the POST request results in the creation of a resource, the response includes a Location header with the address of the new resource. |
GET |
A GET request is used to retrieve data. The GET method is used to do the following: >Retrieve details of a resource. >Search resources based on given query parameters. |
You can also use pagination, sorting, and filtering parameters to navigate through a list.