Get headers for table metadata from a data store

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

Returns headers for table metadata from a data store for the specified data store ID and table name. 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.

tableName
string
true

The name of the table from which to get the metadata.

Responses

StatusMeaningDescription
200OKThe request succeeded. The metadata for the table is returned.
404Not FoundA data store with the specified ID was not found.