X-Token: ********************
curl --location --request GET '/system/roles//permissions' \
--header 'X-Requested-Session;' \
--header 'X-Requested-Session;'
{
"code": "string",
"message": "string",
"permissions": {
"menus": [
{
"wsid": "string",
"name": 0
}
],
"buttons": [
{
"wsid": "string",
"menuWsid": "string",
"name": "string",
"code": "string",
"status": "string",
"type": "string",
"showIndex": 0,
"description": "string",
"createdDatetime": 0
}
]
}
}