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

How to get activity of card with REST API.

nap3.jp August 14, 2017

I want to create a list of cards that I converted to cards from the check list.
I will use the REST API to make a list of cards.

Please tell me how to get activity of card with REST API.

1 answer

0 votes
Oscar Triscon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 14, 2017

If you want to do this dynamically (as the conversions happen),you need to use webhooks. This is a good introduction: https://developers.trello.com/page/webhooks

nap3.jp August 14, 2017

Thanks for reply.


I want to get the Activity of the image.
Can I get Activity in batch processing instead of dynamic?

 

2017-08-15_11h51_53.png

Oscar Triscon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 15, 2017

Yes, you can get the activity as batches. You will need to get the actions associated with the cards on the board.

For the particular purpose of listing all the cards converted from a checklist item on a board, you can issue a request like this:

GET boards/BOARD_ID/actions?filter=convertToCardFromCheckItem&limit=1000&key=KEY&token=TOKEN

This will return an array of up to 1000 checklist item conversions on your board.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events