Exercises the QR CLUSA 26 endpoints (see
RunKiosk/config/DEVELOPER_RECOMMENDATIONS_API.md).
RunKiosk app · Component test
No request yet.
No request yet.
CALL: GET /api/recommendations/context?stationId=RUN
RESULT:
{ "version": 1, "station": { "id": "RUN", "objectives": [{ "id": "…", "label": "…" }] } }
CALL:
POST /api/attendees/lookup
{ "decodedQr": "1765311455775001Sj48^CC^Tester^SELF AI^", "stationId": "RUN" }
RESULT:
{ "badgeId": "1765311455775001Sj48", "jobTitle": "…", "companyName": "…" }
CALL:
POST /api/recommendations
{ "badgeId": "1765311455775001Sj48", "stationId": "RUN", "objectiveId": "…" }
RESULT:
{ "recommendations": [{ "demoId": "CPA-04", "name": "…", "score": 0.842 }], "publicUrl": "…" }