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 请求节点手册 | 分页。
🌐 Refer to HTTP Request node cookbook | Pagination for example pagination configurations.
HTTP node only
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. |