Get Data Export
documentedExport xAPI statements using a filter or a cardId, returning JSON or CSV.
GET /api/organizations/{org_id}/query/exportData Exportno 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://watershedlrs.com/api/organizations/{{$org_id}}/query/export?type={{$type}}&cardId={{$cardId}}&filter={{$filter}}" \
-u "{{WATERSHEDLRS_API_KEY}}:{{WATERSHEDLRS_SECRET}}" \
-H "Accept: application/json"