HTTP 节点变量#
¥HTTP node variables
使用分页时,用于处理 HTTP 节点请求和响应的变量。
¥Variables for working with HTTP node requests and responses when using pagination.
请参阅 HTTP 请求 以了解有关使用 HTTP 节点(包括配置分页)的指导。
¥Refer to HTTP Request for guidance on using the HTTP node, including configuring pagination.
请参阅 HTTP 请求节点 Cookbook | 分页 以了解分页配置示例。
¥Refer to HTTP Request node cookbook | Pagination for example pagination configurations.
HTTP node only
这些变量用于 HTTP 节点中的表达式。其他节点中不能使用。
¥These variables are for use in expressions in the HTTP node. You can't use them in other nodes.
| Variable | Description |
|---|---|
$pageCount |
The pagination count. Tracks how many pages the node has fetched. |
$request |
The request object sent by the HTTP node. |
$response |
The response object from the HTTP call. Includes $response.body, $response.headers, and $response.statusCode. The contents of body and headers depend on the data sent by the API. |