You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am working on a personal project to create an integration with Trello. My basic idea is to authenticate with Trello and request for Work spaces, boards, lists and cards using the REST API provided by Trello. There are few confusions:
1) I could not find an endpoint which I can use to request for the Work Spaces a user is associated with or is an admin?
2) I want to get all the boards under the selected workspace, which I could not find an endpoint to work with either.
I hope you understand my queries. It would be a great help if anyone can help me or suggest me anything.
The term workspace is relatively new. If I am not mistaken, it maps to organization. Try it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@milynnus can you help me with the parameter "idModel", which is required when creating a webhook. As the documentation says, by providing the idModel I can get the information/action done to that certain model. However, I would like to get all actions done in an organization? (like change in boards, cards and members in that particular organization)
. Should I just mention that organization id in the idModel parameter when creating the webhook?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry have not come across using organisation in idModel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.