bruno/memori-backend/Analysis/Lists Deep Thought User-query Match objects of the specified Analysis object, with pagination.bru

20 lines
355 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}