Skip to content

Function: getListCards()

ts
function getListCards(
   client, 
   parameters, 
options?): Promise<object[]>;

Defined in: api/lists.ts:218

List the cards in a list

Parameters

ParameterTypeDescription
clientClient-
parameters{ id: string; }-
parameters.idstringThe ID of the list
options?RequestOptions-

Returns

Promise<object[]>