- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists all data exchanges from projects in a given organization and location.
HTTP request
GET https://analyticshub.googleapis.com/v1/{organization=organizations/*/locations/*}/dataExchanges
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
organization |
Required. The organization resource path of the projects containing DataExchanges. e.g. |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection. |
pageToken |
Page token, returned by a previous call, to request the next page of results. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Message for response to listing data exchanges in an organization and location.
JSON representation |
---|
{
"dataExchanges": [
{
object ( |
Fields | |
---|---|
dataExchanges[] |
The list of data exchanges. |
nextPageToken |
A token to request the next page of results. |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigquery
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.