Autotask REST API resources

This article provides a general technical overview and index of the resources (entities) that you can access via the Autotask REST API.

Overview

The Autotask REST API presents selected Autotask resources as programming objects that allow the client to perform actions on them.

Currently, the API provides the following actions: GET, PUT, PATCH, POST, and DELETE. The allowed actions are specific to the object. For example, although the client can create certain resources, not all resources accept a create call. Some resources contain additional objects in child collections; these resources have an additional Child collection access URLs field in their Online Help articles.

IMPORTANT   Although you can query all resources, some objects contain fields that you cannot query. Refer to the About entity fields section of this article for more information.

Additional resources