{
"roletmplcode": "01"
}
curl --location --request POST '/roletmpl/getAll' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"roletmplcode": "01"
}'
{
"returncode": "string",
"data": {
"id": 0,
"roletmplcode": "string",
"roletmplname": "string",
"roletype": 0,
"status": 0,
"moduleList": [
{
"appcode": "string",
"modulecode": "string",
"status": 0,
"methodList": [
{
"methodcode": "string"
}
]
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}