v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Data structures

List data structures

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

get/data-structures

Query parameters

teamIdinteger required

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

cols[]string[]

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

pg[sortBy]'name'

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

pg[offset]integer

The value of entities you want to skip before getting entities you need.

pg[sortDir]'asc' | 'desc'

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

pg[limit]integer

Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.

Response

Successful response