curl --location -g --request GET 'https://qyapi.weixin.qq.com/cgi-bin/school/department/list?access_token=&id={{id}}'
{
"errcode": 0,
"errmsg": "ok",
"departments": [
{
"name": "一年级",
"parentid": 1,
"id": 2,
"type": 2,
"register_year": 2018,
"standard_grade": 1,
"order": 1,
"department_admins": [
{
"userid": "zhangsan",
"type": 1
},
{
"userid": "lisi",
"type": 2
}
],
"is_graduated": 0
},
{
"name": "一年级一班",
"parentid": 1,
"id": 3,
"type": 1,
"department_admins": [
{
"userid": "zhangsan",
"type": 3,
"subject": "语文"
},
{
"userid": "lisi",
"type": 4,
"subject": "数学"
}
],
"open_group_chat": 1,
"group_chat_id": "group_chat_id"
}
]
}