Skip to main content

/:schoolID/clubs

ใช้สำหรับดูว่าโรงเรียนที่สังกัดมีชุมนุมใดบ้าง

Method GET

Role ที่ใช้ได้ teacher, system admin, student

content-type application/json

PATH variableDescripton
schoolIDเลข ID ของแต่ละโรงเรียน
Request (Parginate)
{
// ส่งเลขสำหรับ Pagination
// query
}
Response (Parginate)
{
"clubs":["club1","club2"]
//เป็น list ของ club ในโรงเรียนนั้น ๆ
}