FieldDescription
bodyThe request body.
getHeader
headersAll request headers.
queryParamsThe query parameters from the request.
queryStringThe query added to the endpoint URL.
uriThe entire request URL.
urlThe entire request URL.

Example:

const query = request.uri; //"api/now/table/myTable"	
Source request URL: https://instance.simpleone.ru/api/now/table/myTable?active=false&name=now.


const query = request.url; //"https://instance.simpleone.ru/api/now/table/myTable?active=false&name=now"
Source request URL: https://instance.simpleone.ru/api/now/table/myTable?active=false&name=now

body


The body of the request.

Parameters:

Name


body