ListTables

GET v1/{project_id}/data/tables

Request Syntax

This operation does not require a request body

Request Parameters:

Parameters should be provided via GET query string.

start_table_name
The first table name that this operation will evaluate.
Type: xsd:string
Required: No
limit
A maximum number of the items to return.
Type: xsd:int
Required: No

Response Syntax

{
    "last_evaluated_table_name": "string",
    "tables": [
        {
            "rel": "string",
            "href": "url"
        }
    ]
}

Response Elements

last_evaluated_table_name
The name of the last table in the current page of results.
Type: String
tables
Array of the table info items
Type: array of structs
Errors
TBW

Sample Response