Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] User survey responses not accessible #78

Open
mihail-varbanov opened this issue Sep 9, 2024 · 0 comments
Open

[BUG] User survey responses not accessible #78

mihail-varbanov opened this issue Sep 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mihail-varbanov
Copy link

Right after successful submission of completed survey loading user survey responses succeeds but returns "null"

POST https://api.rokwire.illinois.edu/surveys/api/survey-responses => 200
{
  "id":"d810a39b-7796-4705-9b1e-64067935a1ba",
  "data":{...},
  "type":"admin",
  "scored":true,
  "title":"Skills Self-Evaluation",
  "more_info":"",
  "default_data_key":"how_well",
  "default_data_key_rule":null,
  "result_rules":"...",
  "result_json":"...",
  "response_keys":null,
  "constants":{
    "low_score":0.33,
    "medium_score":0.66
  },
  "strings":{...},
  "sub_rules":{
    
  },
  "date_created":"2022-12-19T23:10:26.513Z",
  "date_updated":"2024-09-09T14:45:32.403Z",
  "stats":{...},
  "calendar_event_id":""
}

Then

GET https://api.rokwire.illinois.edu/surveys/api/survey-responses?survey_types=bessi&limit=10 => 200
null

Source: rokwire/illinois-app#4330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant