ChecklistLibraries
The ChecklistLibraries entity describes a modular component that can be added to any ticket or task. It outlines the steps that must be performed to complete the ticket or task, and tracks the resource and date/time each step was completed.
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: | ChecklistLibraries |
Entity Path: |
/atservicesrest/v1.0/ChecklistLibraries |
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.
- If this entity has a Parent relationship, you must perform all Create, Update, and Delete actions on the parent entity.
- If this entity is a child of a parent, you can leverage our Swagger instance to find the URLs you should use in your API calls. For more information, refer to Finding resource and child access URLs of REST API entities.
- To learn how to access Swagger, refer to Using Swagger UI to explore REST API requests.
Parent | None |
Children | ChecklistLibraryChecklistItems |
URLs | ChecklistLibraries/query (GET, POST) ChecklistLibraries/{id} (GET, DELETE) ChecklistLibraries/query/count (GET, POST) ChecklistLibraries (PUT, POST, PATCH) ChecklistLibraries/entityInformation (GET) ChecklistLibraries/entityInformation/fields (GET) ChecklistLibraries/entityInformation/userDefinedFields (GET) |
Conditions and requirements
- There is a limit of 100 checklist items per checklist. Exceeding the maximum number of checklist items returns an error.
- Security level permissions to Admin > Features & Settings > Application-wide (Shared) Features are required. Refer to The Checklist Library.
- Task OR Ticket checklist permissions (or both) to add/edit or delete Library Checklists are required. Refer to Ticket Checklist permissions and Projects permissions.
Field definitions
The following table describes the standard Autotask fields for this entity. Refer to the following articles for more information about working with these fields:
- The entityInformation REST API call
- Making basic query calls to the REST API
- Advanced query features of the REST API
To learn how to query picklist endpoints, refer to Understanding picklists.
Notes
- For string datatypes, the number in parentheses ( ) indicates the maximum number of characters allowed.
- LT indicates Local Term.
- If this entity has child collections, they will appear in a Child collection access URLs or an Entity URLs and relationships drop-down in the Entity details section of this article.
- You can call the /query/count/ endpoint of a resource to determine how many records a collection holds.
Field Name | Datatype |
Read-Only | Is Required | Reference Name | Picklist |
---|---|---|---|---|---|
description | string (500) | ||||
entityType | integer | ||||
id | long | ||||
isActive | boolean | ||||
name | string (100) |