Box Developerドキュメント
 

    Skillsメタデータインスタンス

    このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 **Box APIのバージョン管理**を参照してください。

    Boxスキルの使用に割り当てられたメタデータ。

    boolean
    true

    このメタデータをユーザーが編集できるかどうか

    string (uuid)
    01234500-12f1-1234-aa12-b1d234cb567e
    36

    メタデータオブジェクトを識別するためのUUID

    string
    folder_59449484661,

    親フォルダのID

    string
    enterprise_27335

    このテンプレートが適用されているスコープのID

    string
    properties

    テンプレートの名前

    string
    properties-6bcba49f-ca6d-4d2a-a758-57fe6edf44d0

    このインスタンスの「タイプ」に対応する一意の識別子。これは内部システムプロパティであるため、クライアントアプリケーションでは使用しないでください。

    integer
    2

    オブジェクトテンプレートの既知の最新バージョン。これは内部システムプロパティであるため、クライアントアプリケーションでは使用しないでください。

    integer
    1

    メタデータオブジェクトのバージョン。0から始まり、ユーザー定義プロパティが変更されるたびに増加します。

    レスポンスの例

    {
      "$canEdit": true,
      "$id": "01234500-12f1-1234-aa12-b1d234cb567e",
      "$parent": "folder_59449484661,",
      "$scope": "enterprise_27335",
      "$template": "properties",
      "$type": "properties-6bcba49f-ca6d-4d2a-a758-57fe6edf44d0",
      "$typeVersion": 2,
      "$version": 1,
      "cards": [
        {
          "created_at": "2018-04-13T13:53:23-07:00",
          "entries": [
            {
              "text": "keyword1"
            }
          ],
          "invocation": {
            "id": "image-recognition-service-123",
            "type": "skill_invocation"
          },
          "skill": {
            "id": "image-recognition-service",
            "type": "service"
          },
          "skill_card_title": {
            "code": "labels",
            "message": "Labels"
          },
          "skill_card_type": "keyword",
          "type": "skill_card"
        }
      ]
    }