curl --location --request GET '/schedule/types' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "ok",
"status": 200,
"data": [
{
"id": 1,
"name": "个人提醒",
"color": "#1890FF",
"info": "",
"is_public": 1
},
{
"id": 2,
"name": "客户跟进",
"color": "#19BE6B",
"info": "",
"is_public": 1
},
{
"id": 3,
"name": "付款提醒",
"color": "#FB7A4D",
"info": "",
"is_public": 1
},
{
"id": 4,
"name": "合同回款",
"color": "#A277FF",
"info": "",
"is_public": 1
},
{
"id": 5,
"name": "汇报待办",
"color": "#ED4014",
"info": "",
"is_public": 1
},
{
"id": 6,
"name": "绩效考核",
"color": "#1890FF",
"info": "",
"is_public": 1
}
]
}