Get headers for all table names from a data store

head/admin/dataStores/{dataStoreId}/tables

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

1Not Available

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.

404Not Found

A data store with the specified ID was not found.