Ámbitos Requeridos
Esta API requiere uno de los siguientes ámbitos:hubdb
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID or name of the table to query.
Query Parameters
Specifies the column names to sort the results by.
The cursor token value to get the next set of results. You can get this from the paging.next.after
JSON property of a paged response containing more results.
The maximum number of results to return. Default is 1000
.
Specify the column names to get results containing only the required columns instead of all column details. If you want to include multiple columns in the result, use this query param as many times.