Define Api Request Type: REQ_TYPE
The Define Api Request Type command defines the type of HTTP request to be sent to the API endpoint. It supports GET, POST, PUT, DELETE, etc. request methods. This step is essential to specify the action the API should perform.
Example: Suppose you need to retrieve student information via a GET request.
Steps to Configure:
- From the Action drop-down, select Define Api Request Type.
- Leave the Screen Name and Element Key fields blank.
- In the Parameter section, specify the request type (e.g., GET, POST, etc.).
- Click Save.
Note: While the steps for adding an action command are identical in both views, the display of the steps changes:


Expected Outcome on Execution: The system sets the API request type to GET, preparing it to retrieve data from the specified endpoint.