查询组织
基本信息
请求方式 GET
请求地址 /api/v1/account/organization/{id}
请求头
请参考通用参数
URI 请求参数
| 名称 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| id | string | 否 | 组织ID。 |
响应参数
| 名称 | 类型 | 是否必须 | 备注 | 其他信息 |
|---|---|---|---|---|
| code | string | 非必须 | ||
| msg | string | 非必须 | ||
| result | object | 非必须 | 获取组织 | |
| ├─ id | string | 非必须 | ID | |
| ├─ name | string | 非必须 | 名称 | |
| ├─ displayPath | string | 非必须 | 显示路径 | |
| ├─ externalId | string | 非必须 | 组织外部ID | |
| ├─ code | string | 非必须 | 编码 | |
| ├─ order | string | 非必须 | 排序 | |
| ├─ remark | string | 非必须 | 备注 | |
| ├─ enabled | boolean | 非必须 | 是否已启用 | |
| requestId | string | 非必须 |
错误码
请参考通用错误码