Server

REST API

Docdil REST API is available on Docdil Platform server. All endpoints follow the URL:

http://DOCDIL_SERVER/docdil/api/v1/*

This page explains the organization and scope of the existing endpoints and other additional mechanisms which extend the behavior of the API.

Docdil University
Watch the related courses on Docdil University

Scope and Concepts

Docdil provides a complete API accessible via HTTP/HTTPS. This API is the best way to remotely integrate portals, workflow engines, ESBs and custom applications written in JavaScript, Ruby, etc, with the Docdil Platform repository. See REST API Endpoints for more detailed information on the endpoints provided by Docdil REST API and how to contribute your own.

Additional Features

The Docdil REST API offers several additional features compared to a standard REST API:

  • the ability to pipe command calls on a resource
  • the use of Content enrichers in request headers which allow you to request more information with the returned resources (for example, receiving all of a document's children in addition to the document itself)
  • the use of Web Adapters which transform the resources returned (for example, getting all the tasks of a document, or its related documents)

Learn more

Available Client SDKs

We provide several client SDKs to make it even easier to use the API integrated with the Docdil Platform.

We'd love to hear your thoughts!

All fields required