有没有一种方法可以通过API将整个Trello板导出为JSON?

编程入门 行业动态 更新时间:2024-10-26 10:31:20
本文介绍了有没有一种方法可以通过API将整个Trello板导出为JSON?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在尝试比较Trello板,以突出差异.您可以通过以下方式轻松地从Trello以JSON格式下载板子:将板子的名称替换为url中的".json":

I'm trying to compare Trello boards in order to highlight differences. You can easily download a board in JSON format from Trello by replacing the board's name with ".json" in the url:

trello/b/board_id_here.json

但是,这要求您通过Trello进行身份验证.有没有办法直接从Trello API中获得此确切的JSON输出?有多种方法可以从API中获取每个子对象,但我看不到提取板的完整JSON表示以及与之相关的所有内容的方法.

This requires you to be authenticated with Trello, however. Is there a way to get this exact JSON output directly out of the Trello API? There are ways of getting each of the child objects from the API, but I don't see a way to extract an entire JSON representation of the board and everything related to it.

任何帮助都将不胜感激!

Any help greatly appreciated!

推荐答案

该备份路由只是GET ting /1/boards/board_id_here的同义词,具有以下参数:

That backup route is just a synonym for GETting /1/boards/board_id_here with the following parameters:

fields: "all" actions: "all" action_fields: "all" actions_limit: 1000 cards: "all" card_fields: "all" card_attachments: true labels: "all" lists: "all" list_fields: "all" members: "all" member_fields: "all" checklists: "all" checklist_fields: "all" organization: false

更多推荐

有没有一种方法可以通过API将整个Trello板导出为JSON?

本文发布于:2023-11-23 18:23:24,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622437.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:可以通过   方法   API   Trello   JSON

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!