Skip to content

Latest commit

 

History

History
128 lines (70 loc) · 2.4 KB

GetAllInvitationsOptionalParams.md

File metadata and controls

128 lines (70 loc) · 2.4 KB

@affinda/affinda / Exports / GetAllInvitationsOptionalParams

Interface: GetAllInvitationsOptionalParams

Optional parameters.

Hierarchy

  • OperationOptions

    GetAllInvitationsOptionalParams

Table of contents

Properties

Properties

abortSignal

Optional abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Inherited from

coreClient.OperationOptions.abortSignal


limit

Optional limit: number

The numbers of results to return.


offset

Optional offset: number

The number of documents to skip before starting to collect the result set.


onResponse

Optional onResponse: RawResponseCallback

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

Inherited from

coreClient.OperationOptions.onResponse


organization

Optional organization: string

Filter by organization.


requestOptions

Optional requestOptions: OperationRequestOptions

Options used when creating and sending HTTP requests for this operation.

Inherited from

coreClient.OperationOptions.requestOptions


role

Optional role: string

Filter by role.


serializerOptions

Optional serializerOptions: SerializerOptions

Options to override serialization/de-serialization behavior.

Inherited from

coreClient.OperationOptions.serializerOptions


status

Optional status: string

Filter by status.


tracingOptions

Optional tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Inherited from

coreClient.OperationOptions.tracingOptions