Using the Get method
- Updated: 2025/05/19
Use the Get method actions from the REST Web Services 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 how the Get method action retrieves a list of all
the available pets from the Petstore database and exports the list to a text file in the
local system.
Note: The Get method action does not take any request
body.