Return all draft tables
Returns the details for each draft table defined in the specified account, including column definitions.
Query parameters
The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.
Specifies whether to return archived tables. Defaults to false.
Specifies the content type for the response.
Only return tables created after the specified time.
Only return tables created at exactly the specified time.
Only return tables created before the specified time.
Indicates whether to retrieve the localized schema.
The maximum number of results to return. Default is 1000.
Specifies which fields to use for sorting results. Valid fields are name, createdAt, updatedAt, createdBy, updatedBy. createdAt will be used by default.
Only return tables last updated after the specified time.
Only return tables last updated at exactly the specified time.
Only return tables last updated before the specified time.
Response
successful operation
Changes
Changed in 2 of the 51 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲