Search Results for

    Show / Hide Table of Contents

    Method GetFailedAnalyzerDocumentIds

    GetFailedAnalyzerDocumentIds(String, String)

    Get failed documents from analyzer

    Declaration
    List<string> GetFailedAnalyzerDocumentIds(string connectionId, string infoStoreId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String infoStoreId

    The infoStore id. See also Id

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

    List of document ids

    Examples

    POST http://YourServerName/InfoShare/Json/Server/GetFailedAnalyzerDocumentIds

    Example for get failed documents from analyzer.

    {
       "connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a",
       "infoStoreId": "e46bc061-b7cf-e911-a939-00155d290a08"
    }

    Response:

    {
       "GetFailedAnalyzerDocumentIdsResult": ["0d010987-18d0-e911-a93a-00155d290a08"]
    }
    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