应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申 | 调试 |
第三方企业应用 | 是 | 开发者后台申请。 | 调试 |
第三方个人应用 | 否 | — | — |
{
"dept_id": 132691544
}
curl --location --request POST 'http://127.0.0.1/topapi/edu/dept/get?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"dept_id": 132691544
}'
{
"result": {
"detail": {
"nick": "string",
"chain": "string",
"feature": "string",
"name": "string",
"contact_type": "string",
"dept_type": "string",
"dept_id": 0
}
},
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}