TicketChecklistItems

This entity describes list items added to a check list on an Autotask ticket. A checklist is an optional feature on the ticket detail page. It displays a numbered list of items to complete as work is done. The check list is visible only when items are added to it. This entity allows check list items to be added, deleted, and updated via the API. A checklist can have no more than 40 checklist items.

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: TicketChecklistItems

Entity Path:

/atservicesrest/v1.0/TicketChecklistItems

Parent Entity:

Tickets

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

Conditions and requirements

  • A ticket can have only one checklist.
  • There is a limit of 40 TicketChecklistItems per ticketID.
  • TicketChecklistItem respects Security Level permissions to view tickets and to create, update, delete, and "uncomplete" TicketChecklistItems.
  • On create, if Position is blank, TicketChecklistItem is added to the end of the list. On update, if Position is blank, it will be ignored and TicketChecklistItem remains in the current position.
  • ticketID is read-only; a TicketChecklistItem cannot be moved from one ticket to another via the API.

Field definitions

Field Name Datatype Read-Only Is Required Reference Name Picklist
completedByResourceID integer   Resources  
completedDateTime datetime      
id long    
isCompleted boolean        
isImportant boolean        
itemName string (600)      
knowledgebaseArticleID integer      
position integer        
ticketID integer Tickets  

Additional resources