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