curl --location --request GET 'https://open.feishu.cn/open-apis/sheets/v2/spreadsheets//metainfo' \
--header 'Authorization;' \
--header 'Content-Type: text/plain' \
--data-raw 'curl --location --request GET '\''https://open.feishu.cn/open-apis/sheets/v2/spreadsheets/shtcngNygNfuqhxTBf588jwgWbJ/metainfo?extFields=protectedRange&user_id_type=open_id'\'' \
--header '\''Authorization: Bearer t-e346617a4acfc3a11d4ed24dca0d0c0fc8e0067e'\'''
{
"code": 0,
"msg": "Success",
"data": {
"properties": {
"title": "",
"ownerUser": 0,
"sheetCount": 0,
"revision": 0
},
"sheets": [
{
"sheetId": "***",
"title": "***",
"index": 0,
"rowCount": 0,
"columnCount": 0,
"frozenColCount": 0,
"frozenRowCount": 0,
"merges": [
{
"columnCount": 0,
"rowCount": 0,
"startColumnIndex": 0,
"startRowIndex": 0
}
],
"protectedRange": [
{
"dimension": {
"endIndex": 0,
"majorDimension": "ROWS",
"sheetId": "***",
"startIndex": 0
},
"protectId": "***",
"sheetId": "***",
"lockInfo": "***"
}
]
},
{
"blockInfo": {
"blockToken": "***",
"blockType": "***"
},
"columnCount": 0,
"frozenColCount": 0,
"frozenRowCount": 0,
"index": 0,
"rowCount": 0,
"sheetId": "***",
"title": "*** "
}
],
"spreadsheetToken": "***"
}
}