curl --location --request GET 'https://open.feishu.cn/open-apis/sheets/v2/spreadsheets//condition_formats?sheet_ids' \
--header 'Authorization;'
{
"code": 0,
"msg": "Success",
"data": {
"sheet_condition_formats": [
{
"condition_format": {
"cf_id": "r9sYuhgAl6",
"ranges": [
"uEnW3A!C4:C4"
],
"rule_type": "timePeriod",
"attrs": [
{
"operator": "is",
"time_period": "today"
}
],
"style": {
"back_color": "#d9f5d6",
"font": {
"bold": true,
"italic": false
},
"fore_color": "#faf1d1",
"text_decoration": 3
}
},
"sheet_id": "uEnW3A"
}
]
}
}