Get School Detail
get school detail
Authorizations
AuthorizationstringRequired
Query parameters
idintegerOptional
id of schools
Responses
200
Response
application/json
get
/v1/school/detailGET /v1/school/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"status": true,
"data": {
"slug": "text",
"uuid": "text",
"website": "text",
"status": 1,
"id": 1,
"name": "text",
"picture": "text",
"applicationLetter": "text",
"city": "text",
"cityId": 1,
"created_at": "text",
"address": "text",
"approved": 1,
"npsn": "text",
"updated_at": "text"
},
"message": "success"
}Last updated