Skip to content

Function: getListCards()

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

Defined in: api/lists.ts:175

List the cards in a list

Parameters

ParameterTypeDescription
clientClient-
parameters{ id: unknown; }-
parameters.idunknownThe ID of the list

Returns

Promise<object[]>