Bulk lock/unlock Checklists

Pass the checklist IDs and the action (LOCK/UNLOCK) to lock/unlock multiple checklists at once. The number of modified checklists is returned.

Example request: {"ids": [1, 2], "action": "LOCK"} Example response {"modified": 2}

Note: Primary checklists are part of the project and cannot be locked/unlocked independently. They are always locked/unlocked with the project. Sending a primary checklist ID will be ignored.

Required permissions:

  • IsAuthenticated
  • WorkspaceRequired
Language
Credentials
Header