Skip to main content
GET
/
api
/
v1
/
school
/
sessions
/
{session_pk}
/
student-sessions
/
all
Get all students in session (unpaginated)
curl --request GET \
  --url https://test-api.afrainity.com/api/v1/school/sessions/{session_pk}/student-sessions/all/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

academic_class_pk
string<uuid>
required

Academic class UUID

id
string<uuid>
required

Student session UUID

session_pk
string<uuid>
required

Academic Session ID

Query Parameters

Search by student name or admission number

Response

200 - application/json
{key}
any