Method RetryFailedAnalyzerItems
RetryFailedAnalyzerItems(String)
Retry failed analyzer items
Declaration
void RetryFailedAnalyzerItems(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/RetryFailedAnalyzerItems
Example for retry failed 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) |