You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ludia chcu do svojich aplikacii ziskat celkove hodnotenie predmetov. Aby si nemuseli stale updatovat databazu na najnovsie data, stacilo by im poskytnut api, ktore by vracalo vysledky.
Query:
select code,name,slug,season_id,score from Subject,AnswerSummary,Question whereAnswerSummary.subject_id=Subject.idandAnswerSummary.question_id=Question.idand isSubjectEvaluation=1;
The text was updated successfully, but these errors were encountered:
@Adman Skusal som to implementovat ale pri testovani bol nejaky problem s autorizaciou. Funguje existujuci endpoint /api/v1/results/ korektne? (CC @mrshu )
@j-matus Neviem, ci funguje korektne, ale vyzera, ze by mohol byt na /api/api/v1/results/. Ked prejdem na ten link, tak dostavam internal server error. Chce sa ti pozriet, preco tam nastava ten server error a potom dorobit tento endpoint?
j-matus
pushed a commit
to j-matus/anketa
that referenced
this issue
Jun 30, 2020
Ludia chcu do svojich aplikacii ziskat celkove hodnotenie predmetov. Aby si nemuseli stale updatovat databazu na najnovsie data, stacilo by im poskytnut api, ktore by vracalo vysledky.
Query:
The text was updated successfully, but these errors were encountered: