Get profile and details
GET/prakerja/profile
Get profile and details
Request
Query Parameters
courses- To get user class, also using per_page parametersresult_quizes- To get user Nilaiactivity- To get user activity
tab string
Possible values: [courses, result_quizes, activity]
Works with or without parameters (get user /auth/update/profile:):
per_page string
To get the class
Responses
- 200
OK.
- application/json
- Schema
- Example (from schema)
Schema
status boolean
tab string
Example:
profiledata
object
fullname string
location string
bio string
facebook string
twitter string
specialist string
bank_account_no string
back_name string
payout_time string
min_payout_user string
profession string
tgl_lahir string
provinsi string
kota string
jenis_kelamin string
no_hp string
pendidikan_terakhir string
{
"status": true,
"tab": "profile",
"data": {
"fullname": "string",
"location": "string",
"bio": "string",
"facebook": "string",
"twitter": "string",
"specialist": "string",
"bank_account_no": "string",
"back_name": "string",
"payout_time": "string",
"min_payout_user": "string",
"profession": "string",
"tgl_lahir": "string",
"provinsi": "string",
"kota": "string",
"jenis_kelamin": "string",
"no_hp": "string",
"pendidikan_terakhir": "string"
}
}