Admin
사용자 계정 권한 조회 API 입니다.
Admin API Key Detail (Request / Response)
Admin API & Examples
POST
http://{server ip:port}/api/Admin
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION"
}
Response
Content-Type: application/json
[
- {
- "COMP_CD":"SYMATION",
- "EMP_NO":"yjkim",
- "ADMIN_LV":1
},
- {
- "COMP_CD":"SYMATION",
- "EMP_NO":"songhae",
- "ADMIN_LV":0
},
- {
- "COMP_CD":"SYMATION",
- "EMP_NO":"kimyj",
- "ADMIN_LV":2
}
]
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework