Configuring REST Adapter Request Parameters Properties

Enter the REST Adapter request parameters for this endpoint.

What You Can Do from the REST Adapter Request Parameters Page

You can view and configure the following request parameters on the trigger or invoke REST Adapter Request Parameters page.

  • Specify query parameters.
  • View the template parameters in the relative resource URI.

What You See on the REST Adapter Request Parameters Page

The following table describes the key information on the REST Adapter Request Parameters page.

Element Description

Resource URI

Displays the endpoint relative resource URI entered on the Basic Info page.

Specify Query Parameters

Specify query parameters for the REST endpoint.

Click the Add icon to display a row for entering the parameter name and selecting its data type. For example, specify state and select a data type of string.

Click the Delete icon to delete a selected row.

Template Parameters

Displays the template parameters in the relative resource URI. Template parameters are based on details you specified on the Basic Info page and cannot be edited.

Template parameters must be defined as part of a path with curly braces around them. For example, the URL default/customers/{cust-id}/{ship-id has cust-id and ship-id template parameters. You can change the data type for the parameters.

Note: Both query and template parameter values are displayed in the mapper through use of an XML element. For query, the XML element name is query_parameters For template, the XML element name is template_parameters.