Standard RESTful Operations
The following standard RESTful operations are supported, along with their corresponding HTTP verb:
| CRUD Operations | HTTP Verbs |
|---|---|
| Create | POST |
| Read | GET |
| Update | PUT |
| Delete | DELETE |
For the full list of object sets and their associated actions, see REST API
