๐๏ธ List action items
List action items with filtering, sorting, and pagination.
๐๏ธ Create an action item
Create a new action item. The item is created in `open` status.
๐๏ธ Read an action item
Get a single action item by ID, including its category.
๐๏ธ Update an action item
Update an action item. Only the fields included in the request body are updated.
๐๏ธ Delete an action item
Delete an action item and all its suggestions.
๐๏ธ Resolve an action item
Mark an action item as resolved. If an approval action gates `action_item:resolve` for this item, it moves to `pending_verification` until the approval request is decided. Otherwise it transitions straight to `resolved`.
๐๏ธ Defer an action item
Defer an action item to a future date. If an approval action gates `action_item:defer` for this item, it moves to `pending_deferral` until the approval request is decided. Otherwise it transitions straight to `deferred`.
๐๏ธ Reject an action item
Reject an action item as not applicable. If an approval action gates `action_item:reject` for this item, it moves to `pending_rejection` until the approval request is decided. Otherwise it transitions straight to `rejected`.
๐๏ธ Reopen an action item
Reopen a deferred, rejected, or closed action item. The item returns to `open` status.
๐๏ธ Close an action item
Close an action item without resolution. Only the original creator of the action item can close it.