GET /rest/orgwise/3/department/roots

接口说明

获取所有TOP级别组织的列表。

媒体类型

application/json

返回样例

{
  "code": 0,
  "msg": "Success",
  "data": [
    {
      "id": 1,
      "no": "D1",
      "name": "DSD公司",
      "type": "COMPANY",
      "createTime": "2022-01-04 15:26:30"
    }
  ]
}
  • No labels