Get Student Transcript
Get student rapor detail in class
Authorizations
AuthorizationstringRequired
Query parameters
userUuidstringOptional
uuid of student
slugstringOptional
slug of classroom
Responses
200
Response
application/json
get
/v2/class/rapor/detailGET /v2/class/rapor/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"message": "success",
"status": true,
"data": {
"endTime": "text",
"minScore": 1,
"phone": "text",
"address": "text",
"bio": "text",
"modules": [
{
"submitted_at": "text",
"topic": "text",
"description": "text",
"minScore": 1,
"module": "text",
"score": 1
}
],
"taskSubmitted": 1,
"city": "text",
"class": "text",
"gender": "P",
"photo": "text",
"averageScore": 1,
"name": "text",
"passed": true,
"program": "text",
"startTime": "text"
}
}Last updated