Method RetrySpecificAnalyzerItems
RetrySpecificAnalyzerItems(String, String, String, String)
Retry specific analyzer items
Declaration
void RetrySpecificAnalyzerItems(string connectionId, string filterPropertyTypeId, string searchValueFrom, string searchValueTo)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | filterPropertyTypeId | The filter property type id |
System.String | searchValueFrom | Set search value from. Date format: yyyy-MM-ddTHH:mm:ss |
System.String | searchValueTo | Set search value to. Date format: yyyy-MM-ddTHH:mm:ss |
Examples
POST http://YourServerName/InfoShare/Json/Server/RetrySpecificAnalyzerItems
Example for retry specific analyzers items.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a",
"filterPropertyTypeId": "00000001-2c87-4300-92dc-f70d2b7a0a2a",
"searchValueFrom": "2023-03-27T10:00:00",
"searchValueTo": "2024-03-27T14:30:00"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | The property '{propertyTypeName}' or '{propertyTypeName}' is only supported (10383) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |