Sign in

List opportunities

documented

Lists opportunities by user/group and status.

GET /report/opportunities/Reportsno implementation yet0 runs
No 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/opportunities/?filter={{$filter}}&status={{$status}}&due={{$due}}&itemsdata={{$itemsdata}}" \
  -u "{{$user_email}}:{{SOLVE360_SECRET}}" \
  -H "Accept: application/json"