List student projects
GET /students/{studentId}/projects
GET
/students/{studentId}/projects
Retrieve a list of project IDs for a specific student (teacher role required)
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” studentId
required
integer format: int64
The ID of the student
Responses
Section titled “ Responses ”Successfully retrieved student projects
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
data
Array of project IDs associated with the student
Array<integer>
Unauthorized - authentication required
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Forbidden - insufficient permissions
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string