Skip to main content

Get help for ARIS

Request configuration

Configure the request to retrieve data.

Request section

Field

Description

HTTP method

GET, POST, PUT, PATCH, or DELETE

URL

The endpoint path appended to the base URL. May include placeholders, such as ${baseURL}/users/{{userId}}

The Parameters, Header, and Body tabs allow you to add further input:

  • Parameters

    Query string key-value pairs. Values can include placeholders.

  • Header

    HTTP request headers. Values can include placeholders.

  • Body

    Available for POST , PUT , and PATCH . Enter a JSON template; values can include placeholders.

Note

All placeholders used in the request must be defined in the placeholder list. Undefined placeholder references cause a validation error on save.