14
A
回答
14
評論是一種行動( 「commentCard」)的,所以看進/卡/:ID /動作
0
Trello.actions.get(action.id + "/data", function() {})
似乎與client.js做到這一點對我來說。希望幫助:)
1
GET/1 /卡/ [卡ID或shortlink] /動作
你會得到JSON行動對象的列表,每個都有其類型,類型評論 「commentCard」在
object.data.text
https://trello.com/docs/api/card/index.html#get-1-cards-card-id-or-shortlink-actions
相關問題
- 1. API獲取評論
- 2. 如何通過API調用向Trello卡添加評論?
- 3. 如何通過Trello API發佈和檢索評論卡數據?
- 4. Facebook API - 獲取評論
- 5. Twitter流api - 獲取評論
- 6. Goodreads API獲取評論
- 7. instagram api評論獲取
- 8. 獲取評論由instagram api
- 9. SoundCloud API獲取評論
- 10. 從Shopify API獲取評論和評分
- 11. 從Bazzarvoice API獲取評論和評分
- 12. Ebay .net Api - 獲取買方評論
- 13. Youtube API獲取回覆評論
- 14. Facebook Graph API - 獲取最新評論
- 15. 從谷歌地圖獲取評論api
- 16. Youtube API v3獲取評論缺失庫
- 17. 谷歌API獲取用戶評論
- 18. Trello API複製卡:KeepFromSource
- 19. 獲取樹評論
- 20. 獲取基於板卡的列表 - Trello API
- 21. 在獲得特別評論後獲得新評論Facebook API
- 22. 如何獲取Trello API中的集合?
- 23. Yammer API評論
- 24. 獲取贊和評論
- 25. 獲取DISQUS評論數
- 26. 獲取Git Hub評論
- 27. Facebook:獲取筆記評論
- 28. 從黃頁獲取評論
- 29. 獲取用戶的評論
- 30. 獲取所有評論
感謝 註釋文本,將獲得與此去,做起來更容易一點像/卡/身份證/評論的任何機會呢? – hyp 2012-04-23 08:37:47
你知道這是否有效嗎?我只看到PUT/POST/DELETE註釋的API調用。 – 2014-01-31 20:19:13
在Ruby中,使用[ruby-trello](https://github.com/jeremytregunna/ruby-trello)gem,我可以直接從'Card'對象獲得'commentCard'動作,使用'comments = card .actions({filter:'commentCard'})'。我認爲*它仍然會產生一個單獨的HTTP請求,但如果你已經有了一個對象,那麼這樣做可能更有意義。我希望你可以用其他語言的API做類似的事情。 – acobster 2014-07-23 17:38:14