Skip to content

Define Api Request Type: REQ_TYPE

The Define Api Request Type action 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:

  1. From the Action drop-down, select REQ_TYPE.
  2. Leave the Screen Name and Element Key fields blank.
  3. In the Parameter section, specify the request type (e.g., GET, POST, etc.).
  4. Click Save.
Note: While the steps for adding an action command are identical in both views, the display of the steps changes:
v7_api_automation_req_type_list_view
List View
v7_api_automation_req_type_grid_view
Grid View

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

Last updated: Oct 8, 2025
Back To Top