HTTP节点变量#
在使用分页功能时,用于处理HTTP节点请求和响应的变量。
参考HTTP Request获取关于使用HTTP节点的指导,包括配置分页功能。
请参考HTTP Request节点使用手册 | 分页查看分页配置示例。
仅限HTTP节点
这些变量用于HTTP节点中的表达式。您不能在其他节点中使用它们。
| 变量 | 描述 |
|---|---|
$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. |