Request

About this task

Fill in the following fields in Request.

Procedure

  1. The URL defined in the service to which the Relative URL is appended in the Service URL.(The URL is auto populated from the parent Service to which this endpoint belongs.)
  2. In the Relative URL, type the URL relative to the base URL defined in the service. An absolute path can also be specified, in which case the service’s URL will be ignored.
  3. Select one of the following options in Method.
    • GET
    • POST
    • PUT
    • DELETE
    • PATCH
    • HEAD
    • OPTIONS
  4. Click on Add a row under Query Parameters to fill in the details of values in the table of query parameters. The value can either be set to a literal value or to a request parameter value, specified as {$param-name}. Click on Add a row to add more values.
  5. Click on Add a row under Headers to fill in the details of values in the table of request headers. The value can either be set to a literal value or to a request parameter value, specified as {$param-name}. Click on Add a row to add more values.
  6. Select one of the following options in Pagination Type to specify the type of pagination.
    • None
    • Offset
    • Page
    • Next Page Link
    • Next Page Token
  7. Click on Add a row under Parameters to fill in the details of values in the table of request parameters. The parameters can be used in the URL, headers, or query parameter, specifying the parameter name as {$param-name}. Click on Add a row to add more values.
  8. Click on Add a row to add the name of the trigger column under Triggers.. Click on Add a row to add more values.
  9. Click on Call API, to trigger the response of the selected API.
  10. Click on Next to enter Response