Search Results for

    Show / Hide Table of Contents

    Method GetInfoStores

    GetInfoStores(String)

    Get all info stores

    Declaration
    List<InfoStoreContract> GetInfoStores(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    System.Collections.Generic.List<InfoStoreContract>

    A List of all info stores

    Examples

    POST http://YourServerName/InfoShare/Json/Common/GetInfoStores

    Example for get all info stores.

    {
       "connectionId": "b6742bb8-ef97-44ae-819b-a2fa2200908a"
    }

    Response:

    {
       "GetInfoStoresResult": [{                
         "Configuration": {
           "AccessLogEnum": "AllExceptPreview",
           "AutoSuggest": true,
           "BlobStoreIds": ["b5959c11-e5d9-4d11-a03c-c9fcccdfdb5b"],
           "BlobStoreProviderIds": ["c695827d-890c-11d9-a9b6-0040ca614638"],
           "BuildThumbnails": false,
           "DBCompressionEnum": "Deflate",
           "Encrypted": false,
           "FileCompressionEnum": "NoCompression",
           "Fulltext": true,
           "FulltextWithProperties": false,
           "IntegrityTestOnRead": false,
           "IntegrityTestOnWrite": false,
           "PageCount": false,
           "ProtectionDomainId": "0100a000-38a7-11d8-a902-0050bf427e8f",
           "ThumbnailBlobStoreId": null,
           "ThumbnailBlobStoreProviderId": null,
           "ThumbnailSize": 150,
           "VersioningEnum": "All" },
         "Id": "5ff3c8f6-b8cf-e911-a939-00155d290a08",
         "Name": {
           "Values": [{
             "Culture": "de",
             "Text": "IBM DR550" }, {
             "Culture": "en",
             "Text": "IBM DR550" }] },
         "SessionCount": 3
         } , {
         "Configuration": {
           "AccessLogEnum": "AllExceptPreview",
           "AutoSuggest": false,
           "BlobStoreIds": ["d26cc061-b7cf-e911-a939-00155d290a08"],
           "BlobStoreProviderIds": ["c695826a-890c-11d9-a9b6-0040ca614638"],
           "BuildThumbnails": true,
           "DBCompressionEnum": "Deflate",
           "Encrypted": false,
           "FileCompressionEnum": "NoCompression",
           "Fulltext": false,
           "FulltextWithProperties": false,
           "IntegrityTestOnRead": true,
           "IntegrityTestOnWrite": true,
           "PageCount": true,
           "ProtectionDomainId": "0100a000-38a7-11d8-a902-0050bf427e8f",
           "ThumbnailBlobStoreId": "d26cc061-b7cf-e911-a939-00155d290a08",
           "ThumbnailBlobStoreProviderId": "c695826a-890c-11d9-a9b6-0040ca614638",
           "ThumbnailSize": 250,
           "VersioningEnum": "All" },
         "Id": "e46bc061-b7cf-e911-a939-00155d290a08",
        "Name": {
          "Values": [{
            "Culture": "de",
            "Text": "Standard" }, {
            "Culture": "en",
            "Text": "Standard" }, {
            "Culture": "fr",
            "Text": "Par défaut" }] },
         "SessionCount": 3 }]
    }
    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)

    Back to top Copyright © Kendox