DocumentChecklistItems

This entity contains checklist items related to documents in Autotask.

NOTE  You can refer to the Online Help to find root and child access URLs of the entity you wish to query. Refer to Finding resource and child access URLs of REST API entities for more information.

Entity details

Entity Name: DocumentChecklistItem

Entity Path:

/atservicesrest/v1.0/DocumentChecklistItems

Can Create:
Can Update:
Can Query:
Can Delete:
Can Have UDFs:  

IMPORTANT  Requests to this entity require special handling. Refer to the Entity URLs and relationships section of this article for details.

Conditions and requirements

General

  • Knowledgebase must be enabled in Autotask at > Admin > Features & Settings > Application-Wide (Shared) Features > Knowledgebase for the API entity to function.

  • Documentation Management must be enabled in Autotask for document management endpoints to function.

  • Your API user must have Edit object permissions for Documents & Document References to make changes to this entity.

  • There is a limit of 40 items per checklist. Exceeding the maximum number of items will return an error.

  • Checklist items cannot be moved from one document to another via the API.

Special field attributes

Field Conditions and Requirements
Position On create, if Position is blank, checklist items will be added to the end of the list. On update, if Position is blank, checklist items will remain in their current position.

Field definitions

Field Name Datatype Read-Only Is Required Reference Name Picklist
documentID integer Documents  

id

long

 

 

isImportant

boolean

 

 

 

 

itemName

string (600)

 

 

 

position

integer

 

 

 

 

Additional resources