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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -662,8 +662,7 @@ Response 2:
662
662
The REST API returns the last response in the following structure:
663
663
664
664
```json
665
-
{
666
-
}
665
+
{}
667
666
```
668
667
Set the end condition rule as **"EndCondition:$.data": "NonExist"** to end the pagination when the value of the specific node in response dose not exist.
669
668
@@ -809,7 +808,7 @@ Set **MaxRequestNumber** to avoid endless request as shown in the following scre
809
808
810
809
The backend will automatically get the next URL based on the RFC 5988 style links in the header.
811
810
812
-
:::image type="content" source="media/connector-rest/pagination-rule-example-7-http-header.png" alt-text="Screenshot showing the sample http header for Example 7.":::
811
+
:::image type="content" source="media/connector-rest/pagination-rule-example-7-http-header.png" alt-text="Screenshot showing samples of the http header that complies with RFC 5988.":::
813
812
814
813
> [!TIP]
815
814
> If you don't want to enable this default pagination rule, you can set `supportRFC5988` to `false` or just delete it in the script.
@@ -852,7 +851,7 @@ The response schema is shown below:
852
851
853
852
:::image type="content" source="media/connector-rest/pagination-rule-example-9-response-schema.png" alt-text="Screenshot showing the response schema of Example 9.":::
854
853
855
-
The pagination rule sytax is the same as in Example 8 and should be set as below in this example:
854
+
The pagination rule syntax is the same as in Example 8 and should be set as below in this example:
856
855
857
856
:::image type="content" source="media/connector-rest/pagination-rule-example-9.png" alt-text="Screenshot showing setting the pagination rule for Example 9.":::
0 commit comments