Get a checklist
With json or xml returns the list representation. This URL also exports the whole list as a document — opml, md or txt — controlled by the export_* parameters below.
OPML is the full-fidelity format: it keeps the whole tree with notes, tags, due dates, assignees, priority/color and open/closed status, and can be fed back to the import call. Pass export_id=true to add each item's task ID as the id attribute of its <outline> element — the way to get task IDs out of an export (they are ignored on re-import, imported items get new IDs), for example /checklists/182531.opml?export_id=true.
Path parameters
json or xml for basic list representation. Also opml, md or txt for other export formats.
Query parameters
If true, include each list's inbound "email to list" address as the inbound_email field. Omitted by default.
opml only: add the task ID as the id attribute of every <outline>.
opml, md: include item notes.
opml only: include the open/closed/invalid status of every item.
opml only: include item priority/color.
md only: turn the first N outline levels into markdown headings, 0..6.
Response
The requested checklist in corresponding format.