Feeds

Feeds are the core task model in MyWork. The feed endpoint supports list, count, and incremental (list-latest) retrieval modes.

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

Use cursor pagination (starting_after, ending_before) and projections to optimize payload size.