Using the Get method
- Updated: 2024/03/19
Using the Get method
Use the Get method actions from the REST Web Service package to retrieve or get the information identified by parameters included in the URI .
This example uses endpoints from the Swagger Petstore sample API (Petstore) to
demonstrate using Get method action to retrieve data from the Petstore
database.
Note: GET method action does not take any request
body.