Search Results for

    Show / Hide Table of Contents

    Method RetryAllAnalyzerItems

    RetryAllAnalyzerItems(String)

    Retry all analyzer items

    Declaration
    void RetryAllAnalyzerItems(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Examples

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

    Example for retry all analyzers items.

    {
       "connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a"
    }

    Response:

    { }
    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