You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-rest.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -928,7 +928,7 @@ The backend will automatically get the next URL based on the RFC 5988 style link
928
928
>
929
929
> :::image type="content" source="media/connector-rest/pagination-rule-example-7-disable-rfc5988.png" alt-text="Screenshot showing how to disable R F C 5988 setting for Example 7.":::
930
930
931
-
#### Example 8: The next request URL is from the response body when use pagination in mapping data flows
931
+
#### Example 8a: The next request URL is in the response body when using pagination in mapping data flows
932
932
933
933
This example states how to set the pagination rule and the end condition rule in mapping data flows when the next request URL is from the response body.
934
934
@@ -952,6 +952,18 @@ But if the value of **@odata.nextLink** in the last response body is equal to th
952
952
953
953
:::image type="content" source="media/connector-rest/pagination-rule-example-8-end-condition-2.png" alt-text="Screenshot showing setting the end condition rule when the complete key in the response header equals to true indicates the end of pagination.":::
954
954
955
+
#### Example 8b: The next request URL is in the response body when using pagination in copy activity
956
+
957
+
This example demonstrates how to set the pagination rule in a copy activity when the next request URL is contained within the response body.
958
+
959
+
The response schema is shown below:
960
+
961
+
:::image type="content" source="media/connector-rest/pagination-rule-example-8-response-schema.png" alt-text="Screenshot showing the response schema of Example 8b.":::
962
+
963
+
The pagination rules should be set as shown in the following screenshot:
964
+
965
+
:::image type="content" source="media/connector-rest/pagination-rule-example-8b.png" alt-text="Screenshot showing how to set the pagination rule for Example 8b.":::
966
+
955
967
#### Example 9: The response format is XML and the next request URL is from the response body when use pagination in mapping data flows
956
968
957
969
This example states how to set the pagination rule in mapping data flows when the response format is XML and the next request URL is from the response body. As shown in the following screenshot, the first URL is *https://\<user\>.dfs.core.windows.NET/bugfix/test/movie_1.xml*
0 commit comments