Home My Projects Documentation Sources Projects Sign Up Login Blog
Enabled

Documentation

Introduction
The SOAP Server Endpoint URL is http://box.net/api/1.0/soap
WSDL for box.net API Web Service available at http://box.net/api/1.0/soap?wsdl

Data Types

SOAPUser
    login: string,
    email: string,
    access_id: int,
    user_id: int,
    space_amount: long,
    space_used: long
SOAPFolder
    folder_id: long,
    folder_name: string,
    folder_type_id: long,
    user_id: int,
    path: string,
    shared: int,
    public_name: string,
    password: string,
    parent_folder_id: long
SOAPFileInfo
    file_id:long,
    file_name:string,
    folder_id:long,
    shared:int,
    public_name:string,
    size:long,
    description:string,
    sha1:string,
    created:long,
    updated:long
ArrayOfString

Need help? Contact us

Sections
Introduction Getting Started Guide Authentication get_ticket get_auth_token logout register_new_user verify_registration_email get_account_tree export_tags create_folder move rename delete public_share public_unshare private_share add_to_mybox add_to_tag get_file_info set_description get_friends request_friends Upload & Download Examples