v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Connections

List connections

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

get/connections

Query parameters

teamIdinteger required

The unique ID of the team whose connections will be retrieved.

type[]string[]

Specifies the type of the connections to return details for. The connection type is defined in the accountName property and you can get it from the Get connection details endpoint.

<connectionType>[]string[]

Allows utilizing the scopes check. The particular connection type (<connectionType>) should be one of the types specified in the type[] parameter. The values are the scopes to check for the given connection type. You can send multiple <connectionType> values with corresponding arrays to check multiple connection types scopes at once. The result of the check is reflected in the scoped property of the returned connection object.

cols[]string[]

Specifies the group of values to return. For example, you may want to check which returned connections can be upgraded.

Response

Successful response