Analysis
Path parameters
strTokenstringRequired
The login token
strMemoriIDstringRequired
The ID of the Memori object
Body
querystring | nullableOptional
Query to be matched with User objects in the analysis. Required.
thresholdnumber · float | nullableOptional
Threshold between 0.0 and 1.0. User objects whose match level is below this threshold will be discarded. If null, all User objects will be returned.
Responses
200
Success
application/json
post
/api/v2/Analysis/AnalyzeUserQuery/{strToken}/{strMemoriID}200
Success
Path parameters
strTokenstringRequired
The login token
strAnalysisIDstringRequired
The Analysis process ID
frominteger · int32Required
The 0-based index of the first Match object to list
howManyinteger · int32Required
The number of the Match objects to list
thresholdnumber · floatOptional
Optional threshold between 0.0 and 1.0: Match objects below the threshold are excluded from the list
Responses
200
Success
application/json
get
/api/v2/Analysis/UserQueryMatches/{strToken}/{strAnalysisID}/{from}/{howMany}/{threshold}200
Success
Last updated