Get file settings
GET /api/2.0/files/settings
Request
Returns all the file settings.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Examples
GET /api/2.0/files/settings HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/files/settings \
--header 'Accept: application/json'
Responses
200
File settings
- extsImagePreviewed
array of unknown
- extsMediaPreviewed
array of unknown
- extsWebPreviewed
array of unknown
- extsWebEdited
array of unknown
- extsWebEncrypt
array of unknown
- extsWebReviewed
array of unknown
- extsWebCustomFilterEditing
array of unknown
- extsWebRestrictedEditing
array of unknown
- extsWebCommented
array of unknown
- extsWebTemplate
array of unknown
- extsCoAuthoring
array of unknown
- extsMustConvert
array of unknown
- extsConvertible
object
- extsUploadable
array of unknown
- extsArchive
array of unknown
- extsVideo
array of unknown
- extsAudio
array of unknown
- extsImage
array of unknown
- extsSpreadsheet
array of unknown
- extsPresentation
array of unknown
- extsDocument
array of unknown
- internalFormats
object
- Unknown
string
- Archive
string
- Video
string
- Audio
string
- Image
string
- Spreadsheet
string
- Presentation
string
- Document
string
- Pdf
string
- masterFormExtension
string
- paramVersion
string
- paramOutType
string
- fileDownloadUrlString
string
uri - fileWebViewerUrlString
string
- fileWebViewerExternalUrlString
string
uri - fileWebEditorUrlString
string
- fileWebEditorExternalUrlString
string
uri - fileRedirectPreviewUrlString
string
uri - fileThumbnailUrlString
string
uri - confirmDelete
boolean
- enableThirdParty
boolean
- externalShare
boolean
- externalShareSocialMedia
boolean
- storeOriginalFiles
boolean
- keepNewFileName
boolean
- convertNotify
boolean
- hideConfirmConvertSave
boolean
- hideConfirmConvertOpen
boolean
- defaultOrder
object
- is_asc
boolean
- property
one of
- .
enum of string
[DateAndTime - Date and time, AZ - AZ, Size - Size, Author - Author, Type - Type, New - New, DateAndTimeCreation - Date and time creation, RoomType - Room type, Tags - Tags, Room - Room, CustomOrder - Custom order, LastOpened - Last opened, UsedSpace - Used space]
Can be one of:
DateAndTime
,AZ
,Size
,Author
,Type
,New
,DateAndTimeCreation
,RoomType
,Tags
,Room
,CustomOrder
,LastOpened
,UsedSpace
.- .
enum of integer
[0 - Date and time, 1 - AZ, 2 - Size, 3 - Author, 4 - Type, 5 - New, 6 - Date and time creation, 7 - Room type, 8 - Tags, 9 - Room, 10 - Custom order, 11 - Last opened, 12 - Used space]
Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,9
,10
,11
,12
.
- forcesave
boolean
- storeForcesave
boolean
- recentSection
boolean
- favoritesSection
boolean
- templatesSection
boolean
- downloadTarGz
boolean
- automaticallyCleanUp
object
- isAutoCleanUp
boolean
- gap
one of
- .
enum of string
[OneWeek - One week, TwoWeeks - Two weeks, OneMonth - One month, ThirtyDays - Thirty days, TwoMonths - Two months, ThreeMonths - Three months]
Can be one of:
OneWeek
,TwoWeeks
,OneMonth
,ThirtyDays
,TwoMonths
,ThreeMonths
.- .
enum of integer
[1 - One week, 2 - Two weeks, 3 - One month, 4 - Thirty days, 5 - Two months, 6 - Three months]
Can be one of:
1
,2
,3
,4
,5
,6
.
- canSearchByContent
boolean
- defaultSharingAccessRights
array of any of
- .
enum of string
[None - None, ReadWrite - Read and write, Read - Read, Restrict - Restrict, Varies - Varies, Review - Review, Comment - Comment, FillForms - Fill forms, CustomFilter - Custom filter, RoomAdmin - Room admin, Editing - Editing, PowerUser - Power user]
Can be one of:
None
,ReadWrite
,Read
,Restrict
,Varies
,Review
,Comment
,FillForms
,CustomFilter
,RoomAdmin
,Editing
,PowerUser
.- .
enum of integer
[0 - None, 1 - Read and write, 2 - Read, 3 - Restrict, 4 - Varies, 5 - Review, 6 - Comment, 7 - Fill forms, 8 - Custom filter, 9 - Room admin, 10 - Editing, 11 - Power user]
Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,9
,10
,11
.
- maxUploadThreadCount
integer
int32 - chunkUploadSize
integer
int64 - openEditorInSameTab
boolean