查询子组织
基本信息
请求方式 GET
请求地址 /api/v1/account/organization/{parentId}/list
请求头
请参考通用参数
URI 请求参数
| 名称 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| parentId | string | 否 | 组织ID。 |
响应参数
| 名称 | 类型 | 是否必须 | 备注 | 其他信息 |
|---|---|---|---|---|
| code | string | 非必须 | ||
| msg | string | 非必须 | ||
| result | object [] | 非必须 | item 类型: object | |
| ├─ id | string | 非必须 | ID | |
| ├─ name | string | 非必须 | 名称 | |
| ├─ parentId | string | 非必须 | 父级 | |
| ├─ displayPath | string | 非必须 | 显示路径 | |
| ├─ code | string | 非必须 | 编码 | |
| ├─ externalId | string | 非必须 | 外部ID | |
| ├─ dataOrigin | string | 非必须 | 数据来源 | |
| ├─ order | integer | 非必须 | 排序 | format: int32 |
| ├─ enabled | boolean | 非必须 | 是否启用 | |
| ├─ isLeaf | boolean | 非必须 | 是否叶子节点 | |
| requestId | string | 非必须 |
错误码
请参考通用错误码