cURL
curl --request GET \ --url https://test-api.afrainity.com/api/v1/school/sessions/{session_pk}/exam-sessions/{exam_session_pk}/report-status/ \ --header 'Authorization: Bearer <token>'
[ { "academic_class": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "exam_session": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "academic_class_name": "<string>", "exam_session_name": "<string>", "is_deleted": true, "term": "<string>", "has_report_cards": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Exam session UUID
Report card status UUID
Academic session UUID
Which field to use when ordering the results.
A search term.