Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ‘₯ Get Multiple Students

The students query retrieves a list of students with optional filters for course, degree, and pagination.

Parameters

Parameter

Type

Description

courseId

ID

Filter students by course ID.

degreeId

ID

Filter students by degree ID.

pagination

Pagination

Define skip and take values to limit results.

Response Fields

Field

Type

Description

count

Int!

Total number of matching students.

list

[Student!]!

List of retrieved students.

id

ID!

Unique identifier of the student.

externalId

String

External identifier linked to the student.

name

String!

Full name of the student.

email

String!

Email address of the student.

updated

DateTime!

Timestamp when the student record was last updated.

created

DateTime!

Timestamp when the student record was created.

degrees

[DegreeStudent!]!

List of degrees in which the student is enrolled.

courses

[CourseStudent!]!

List of courses in which the student is enrolled.

πŸš€Β Request (Try It)