Method GetAnalyzerDocumentIds
GetAnalyzerDocumentIds(String, Int32)
Get documents to analyze
Declaration
List<string> GetAnalyzerDocumentIds(string connectionId, int count)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.Int32 | count | Count of documents to return |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | List of document ids |
Examples
POST http://YourServerName/InfoShare/Json/Server/GetAnalyzerDocumentIds
Example for get document to analyze.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a",
"count": 5
}
Response:
{
"GetAnalyzerDocumentIdsResult":["32a317e3-4bd1-e911-a93b-00155d290a08","0d010987-18d0-e911-a93a-00155d290a08",
"12e88a27-4bd1-e911-a93b-00155d290a08","a7d3a990-2cd2-e911-a93c-00155d290a08",
"1b76ccfb-6cd0-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) |