Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/api/bigDataSets/tables/:id/tables

This endpoint will return the list of available tables for the specified big data set.

...

Resource URL

https://service.belladati.com/api/bigDataSets/:id/tables

HTTP Method

GET

Request Parameters

...

Sample Request / Response

Using curl:

curl --location --request GET 'http://localhost:8080/api/bigDataSets/1046/tables' \
--header 'Authorization: OAuth oauth_consumer_key="consumer_key",oauth_token="1552b654da3cd2a57bdbb9efa2effde7",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1664810576",oauth_nonce="148",oauth_version="1.0",oauth_signature="DVLtFZEq%2FLnMkrpONp6ZNZf3gYA%3D"'

The JSON format response:

...