docs/classes/management.SDK.ConnectionsClient.html
new ConnectionsClient(options: BaseClientOptions): ConnectionsClient
get(
id: string,
request?: ConnectionsGetRequest,
requestOptions?: ConnectionsClient.RequestOptions,
): Promise<Page<ConnectionForList, ListClientConnectionsResponseContent>>
Retrieve all connections that are enabled for the specified Application, using checkpoint pagination. A list of fields to include or exclude for each connection may also be specified.
read:connections scope and any one of read:clients or read:client_summary.from parameter. If there are more results, a next value is included in the response. You can use this for subsequent API calls. When next is no longer included in the response, no further results are remaining.ID of the client for which to retrieve enabled connections.
OptionalrequestOptions: ConnectionsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.clients.connections.get("id", { strategy: ["ad"], from: "from", take: 1, fields: "fields", include_fields: true })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods get Properties _options