Get Web Preview Settings
GET {{base_url}}/fc/api/v1/settings/web_preview
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"office_online_integration_enabled": false,
"office_online_wopi_url": "https://onenote.officeapps.live.com",
"office_online_type_of_use": "editing",
"office_online_additional_services_enabled": false,
"office_online_allow_self_signed_certificates": false,
"web_preview_enabled": true,
"only_allow_not_converted": false,
"max_cache_size_mb": 2000,
"servlet_allow_self_signed_certificates": true,
"generation_max_concurrent_calls": 2,
"pdf_previewer": "default"
} |
ENDPOINTS