get https://api.flextract.dev/api/p/checklist-items/
Returns a list of checklist items available to the authenticated user in the portal. This endpoint uses PhoneTokenAuthentication.
The response includes:
- Checklist items from the user's organization
- Global checklist items (not associated with any organization)
Filtering options:
label: Filter by the checklist item's labelfolder: Filter by folder hashid (only returns items linked to that folder)search: Search by checklist item name (case-insensitive partial match)
Response fields:
id: The hashid of the checklist itemname: The external name of the checklist itemdescription: The external description of the checklist itemlabel: The label for categorizing the checklist itemlinks: Array of folder links associated with this checklist item
