Get All Checklists

The Simulate Get All Checklists block returns all the available checklists for a DX application.

Simulate Get All Checklists block

Input Pins

max

Allows you to specify how many checklists you want to return

Data Type : Integer

Example  :  20
last

Allows you to specify which record to start from, 0 means start from the first record, 1 omits the first record.

Data Type : Integer

Example  :  0
q

Allows to filter by checklist ID or checklist name, just like a search filter

Data Type : String

Example  :  API Checklist

Output Pins

Checklists

Available checklists for the DX application

Data Type : List

Example  : [ { "CountDurationFromTasks": "1", "Tasks": "[ { "TaskName": "Text", "AllowImageProofing": false, "Duration": 6, "IsCompleted": false, "AllowToSkipMandatoryWithComment": false, "AllowComments": false, "TaskValue": null, "FieldType": "Text", "IsMandatory": false } ]", "RequiredIndividualTaskCompletion": "0", "ModifiedUserKey": "", "ChecklistID": "CLT_1726208864368OXXB3P1X4HG", "ChecklistKey": "48", "TotalDuration": "6", "CreatedDateTime": "20240913:062800", "ChecklistName": "Checklist Name", "ModifiedDateTime": "", "Description": "", "CreatedUserKey": "1" }, { "CountDurationFromTasks": "1", "Tasks": "[ { "TaskName": "Task Name", "AllowImageProofing": false, "Duration": 5, "IsCompleted": false, "AllowToSkipMandatoryWithComment": false, "AllowComments": true, "TaskValue": null, "FieldType": "Text", "IsMandatory": false } ]", "RequiredIndividualTaskCompletion": "0", "ModifiedUserKey": "", "ChecklistID": "CLT_1727885519414EZRB9LJ2Z2O", "ChecklistKey": "49", "TotalDuration": "5", "CreatedDateTime": "20241002:161220", "ChecklistName": "Checklist Name2", "ModifiedDateTime": "", "Description": "", "CreatedUserKey": "1" } ]
__totalcount__

The total number of checklists

Data Type : Integer

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

Last updated