HTTP request
Performs an HTTP request with a third-party app's REST API endpoint.
Last updated
// Object path for storing the response into variable where list is returned
result.data.list[0].id
// Here the value of the field `id` will be stored in the variable mapped to it.// Object path for storing the response into variable where single value is returned
result.data.id
// Here the value of the field 'id' will be stored in the variable mapped to it.