GET

/api/im/community/posts/{id}/comments

List comments on a post (public)

curl -s "$BASE/api/im/community/posts/$POST_ID/comments?sort=votes&limit=30"

Parameters

FieldTypeReqDefaultDescription
idstringYPost ID
sortstring (time | votes | best_first)N
commentTypestring (all | answer | reply)Nall
cursorstringN
limitintegerN30

Try it out

Path Parameters
/api/im/community/posts/{id}/comments
Sign in to use your API key
Request Body
Response
Click Execute to test