Index | Method | Request(s) | Response | Description | ||||
---|---|---|---|---|---|---|---|---|
1 | update |
sid folder |
updates an existing folder; you need the RENAME permission | |||||
2 | list |
sid folderId sort page max |
folder | lists all direct children of a parent folder: readable sub-folders only are returned | ||||
3 | merge |
sid sourceId targetId |
merges the contents of folder into a target | |||||
4 | delete |
sid folderId |
deletes an existing folder | |||||
5 | copy |
sid folderId targetId foldersOnly securityOption |
copies an existing folder into another location | |||||
6 | create |
sid folder |
folder | Creates a new folder; returns the newly created folder | ||||
7 | getPath |
sid folderId |
folders | computes the path from the root to the target folder; returns the array of folders, the first is the root | ||||
8 | rename |
sid folderId name |
renames an existing folder | |||||
9 | move |
sid folderId parentId |
moves an existing folder with the given identifier | |||||
10 | isReadable |
sid folderId |
tests if a folder is readable | |||||
11 | isWritable |
sid folderId |
tests if a folder is writable | |||||
12 | getAccessControlList |
sid folderId |
retrieves the access control list | |||||
13 | setAccessControlList |
sid folderId acl |
sets the Access Control List | |||||
14 | getDefaultWorkspace |
sid |
workspace | gets the default workspace | ||||
15 | createAlias |
sid arg1 arg2 |
folder | creates a new folder alias; returns the newly created alias | ||||
16 | isGranted |
sid folderId permission |
tests if the current user has a specific permission on a folder | |||||
17 | createFolder |
sid parentId name |
folderId | creates a new folder; returns the newly created folder | ||||
18 | createPath |
sid parentId path |
folder | creates the folder for the specified path; all unexisting nodes will be created | ||||
19 | getRootFolder |
sid |
folder | gets the root folder | ||||
20 | listWorkspaces |
sid |
workspaces | retrieves the list of all workspaces | ||||
21 | listChildren |
sid folderId |
folder | lists all direct children of a parent folder: readable only sub-folders are returned | ||||
22 | getFolder |
sid folderId |
folder | gets an existing folder | ||||
23 | findByPath |
sid path |
folder | finds the folder at the specified path |
updates an existing folder; you need the RENAME permission
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
lists all direct children of a parent folder: readable sub-folders only are returned
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y | ||||||
sort
|
String | Y | Optional sort criteria (eg creation asc) | |||||
page
|
Integer | Y | Optional page number | |||||
max
|
Integer | Y | Optional maximum number of elements per page |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | Y | |||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
merges the contents of folder into a target
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
sourceId
|
Long | Y | ||||||
targetId
|
Long | Y |
deletes an existing folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
copies an existing folder into another location
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y | ||||||
targetId
|
Long | Y | the new folder's parent | |||||
foldersOnly
|
Int | Y | 0 = copy folders and files, 1 = copy just folders | |||||
securityOption
|
String | Y | null or none = no sec. policies are created, inherit: the new folder will point to the parent for the security policies, replicate = sec. policies are inherited from the new parent folder |
Creates a new folder; returns the newly created folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folder
|
WSFolder | Y | definition of the new folder | |||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
computes the path from the root to the target folder; returns the array of folders, the first is the root
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folders
|
WSFolder | Y | Y | |||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
renames an existing folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y | ||||||
name
|
String | Y | the new folder's name |
moves an existing folder with the given identifier
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y | ||||||
parentId
|
Long | Y | the new folder's parent |
tests if a folder is readable
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
|
Boolean | Y |
tests if a folder is writable
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
|
Boolean | Y |
retrieves the access control list
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
|
WSAccessControlEntry | Y | Y | |||||
groupId
|
Long | Y | unique identifier of a group | |||||
userId
|
Long | Y | unique identifier of a user | |||||
read
|
Int | Y | permission to read | |||||
preview
|
Int | Y | permission to preview | |||||
write
|
Int | Y | permission to edit | |||||
download
|
Int | Y | permission to download | |||||
add
|
Int | Y | permission to add child elements | |||||
security
|
Int | Y | permission to change security policies | |||||
delete
|
Int | Y | permission to delete | |||||
rename
|
Int | Y | permission to rename | |||||
immutable
|
Int | Y | permission to mark a document as immutable | |||||
iimport
|
Int | Y | permission to import | |||||
export
|
Int | Y | permission to export | |||||
sign
|
Int | Y | permission to digitally sign | |||||
archive
|
Int | Y | permission to archive | |||||
workflow
|
Int | Y | permission to handle the workflow | |||||
calendar
|
Int | Y | permission to handle calendar events | |||||
subscription
|
Int | Y | permission to handle events subscription | |||||
password
|
Int | Y | permission to put a password | |||||
print
|
Int | Y | permission to print | |||||
move
|
Int | Y | permission to move | |||||
email
|
Int | Y | permission to send emails | |||||
automation
|
Int | Y | permission to handle the automation | |||||
storage
|
Int | Y | permission to handle the storage | |||||
readingreq
|
Int | Y | permission to send reading requests | |||||
customid
|
Int | Y | permission to edit the Custom ID |
sets the Access Control List
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y | ||||||
acl
|
WSAccessControlEntry | Y | Y | the complete Access Control List | ||||
groupId
|
Long | Y | unique identifier of a group | |||||
userId
|
Long | Y | unique identifier of a user | |||||
read
|
Int | Y | permission to read | |||||
preview
|
Int | Y | permission to preview | |||||
write
|
Int | Y | permission to edit | |||||
download
|
Int | Y | permission to download | |||||
add
|
Int | Y | permission to add child elements | |||||
security
|
Int | Y | permission to change security policies | |||||
delete
|
Int | Y | permission to delete | |||||
rename
|
Int | Y | permission to rename | |||||
immutable
|
Int | Y | permission to mark a document as immutable | |||||
iimport
|
Int | Y | permission to import | |||||
export
|
Int | Y | permission to export | |||||
sign
|
Int | Y | permission to digitally sign | |||||
archive
|
Int | Y | permission to archive | |||||
workflow
|
Int | Y | permission to handle the workflow | |||||
calendar
|
Int | Y | permission to handle calendar events | |||||
subscription
|
Int | Y | permission to handle events subscription | |||||
password
|
Int | Y | permission to put a password | |||||
print
|
Int | Y | permission to print | |||||
move
|
Int | Y | permission to move | |||||
email
|
Int | Y | permission to send emails | |||||
automation
|
Int | Y | permission to handle the automation | |||||
storage
|
Int | Y | permission to handle the storage | |||||
readingreq
|
Int | Y | permission to send reading requests | |||||
customid
|
Int | Y | permission to edit the Custom ID |
gets the default workspace
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
workspace
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
creates a new folder alias; returns the newly created alias
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
arg1
|
Long | Y | identifier of the folder in which the alias will be created | |||||
arg2
|
Long | Y | identifier of the referenced folder |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
tests if the current user has a specific permission on a folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y | ||||||
permission
|
String | Y | the permissions' integer representation |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
|
Boolean | Y |
creates a new folder; returns the newly created folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
parentId
|
Long | Y | ||||||
name
|
String | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folderId
|
Long | Y |
creates the folder for the specified path; all unexisting nodes will be created
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
parentId
|
Long | Y | ||||||
path
|
String | Y | the folder's path(for example /Default/dog/cat/mouse) |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
gets the root folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
retrieves the list of all workspaces
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
workspaces
|
WSFolder | Y | Y | |||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
lists all direct children of a parent folder: readable only sub-folders are returned
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | Y | |||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
gets an existing folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |
finds the folder at the specified path
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | identifier of the session | |||||
path
|
String | Y | the folder's path(for example /Default/dog/cat/mouse) |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
folder
|
WSFolder | Y | ||||||
id
|
Long | Y | unique identifier of the folder | |||||
name
|
String | Y | ||||||
parentId
|
Long | Y | identifier of the parent folder | |||||
description
|
String | Y | ||||||
lastModified
|
String | the last modified date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
type
|
Int | Y | 0 = Folder, 1 = Workspace | |||||
templateId
|
Long | template assigned to folder | ||||||
templateLocked
|
Int | Y | 0 = the template is unlocked, 1 = the template is locked | |||||
creation
|
String | the creation date (format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd') | ||||||
creator
|
String | who created the folder | ||||||
position
|
Int | Y | ||||||
hidden
|
Int | Y | 0 = visible, 1 = hidden | |||||
foldRef
|
Long | the referenced folder, used in case of folder alias | ||||||
securityRef
|
Long | another folder to inherit the security from | ||||||
attributes
|
WSAttribute | Y | array of attributes | |||||
name
|
String | Y | name of the attribute | |||||
stringValue
|
String | |||||||
intValue
|
Long | |||||||
doubleValue
|
Double | |||||||
dateValue
|
String | the date value; format must be 'yyyy-MM-dd' | ||||||
type
|
Int | Y | 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id, 7 = document (intValue represents the document's id), 8 = section | |||||
mandatory
|
Int | Y | ||||||
hidden
|
Int | Y | ||||||
readonly
|
Int | Y | ||||||
position
|
Int | |||||||
label
|
String | |||||||
editor
|
Int | Y | 0 = free, 1 = preset | |||||
setId
|
Long | Id of the attribute set | ||||||
multiple
|
Int | Y | 0 = single value, 1 = one or more values | |||||
parent
|
String | The reference attribute name, used for multi value attributes | ||||||
dependsOn
|
String | Name of another attribute on which the value of this attribute also depends, used for managing linked presets | ||||||
stringValues
|
String | Read only. In case of multiple string values, contains the values separated by a comma | ||||||
validation
|
String | Optional validation script | ||||||
initialization
|
String | Optional initialization script | ||||||
storage
|
Integer | the storage to use for new files. Valid only in case of workspace. | ||||||
tags
|
String | Y | tags applied to the document | |||||
ocrTemplateId
|
Long | identifier of the Zonal OCR template to use to process the documents inside this folder | ||||||
barcodeTemplateId
|
Long | identifier of the barcode template to use to process the documents inside this folder | ||||||
maxVersions
|
Integer | maximum number of versions maintaned in the workspace | ||||||
color
|
String | optional color assigned to the folder | ||||||
tile
|
String | optional tile image(Base64 encoded) of the folder |