Skip Ribbon Commands
Skip to main content
SharePoint

Set query elements in your HTTP request

Query elements are parts of a URL containing data to be passed to the server.  Query strings are composed of name-value pairs joined by an equals sign and separated by an ampersand or semi-colon, e.g. http://server/path/program?field1=value1&field2=value2
 
To configure query elements for the URL in an HTTP request, complete the following steps:
  1. Check out and open the process you want to edit.

  2. Double-click or open the Submit HTTP Request activity that you previously configured and now want to edit.

  3. Click the Request tab. The corresponding screen is displayed.

  4. Within the Query Elements section, select the appropriate input field editor for the Query element field and set the field to the name of your query string in a URL, i.e. field name in the above example

  5. For the same row, in the Value field, select the appropriate input field editor and set the field to the value you wish to supply for your query string field

    Note:
    Add more mappings by clicking the plus sign (+) until you have added all of the required mappings. Click the minus sign (-) to remove a mapping.


  6. Click OK. You configured the query string element(s) for your HTTP request and can now configure the request body or map the response status or message. See the corresponding activity topics for details.

Related Topics
Determine the URL for your request
Set the timeout for a response
Configure the request header
Configure the request method
Configure the request body
Save the response status to a data item
Save elements of the response header
Save the response message to a data item or file location

Source
BPM Designer Topics > Overview of Activities and Activity Topics > Internet Activities > Submit HTTP Request

Last modified at 7/31/2020 11:57 AM