Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


FieldDescription
bodyThe request body.
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:

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


Code Block
languagexml
themeEclipse
titleURL
linenumberstrue
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