Fetch all data stores

get/admin/dataStores/all

Retrieves a list of all available data stores.

Request Samples

1

Response Samples

1[
2 {
3 "$ref": "#/components/examples/dataStoreExample"
4 }
5]

Query Parameters

NameTypeRequiredDescription
includeInternal
string
true

Specifies whether to include internal data stores. Internal data stores are used by Data Hub or other components of SAS Visual Investigator.

Default:
false

Responses

StatusMeaningDescription
200OK

The request succeeded. An array of data stores is returned.

Schema