Get all table names from a data store

get/admin/dataStores/{dataStoreId}/tables

Returns a list of all table names from the data store with the specified ID. This endpoint requires the "svi.administration.core_metadata" capability.

Request Samples

1

Response Samples

1[
2 "table_name_1",
3 "table_name_2",
4 "table_name_3"
5]

Path Parameters

NameTypeRequiredDescription
dataStoreId
integer
true

The ID of the data store from which to get the table names.

Responses

StatusMeaningDescription
200OK

The request succeeded. A list of the data store's table names is returned.

Schema
404Not Found

A data store with the specified ID was not found.

Schema