Optional parameters.

interface GetChannelsOptionalParams {
    direction?: string;
    limit?: number;
    scope?: string;
    state?: string;
}

Hierarchy

  • OperationOptions
    • GetChannelsOptionalParams

Properties

direction?: string

Sorts results in forwards or backwards direction

limit?: number

Limit paginated resources (max 100)

scope?: string

Scopes results in a txi or generation range

state?: string

Exclusively filter by active/inactive channels.