Datasets in Data Studio can be accessed by other systems and applications using the OData protocol. Many applications are able to consume data from OData APIs directly. Alternatively, developers can access the API itself (see a list of supported programming languages).
For security reasons, Datasets will not be accessible via OData unless both the Dataset and the Space it belongs to have been configured to allow access.
When you connect using OData, you will need to provide the following information:
Setting | Value |
---|---|
URL | http[s]://<server>/odata/<environment label> See manage Environments for details of how to determine the environment label |
Authentication Type | Basic |
Username | Your Data Studio username (typically your email address) |
Password | A valid Data Studio API key |
If you are using an application to read OData, you won't need to understand the details of the protocol. However for developers who wish to access the API from code, it may be useful to know the subset of OData query parameters that are currently supported by Data Studio:
Please consult the OData Standard or the documentation for the OData library you are using for information about how to supply these parameters.