Alfresco API

GET /api/afanti/orgchart/unit/{id}

基本信息

请求方式:GET
请求API :/api/afanti/orgchart/unit/{id}

Path 参数

名称 类型 是否必填 示例值 描述
id string   部门id

返回结果

{
    "data": {
        "id": "dafb526f-9cee-42dd-a637-483e6ad3b0eb",
        "name": "c",
        "weight": 0,
        "groupId": "workspace://SpacesStore/86d92852-5ed9-40d3-aa6c-618f26e818c3",
        "groupName": "GROUP_de13f9b9-5391-44e9-a395-e25e48755997",
        "hasChild": false,
    },
    "message": "OK",
    "status": {
        "code": 200
    }
}