Understanding Nested Resources
Trello API はデータのアクセスに関して、いくつかの方法を提供している。
Trello experience の入れ子という特性 of the
Trello experience (カードはボードの中にあるリストの中に存在している)により、多くの resources は入れ子entityとしてアクセスできる。
加えて、APIでは、クエリパラメータと同様に URL パラメータとしての nested resources で取得することができる。
例えば、あるボードにある、すべてのカード情報が欲しければ
を使う。
多くのフィールド、値は重複しているため、
we've included a section of documentation for each resource that outlines how it can be accessed as a nested resource either via the URL or a query parameter.
Each resource in the Trello API that is nested will contain a section {Resource Nested Resource} (e.g. Actions Nested Resource) wherein the options for using the resource as a query param or a URL are outlined.
When a nested resource is available via another resource, we'll link to the nested resource section.
最終更新:2019年05月03日 15:15