User Engagement#
Follow Coach#
requests |
info |
|---|---|
mutation |
|
Authorization |
required |
desc |
return the follow status and the number of follower |
payload:
key |
type |
remarks |
|---|---|---|
id |
Integer |
required |
unfollow |
Boolean |
required, if true, perform unfollow |
Submit Testimony#
requests |
info |
|---|---|
mutation |
|
Authorization |
required |
desc |
submit qna testimony |
payload:
key |
type |
remarks |
|---|---|---|
id |
Integer |
qna id, required |
rating |
Integer |
out of 5 |
subject |
String |
- |
feedback |
String |
- |
Bookmark Post#
requests |
info |
|---|---|
endpoint |
|
method |
|
Authorization |
required |
desc |
- |
payload:
key |
type |
remarks |
|---|---|---|
qna_id |
Integer |
required |
clap |
Boolean |
if true, handle clap. revert the clap state |
bookmark |
Boolean |
if true, handle bookmark. revert the bookmark state |