...
Field | Description |
---|---|
body | The request body. |
getHeader | |
headers | All request headers. |
queryParams | The query parameters from the request. |
queryString | The query added to the endpoint URL. |
URIuri | The entire request URL.URL |
url | The entire request URL. |
Example:
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 |