Skip to content

Commit c2c1037

Browse files
committed
Merge branch 'patch-14' of https://github.com/jasonhorner/azure-docs into april-public-prs-2025
2 parents 390ee75 + e2fb03f commit c2c1037

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/data-factory/connector-rest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ The following properties are supported in the copy activity **source** section:
411411
| requestInterval | The time to wait before sending the request for next page. The default value is **00:00:01** | No |
412412

413413
>[!NOTE]
414-
>REST connector ignores any "Accept" header specified in `additionalHeaders`. As REST connector only support response in JSON, it will auto generate a header of `Accept: application/json`. <br>
415-
>The array of object as the response body is not supported in pagination.
414+
>The REST connector ignores any "Accept" header specified in `additionalHeaders`. Since it only supports JSON responses, it automatically sets the header to Accept: application/json. <br>
415+
>Pagination is not supported for REST API responses where the top-level structure is a JSON array.
416416
417417
**Example 1: Using the Get method with pagination**
418418

@@ -985,8 +985,7 @@ The pagination rule syntax is the same as in Example 8 and should be set as belo
985985

986986
## Export JSON response as-is
987987

988-
You can use this REST connector to export REST API JSON response as-is to various file-based stores. To achieve such schema-agnostic copy, skip the "structure" (also called *schema*) section in dataset and schema mapping in copy activity.
989-
988+
You can use the REST connector to export a REST API's JSON response as-is to various file-based storage systems (sinks). To enable this schema-agnostic copy behavior, use default schema mapping (don’t define any mapping in the Copy Activity's Mapping tab.)
990989
## Schema mapping
991990

992991
To copy data from REST endpoint to tabular sink, refer to [schema mapping](copy-activity-schema-and-type-mapping.md#schema-mapping).

0 commit comments

Comments
 (0)