Checklists
Use the myChecklistItems
to get the list of items registered in the createMyChecklistItem
mutation.
Available Fields
Field | Type | Description |
| ID | Unique Id of the checklist item |
| String | Title of the checklist item |
| String | Predefined tag to be added. |
| String | Description of the checklist item |
| DateTime | Date and time when the checklist item was updated. |
| DateTime | Date and time when the checklist item was created. |
Example
Last updated