Box Developerドキュメント
 

    サービス利用規約のユーザーステータス

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

    サービス利用規約のユーザーステータスのリスト

    サービス利用規約のユーザーステータスのリスト

    integer (int64)
    2

    オブジェクトの合計数。

    レスポンスの例

    {
      "entries": [
        {
          "created_at": "2012-12-12T10:53:43-08:00",
          "id": "11446498",
          "is_accepted": true,
          "modified_at": "2012-12-12T10:53:43-08:00",
          "tos": {
            "id": "11446498",
            "type": "terms_of_service"
          },
          "type": "terms_of_service_user_status",
          "user": {
            "id": "11446498",
            "type": "user",
            "login": "ceo@example.com",
            "name": "Aaron Levie"
          }
        }
      ],
      "total_count": 2
    }