20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
|
|
meta {
|
||
|
|
name: Lists Deep Thought User/query Match objects of the specified Analysis object, with pagination.
|
||
|
|
type: http
|
||
|
|
seq: 2
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: {{baseUrl}}/api/v2/Analysis/UserQueryMatches/:strToken/:strAnalysisID/:from/:howMany/:threshold
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strToken:
|
||
|
|
strAnalysisID:
|
||
|
|
from:
|
||
|
|
howMany:
|
||
|
|
threshold:
|
||
|
|
}
|