Query V1 and V2 API
Data 360 Query services supports multiple versions of the Data 360 Query API. This page describes the legacy versions of the Data 360 Query API.
For the best query experience, use query services through the Data 360 Connect REST API.
Query API V2 supports SQL query in ANSI standard. The results return as an array of records. The expected input when calling this API is SQL. The input objects include data stream, profile and engagement data model objects, and unified data model objects.
This API allows you to execute SQL queries against data streams, profile or engagement data model objects, and unified data model objects. The Query API V1 supports only synchronous calls, making it suitable for data extraction, external application integration, or interactive querying on the data lake.