Comments

The comments API supports threaded discussions on feeds with full CRUD operations, unread counts, and incremental polling.

curl -X GET "https://{APP_URL}/mywork/v1/comments/list?limit=20" \
  -H "X-reflexis-csrf-token-X: <TOKEN>"

For polling, use GET /mywork/v1/comments/list/latest?last_modified=<timestamp>.