curl --location --globoff 'https://dev.worktile.com/open-api/mission/task-types//visibility/roles?access_token={tenant_access_token}'{
"code": 200,
"message": "success",
"data": {
"value": [
{
"_id": "6926c4eaa9f8809b53797a89",
"name": "普通成员",
"type": 1
},
{
"_id": "6926c4eaa9f8809b53797a91",
"name": "管理员",
"type": 1
},
{
"_id": "6926c4eaa9f8809b53797aa6",
"name": "只读成员",
"type": 1
},
{
"_id": "6926c4eaa9f8809b53797aaa",
"name": "客户经理",
"type": 3
},
{
"_id": "100000000000000000140002",
"name": "创建人",
"name_en": "Creator",
"type": 1,
"is_parent": 1,
"key": "properties.created_by"
},
{
"_id": "100000000000000000140001",
"name": "负责人",
"name_en": "Owner",
"type": 1,
"is_parent": 1,
"key": "properties.assignee"
},
{
"_id": "100000000000000000140003",
"name": "参与人",
"name_en": "Follower",
"type": 1,
"is_parent": 1,
"key": "properties.participant"
}
]
}
}