Get Qna Data API#
Get Qna List#
get qna list
get qna details
get suggested articles
requests |
info |
|---|---|
query |
|
Authorization |
optional |
desc |
return a paginated object; user specific meta will be none if Authorization is not provided |
payload:
key |
type |
remarks |
|---|---|---|
alias |
String |
post alias, if provided, other param will be not handled. optional |
assignment |
String |
category alias, optional |
tag |
[String] |
tag alias, optional |
contentType |
String |
content_type enum, optional |
coachAlias |
String |
filter by coach alias, optional |
start |
Integer |
pagination, default = 0 |
offset |
Integet |
pagination, default = 20 |
Get Qna Record#
return qna asked by users with qnaorder status
requests |
info |
|---|---|
query |
|
Authorization |
required |
desc |
return a paginated object |
payload:
key |
type |
remarks |
|---|---|---|
start |
Integer |
pagination, default = 0 |
offset |
Integet |
pagination, default = 20 |
Get Bookmark Articles#
return qna/editorial bookmark by user
requests |
info |
|---|---|
query |
|
Authorization |
required |
desc |
return a paginated object |
payload:
key |
type |
remarks |
|---|---|---|
assignment |
String |
filter by category alias, optional |
start |
Integer |
pagination, default = 0 |
offset |
Integet |
pagination, default = 20 |