I am going through Trello API docs. I am new to trello. I am trying to understand, what is below API going to give me?
GET /1/actions/[idAction]
what are these actions? how are actions and cards associated as in what is the relationship between them?
Thank you.
The Trello API offers the ability to search all the actions, boards, cards, members, and organizations. While you can't control which fields you want to search, you can specify which fields you want your search to return.
Trello provides a simple RESTful web API where each type of resource (e.g. a card, a board, or a member) has a URI that you can interact with. The Trello API documentation is available at https://developer.atlassian.com/cloud/trello.
Thanks for reaching out. Unfortunately there isn't a way to hide this activity as it is activity on a public board, meaning anyone will be able to see this. In the same way that the activity is visible in the board activity, this is then reflected on your personal profile page.
Trello actions are basic action associated almost with all Trello entities. Trello action could be for example addAttachmentToCard
which provides you information that attachment was added to card, this action is generated immediately when you add some attachment to card.
Action is defined as:
id
idMemberCreator
data
type
date
If you want get all actions of specific card you are able to use GET /1/cards/[card id or shortlink]
. The relationship between Action and another Trello entity is N to one - Trello entity could have N actions but specific action (is defined by ID!) is associated only with one entity.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With