Get Student Transcript
Last updated
Last updated
GET /v2/class/rapor/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"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"
}
}