The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events