Method GetAdvancedSchemaStore
GetAdvancedSchemaStore(String)
Get advanced schema store
Declaration
AdvancedSchemaStoreContract GetAdvancedSchemaStore(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
AdvancedSchemaStoreContract | Advanced schema settings |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetAdvancedSchemaStore
Example for get advanced schema store.{
"connectionId": "ea19eaca-e97c-4329-a8a6-2db790a52c1f"
}
Response:
{
"GetAdvancedSchemaStoreResult": {
"Active": true,
"ConvertToPDFASettings": {
"Active": true,
"MailTemplateId": "",
"Receipt": "",
"TimeOutSeconds": 1900
},
"DocumentAnalyzerSettings": {
"Active": true,
"DocumentAnalyzerWaitSeconds": 6,
"FulltextAnalyzerCultures": ["de", "en"],
"FulltextReplacementChars": ".-",
"IndexTaskSleepMS": 1200,
"MailAttributeExtractionActive": true,
"OCRLanguages": ["German", "English"],
"UseFiltDumpForPDF": true
},
"OverlaySettingsList": [
{
"Condition": {
"PropertyFilters": [
{
"ComparisonEnum": "eq",
"Id": "e3bf57bf-89ee-ea11-a0c8-00155d109000",
"PlaceHolder": null,
"PropertyTypeId": "c7a454d8-e6ed-ea11-a0c6-00155d109000",
"RelationEnum": "AND",
"Values": [
"Rechnung"
]
},
{
"ComparisonEnum": "eq",
"Id": "f5bf57bf-89ee-ea11-a0c8-00155d109000",
"PlaceHolder": "0",
"PropertyTypeId": "01000005-d596-485b-ace6-d64647a94277",
"RelationEnum": "And",
"Values": [
"0100a003-38a7-11d8-a902-0050bf427e8f"
]
}
],
"ProtectionDomainFilter": "Standardsicherheit"
},
"OffSetX": 0,
"OffSetY": 0,
"OverlaySearch": [
{
"ComparisonEnum": "eq",
"Id": "adbf57bf-89ee-ea11-a0c8-00155d109000",
"PlaceHolder": null,
"PropertyTypeId": "01000003-d596-485b-ace6-d64647a94277",
"RelationEnum": "AND",
"Values": [
"7ab6daea-0f1b-4726-b44d-49d7878a9f70"
]
},
{
"ComparisonEnum": "eq",
"Id": "bfbf57bf-89ee-ea11-a0c8-00155d109000",
"PlaceHolder": null,
"PropertyTypeId": "01000006-38a7-11d8-a902-0050bf427e8f",
"RelationEnum": "AND",
"Values": [
"OverlayRechnung"
]
},
{
"ComparisonEnum": "eq",
"Id": "d1bf57bf-89ee-ea11-a0c8-00155d109000",
"PlaceHolder": null,
"PropertyTypeId": "01000000-d596-485b-ace6-d64647a94277",
"RelationEnum": "AND",
"Values": [
"Standardsicherheit"
]
}
]
}
],
"SearchablePDFCreatorSettings": {
"Active": true,
"TimeOutSeconds": 1800,
"UseMultiThreading": false
},
"SessionCount": 1,
"APISettings": {
"Active": true,
"ConnectionTimeoutSeconds": 550,
"KeepUploadedFileMinutes": 60
},
"CanChangeCryptoPassword": false
}
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |
ServiceException | You need "Access to scheme" access right (01002060-38a7-11d8-a902-0050bf427e8f) |