Get Application Checklists

The Simulate Get Application Checklists block returns all checklists linked to a specific checklist key used in an application. You can provide both the app key and the checklist key to retrieve them.

Simulate Get Application Checklists block

Input Pins

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35
ChecklistKey

The checklist key associated with the checklist

Data Type : Integer

Example  :  49
max

Allows you to specify how many checklists you want to return

Data Type : Integer

Example  :  20
last

Allows you to specify the starting point for data retrieval. Use 0 to start at the first record, 1 skips it.

Data Type : Integer

Example  :  0
q

Allows to filter by checklist id or checklist name, like search filter

Data Type : String

Example  :  API Checklist
ObjectKey

Allows you to filter checklists by the object key

Data Type : Integer

Example  :  1
ObjectType

Allows you to filter checklists by their object type

Data Type : String

Example  :  Asset

Output Pins

Application Checklists

The checklists in the DX application

Data Type : List

Example  : [ { "CountDurationFromTasks": "1", "Tasks": "[ { "AllowImageProofing": false, "IsCompleted": false, "Attachments": [], "Comments": [], "Duration": 6, "AllowComments": false, "AllowToSkipMandatoryWithComment": false, "TaskName": "Text", "TaskValue": null, "FieldType": "Text", "IsMandatory": false } ]", "RequiredIndividualTaskCompletion": "0", "ChecklistID": "CLT_1726208864368OXXB3P1X4HG", "row_id": "1", "ChecklistKey": "48", "totalcount": "1", "Completed": "0", "TotalDuration": "6", "TransactionKey": "7", "TargetEndDate": "", "TargetStartDate": "", "IsSystemGenerated": "0", "SchedulerKey": "", "AppKey": "35", "ChecklistMapKey": "1", "ChecklistName": "Checklist Name", "Description": "", "Objects": "[]" } ]
__totalcount__

Total number of checklists

Data Type : Integer

Example  : 10
Example: Using the Simulate Get Application Checklists block in a real application

Last updated