You're not viewing the latest version. Click here to go to latest.
logo
Pydio Documentation
Pydio API
Initializing search
    GitHub
    • Index
    • Admin guide
    • Developer guide
    • Knowledge base
    GitHub
    • Index
    • Admin guide
      • Installation Guide
        • Pydio Requirements
        • Install Pydio Enterprise Distribution
          • [ED] Install from archive
          • [ED] Debian/Ubuntu Systems
          • [ED] CentOS/RHEL 7 Systems
          • [ED] CentOS/RHEL 6 Systems
          • In-app Migration from Community to Enterprise
        • Quick Start
        • Install Pydio Community
          • Install from archive
          • Debian/Ubuntu Systems
          • CentOS/RHEL Systems
        • Pydio Booster
          • Install Pydio Booster Automatically
          • Install Pydio Booster Manually
        • Install Collabora Online
        • Checking APIs
        • Checking Sync
        • Securing your installation
        • Upgrading from previous version
        • Troubleshooting
      • Getting Started
        • Setup a Workspace and Assign Rights
        • Mobile Apps
        • Enterprise License
        • File Gateway
        • Sharing Features
        • Customizing User Interface
        • Importing Users
          • Import users from CSV (Enterprise Distribution)
          • Setup authentication driver
          • Binding to an LDAP/AD server
          • Enabling SSO with a php-based CMS (Dupral, Joomla!, Wordpress, your own)
      • Day-to-Day with Pydio
        • Administrator Dashboard
        • Activity Log
        • Sessions Monitoring
        • Workspaces Maintenance
        • Users Activities
        • Monitoring Shares
      • Setup Workspaces and Users
        • Introduction
        • Workspaces drivers
          • Most standard case: FS driver
          • Accessing remote servers: ftp, sftp, smb, webdav, dropbox
          • Access.fs + Meta.mount
          • Object Storage drivers: S3, Swift
          • Non-files drivers: mysql, imap, ajxp_*, jsapi
        • Workspaces additional features
          • Easy Transfer Layout
          • Metastore, meta & index plugins
          • User-editable text metadata
          • Comments Feed
          • Enabling quotas
          • Files versionning
          • Watches and Notifications
        • Groups Admin and Delegation
        • Inheritance Groups and Users Roles
        • Action parameters
      • Pydio Advanced Configuration
        • Setup WebDAV server access
        • Plugins
        • Setup Configuration Storage
        • Setup WebDAV server access
        • Tuning server performances
        • Configure mail digest
    • Developer guide
      • Introduction
      • What's new in Pydio 8
      • Pydio API
        • Introduction to Pydio APIs
        • Api V2 summary
        • FileSystem API (v1)
        • Provisioning API (v1)
        • Lifecycle API (v1)
        • Other Access Drivers (v1)
        • Other plugins API (v1)
      • Writing a plugin
        • Manifest.xml overview
        • Declaring resources
        • Contributing actions
        • Modify the GUI
        • Action.skeleton plugin
      • Going Deeper
        • Technologies overview
        • Plugin Architecture
        • Understanding XML Registry
        • Internal Data Model
        • Setting up your dev environment
      • Server component
        • Core Classes
        • Hooks: event-driven model
      • Web Application
        • Architecture
        • Core JS Classes
        • Pydio Forms
    • Knowledge base
      • Advanced Authentication with LDAP/AD
      • Setup a WEBFTP
      • Instalaćion de Pydio on Ubuntu (Spanish, Video included)
      • Install on CentOS6.4
      • Installation de Pydio sur IIS8 (French)
      • Using Pydio In An ISPConfig 3 Multiserver Installation
      • Migration Pydio 6 to Pydio 7 with YUM
      • Optimizing Pydio Performances
      • Use pydio sync client
      • Setting up emailers
      • Using the tasks scheduler
      • Configure ApplicationPool for Pydio in Windows2012 & IIS8 [Update Pydio 6]
      • Pydio security model
      • Pydio with Security-Enhanced Linux (SELinux)
      • Secure install using SSL with Pydio
      • Deploying Pydio in AWS with GlusterFS
      • Example: Installing Pydio on Windows Server 2012 R2 / IIS 8.5
      • Http-ize your regular Windows file server with Pydio
      • Installing on Debian+Nginx
      • Installing on a Linux Distribution NGINX
      • Red Hat Storage Deployment
      • Troubleshooting WebDAV server

    Pydio API

    This section will describe how to consume our REST API's. You should make sure to read the first introductory section to be familiar about their structure.

    • Introduction to Pydio APIs
    • Api V2 summary
    • FileSystem API (v1)
    • Provisioning API (v1)
    • Lifecycle API (v1)
    • Other Access Drivers (v1)
    • Other plugins API (v1)
    Made with Material for MkDocs