Basic REST operations
The following topics discuss how caller applications can execute fundamental REST operations on Cloud API, and the Guidewire-specific enhancements to these operations. This includes how to:
- Construct GET requests to query for data
- Use query parameters to refine response payloads
- Construct POST requests to create new data
- Construct PATCH requests to modify existing data
- Construct DELETE requests to remove data