Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
Used to retrieve metadata taxonomy nodes based on the parameters specified. Results are sorted in lexicographic order unless a query parameter is passed. With a query parameter specified, results are sorted in order of relevance.
enterprise_123456The namespace of the metadata taxonomy.
geographyThe key of the metadata taxonomy.
["c73a9bf3-f377-4210-9159-3df06a481905","bf8b8213-be1f-4011-bd45-533c0713fa0a"]Node identifier of any ancestor node. Multiple values can be provided. Results include nodes that match any of the specified values.
trueWhen set to true this provides the total number of nodes that matched the query. The response will compute counts of up to 10,000 elements. Defaults to false.
[1]Filters results by taxonomy level. Multiple values can be provided. Results include nodes that match any of the specified values.
10001000返す項目の1ページあたりの最大数。
JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii結果が返される開始位置のマーカー。マーカーベースのページネーションを使用している場合に使用されます。
これを使用するには、usemarkerをtrueに設定する必要があります。
["c73a9bf3-f377-4210-9159-3df06a481905"]Node identifier of a direct parent node. Multiple values can be provided. Results include nodes that match any of the specified values.
FranceQuery text to search for the taxonomy nodes.
Returns a list of the taxonomy nodes that match the specified parameters.
リクエストパラメータが無効な場合に返されます。
予期しないクライアントエラー。
{
"entries": [
{
"ancestors": [
{
"displayName": "France",
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"level": 2
}
],
"displayName": "France",
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"level": 2,
"nodePath": [
"99df4513-7102-4896-8228-94635ee9d330"
],
"parentId": "99df4513-7102-4896-8228-94635ee9d330"
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih"
}