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