Using the API Overview

This document provides an overview of how-to guides for using the HotDocs Advance API.

In this Topic Hide

  1. API Documentation
  2. API Base URL
  3. Common Tasks
  4. Workflow
  5. API Topics
  6. Code Examples

API Documentation

You can view the latest reference documentation for the Advance API at https://yourorganization.com/HdaApi/rest/documentation/index.html, where yourorganization.com is the domain under which your Advance deployment is located.

API Base URL

See Advance REST API Base URL to find the URL to which you will make API requests.

Common Tasks

Workflow

When using the Advance API, you must create a client if you do not already have one. To make a request, you must first get an access token from Advance. Depending on the authentication flows you client uses, you can get an access token in the following ways:

The access token is then sent in the authorization header of a request to the API.

Once you have retrieved the token, you can make requests to the Advance API. See the link in the API Documentation section above to access the API documentation.

API Topics

Authorization

User management

Work Items

Assembling Documents

Code Examples

There is a selection of examples in our Code Examples documentation. The examples cover the following tasks: