Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 384 Bytes

Cards.md

File metadata and controls

18 lines (14 loc) · 384 Bytes

Trello Board Cards API

Get cards related to a given board

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

Filter cards related to a given board

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

Get a card related to a given board

$api->boards()->cards()->show(string $id, string $cardId)