【发布时间】:2022-01-02 23:47:22
【问题描述】:
我正在调用数据工厂中的数据并努力调用“next_page”项中的 url。
这是第一个 API 调用返回的示例:
{
"items": [
{
"title_one": "TTL-55924",
"id": "CPT-TTL-64577_TTL-55924",
"title_id": "TTL-64577"
},
{
"title_one": "TTL-69015",
"id": "CPT-TTL-79755_TTL-69015",
"title_id": "TTL-79755"
}
],
"next_page": "http://api.com/api/info?offset=5000&key=XXXxxxXXXxxx"
}
我不确定在我的复制活动的分页规则中使用哪些选项。
目前我正在尝试使用值为“$['next_page']”的选项“AbsoluteURL”,但这只会返回一个错误。
【问题讨论】:
标签: json api pagination azure-data-factory