Get headers for all table names from a data store

head/admin/dataStores/{dataStoreId}/tables
Internal-Use Only

Returns headers for 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

1No example avaliable

Path Parameters

NameTypeRequiredDescription
dataStoreId
integer
true

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

Responses

StatusMeaningDescription
200OKThe request succeeded. A list of the data store's table names is returned.
404Not FoundA data store with the specified ID was not found.