Function: getListCards()
ts
function getListCards(client, parameters): Promise<object[]>;Defined in: api/lists.ts:175
List the cards in a list
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: unknown; } | - |
parameters.id | unknown | The ID of the list |
Returns
Promise<object[]>