"scope": "license" 字段。| 文件类型名称 | 类型值 |
|---|---|
| 轻文档 | document |
| 表格 | spreadsheet |
| 传统文档 | documentPro |
| 幻灯片 | presentation |
| 应用表格 | table |
curl --location -g --request GET '/sdk/v2/api/license/apps/{{app_id}}' \
--header 'X-Shimo-Signature: {{signature}}' \
--header 'X-Shimo-Token: {{token}}'{
"appName": "myAppName",
"availableFileTypes": [
"document",
"documentPro",
"spreadsheet",
"presentation",
"table",
"form"
],
"activatedUserCount": 115,
"userCount": 129,
"memberLimit": 1000,
"validFrom": "2023-12-21T03:39:11Z",
"validUntil": "2123-11-27T03:39:11Z",
"endpointUrl": "http://my-endpoint-url.com/callback"
}