Data Extension Data API
1.0
Use the data extension data endpoints to retrieve paginated data from a data extension in your Marketing Cloud Engagement account. Filtering, sorting, and paging are supported only with sendable data extensions. Requests to retrieve data from non-sendable data extensions can return a maximum of 200 rows.
NOTE
There are several APIs related to data extensions:
- Use this API to query data in a data extension.
- Use the Data Extensions API to create, modify, and manage data extension objects.
- Use the Data Extension Rows (Asynchronous) and Data Extension Rows (Synchronous) APIs to add or update rows of data in a data extension.
- Use the Data Extension Imports API to manage data import jobs.
This table lists the use cases that this API supports.
| Use Case | HTTP Verb | Endpoint |
|---|---|---|
| Get data extension data | GET | /data/v1/customobjectdata/{id}/rowset |
| Get data extension data by key | GET | /data/v1/customobjectdata/key/{key}/rowset |
| Get data by request token | GET | /data/v1/customobjectdata/token/{token}/rowset |
NOTE These APIs don't support retrieving data from a synchronized data extension.
Append the operation endpoint addresses to this base URL, replacing {subdomain} with the unique subdomain for your Marketing Cloud Engagement tenant:
https://{subdomain}.rest.marketingcloudapis.com
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!