ποΈ 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 the category has `requires_verification` enabled, the item moves to `pending_verification` instead.
ποΈ Defer an action item
Defer an action item to a future date. If the category has `requires_approval_to_defer` enabled, the item moves to `pending_deferral` instead.
ποΈ Reject an action item
Reject an action item as not applicable. If the category has `requires_approval_to_reject` enabled, the item moves to `pending_rejection` instead.
ποΈ 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.
ποΈ Approve a pending request
Approve a pending deferral, rejection, or verification request. The item transitions to the target status (`deferred`, `rejected`, or `resolved`).
ποΈ Deny a pending request
Deny a pending deferral, rejection, or verification request. The item returns to `open` status.