Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 374 Bytes

Cardlists.md

File metadata and controls

18 lines (14 loc) · 374 Bytes

Trello Board Lists API

Get a given board's lists

$api->boards()->lists()->all(string $id, array $params)

Filter card lists related to a given board

$api->boards()->lists()->filter(string $id, string|array $filter)

Create a list on a given board

$api->boards()->lists()->create($id, array $params)