Example curl Request

The following example demonstrates accessing the data service tables endpoint using curl:

curl -X GET

-u "<username>:<password>"

https://<url>/ebis/api/v1/dataservice/metadata/tables

The variables in the previous example should be replaced with the following information when accessing the data service:

<username>: The username of an application user which will access the data service. <password>: The password associated with the user account used to access the data service. <url>: The URL provided to you when the application was deployed.

Limitations

Complex SQL queries cannot be replicated in JSON input. The API supports only:

In order to execute the complex queries (sub queries, multiple joins, aggregate methods), it is recommended that you:



Last Published Tuesday, February 6, 2024