{
"maxResultCount": 1,
"skipCount": 0,
"sorting": "string",
"roleName": "string"
}
curl --location --request POST '/blackHole3D/basic/role/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"maxResultCount": 1,
"skipCount": 0,
"sorting": "string",
"roleName": "string"
}'
{
"items": [
{
"extraProperties": {
"property1": null,
"property2": null
},
"roleCode": "string",
"roleName": "string",
"description": "string",
"dataScope": "string",
"roleId": "string"
}
],
"totalCount": 0
}