The Simulate Get Transaction Checklists block returns all checklists tied to a specific transaction in your DX app. To retrieve them, provide the app key, transaction key, checklist key, and the following parameters: max, last, q, object key, and object type.
Simulate Get Transaction Checklists block
AppKey
This is the app key for a particular application.
Data Type : Integer
Example : 35
TransactionKey
Transaction Key of the required transaction
Data Type : Integer
Example : 6
ChecklistKey
Checklist key for the checklist you want
Data Type : Integer
Example : 49
max
Allows you to specify how many checklists you want to get
Data Type : Integer
Example : 20
last
Allows you to choose where to start pulling data—0 starts at the first record, 1 skips it
Data Type : Integer
Example : 0
q
Allows to filter checklists by checklist id or checklist name
Data Type : String
Example : API Checklist
ObjectKey
Allows you to filter checklists by their object key
Data Type : Integer
Example : 1
ObjectType
Allows you to filter checklists by their object types
Data Type : String
Example : Asset
Output Pins
Transaction Checklists
Checklists linked to a particular transaction in a DX application