List follow-ups
documentedLists open follow-ups with optional filters.
GET /report/followups/Reportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://secure.solve360.com/report/followups/?responsible={{$responsible}}&due={{$due}}&itemsdata={{$itemsdata}}&query={{$query}}&page={{$page}}&limit={{$limit}}" \
-u "{{SOLVE360_EMAIL}}:{{SOLVE360_API_TOKEN}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
# Sources: turn0search0, turn0search1