Alfresco API

GET /api/afanti/role/groups

请求说明

请求方式:GET
请求API :/api/afanti/role/groups

返回结果

{
  "data": [
    {
      "id": "4bb9e70e-62a7-4c09-9856-24a0c30f95b6",
      "name": "职位",
      "roles": [
        {
          "allowFullControl": false,
          "groupId": "4bb9e70e-62a7-4c09-9856-24a0c30f95b6",
          "name": "经理",
          "roleId": "b4ffee2f-4e7c-4342-b6e1-fb92fabb0f22"
        }
      ]
    },
    {
      "id": "b2215570-41bd-4708-bc3a-97176fdf493f",
      "name": "区域",
      "roles": [
        {
          "allowFullControl": false,
          "groupId": "b2215570-41bd-4708-bc3a-97176fdf493f",
          "name": "东区",
          "roleId": "7fd8c964-6f89-48f1-8c6d-9842a11d2018"
        }
      ]
    }
  ],
  "message": "OK",
  "status": {
    "code": 200
  }
}