Interface GetClientConnectionsRequest

Hierarchy

  • GetClientConnectionsRequest

Properties

client_id: string

ID of the client for which to retrieve enabled connections.

fields?: string

A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields

from?: string

Optional Id from which to start selection.

include_fields?: boolean

true if the fields specified are to be included in the result, false otherwise (defaults to true)

Provide strategies to only retrieve connections with such strategies

take?: number

Number of results per page. Defaults to 50.