Box Developerドキュメント
 

    サービス利用規約

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

    サービス利用規約のリスト

    サービス利用規約オブジェクトのリスト

    integer (int64)
    2

    オブジェクトの合計数。

    レスポンスの例

    {
      "entries": [
        {
          "id": "11446498",
          "type": "terms_of_service",
          "created_at": "2012-12-12T10:53:43-08:00",
          "enterprise": {
            "id": "11446498",
            "name": "Acme Inc.",
            "type": "enterprise"
          },
          "modified_at": "2012-12-12T10:53:43-08:00",
          "status": "enabled",
          "text": "By using this service, you agree to ...",
          "tos_type": "managed"
        }
      ],
      "total_count": 2
    }