Table of Contents

Method GetList

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

GetList(QueryParameter<T>, CancellationToken)

Retrieves a list of entities that match the specified query parameters.

public Task<List<T>> GetList(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)

Parameters

queryParameter QueryParameter<T>

The query parameters.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<List<T>>

A task that represents the asynchronous operation. The task result contains a list of entities.