Returns a set of rows in the published version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters column1__gt=5&sort=-column1
, API returns the rows with values for column column1
greater than 5 and in the descending order of column1
values. Refer to the overview section for detailed filtering and sorting options.
Note: This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
hubdb
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object
.