18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
meta {
|
|
name: Lists Topic objects with pagination.
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/memori/v2/Topics/:strSessionID/:from/:howMany
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
from:
|
|
howMany:
|
|
}
|