Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

i want to pass multiple list id in search api of trello how to do that

i am using trello search api in laravel to get the cards based on boards now want to get cards of multiple lists by sending more than two list ids in search api but i get empty array

this is how tried,

 

$list= 'list:list_id' . 'OR' .'list:list_id';
$query = array(
'actions' => 'all',
'query' => $id . ',' . $list,
'card_board' => true,
'board_fields' => 'id,name',
'cards_limit' => 10,
'cards_page' => $counts,
'card_members' => true,
'card_member_fields' => 'id,fullName',
'card_list' => true,
// 'card_fields' => 'id,desc,dateLastActivity,name,closed,due,labels',

'key' => my key,
'token' => 'my token'
);

$response = Http::get(
// 'https://api.trello.com/1/boards/' . $id . '/cards',
// $query
$query
);

1 answer

0 votes
Theodoro Reato
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 14, 2023

Hey Hannah, 

Welcome to the community, 

This question would be better handled at: https://community.developer.atlassian.com/c/trello

Could you raise it there? You actually may find the answer before it with a search.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events