Advance API URL

The Advance API URL is the base URL to which you make API requests.

Overview

The URL consists of the path to the Advance API application and the API version you want to use. The format of the URL is:

  • https://{tenancyMoniker}.hotdocsadvance.com/api/rest/v{apiVersionNumber}/

Where:

  • tenancyMoniker – the name of the Advance tenancy against which you are making requests; for example, tenancy1
  • apiVersionNumber – the version number of the Advance API you are using; the latest version is 1.1

You need to know this URL when looking up the API documentation and making requests to the API endpoints.

For example, the URL for a request to get all work items in the tenancy might look like:

  • https://tenancy1.hotdocsadvance.com/api/rest/v1.1/WorkItems

Workflow

You use the base URL when making requests to the Advance REST API.