v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Data stores

List data stores

Retrieves a collection of all data stores for a team with a given ID. Returned data stores are sorted by name in ascending order.

get/data-stores

Query parameters

teamIdinteger required

The unique ID of the team whose data stores will be retrieved.

cols[]string[]

Specifies the group of values to return. For example, you can retrieve only names and IDs of data stores for a team with a given ID.

pg[sortBy]'name'

The value that will be used to sort returned entities by. Data stores can be currently sorted only by name.

pg[offset]integer

The number of entities you want to skip before getting entities you want.

pg[sortDir]'asc' | 'desc'

The sorting order. It accepts the ascending and descending direction specifiers.

pg[limit]integer

The maximum number of entities you want to get in the response.

Response

Successful response