Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"id": "58063d82-4128-7b43-bba9-92f706befcdf",
"type": "metadata_template",
"scope": "enterprise_123456",
"templateKey": "productInfo",
"displayName": "Product Info",
"hidden": true,
"fields": [
{
"type": "string",
"key": "category",
"displayName": "Category",
"description": "The category",
"hidden": true,
"options": [
{
"key": "Category 1",
"id": "45dc2849-a4a7-40a9-a751-4a699a589190"
}
],
"id": "822227e0-47a5-921b-88a8-494760b2e6d2"
}
],
"copyInstanceOnItemCopy": true
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
ファイルやフォルダに適用可能なメタデータのテンプレート。
メタデータテンプレートのID。
"58063d82-4128-7b43-bba9-92f706befcdf"
値は常にmetadata_templateになります。
metadata_template "metadata_template"
メタデータテンプレートのスコープは、globalまたはenterprise_*のいずれかになります。globalスコープは、Boxを使用するすべての会社が利用できるテンプレートに使用されます。enterprise_*スコープは、特定の会社内で作成されたテンプレートを表します (*はその会社のID)。
"enterprise_123456"
テンプレートの一意の識別子。この識別子は、メタデータテンプレートが適用される会社のscope全体で一意ですが、会社を越えて一意であるとは限りません。
64^[a-zA-Z_][-a-zA-Z0-9_]*$"productInfo"
テンプレートの表示名。Boxウェブアプリとモバイルアプリに表示されます。
4096"Product Info"
このテンプレートをBoxウェブアプリのUIに表示するか、APIを介した使用のみを目的とするかを定義します。
true
テンプレートに含まれるテンプレートフィールドの順序付きリスト。各フィールドは、通常のテキストフィールド、日付フィールド、数値フィールド、単一または複数選択リストのいずれかになります。
Show child attributes
ファイルまたはフォルダのコピー時にメタデータを含めるかどうか。
true
このページは役に立ちましたか?