Skip to content
Woolf Help Center home
Woolf Help Center home

πŸŽ“ Get Student by ID

The student query retrieves details of a specific student using their unique ID. This includes name, email, degree enrollments, and course progress.

Parameters

Parameter

Type

Description

id

String!

Unique identifier of the student to retrieve.

Response Fields

Field

Type

Description

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)