Install
openclaw skills install justoneapi-zhihu-get-answer-listCall GET /api/zhihu/get-answer-list/v1 for Zhihu Answer List through JustOneAPI with questionId.
openclaw skills install justoneapi-zhihu-get-answer-listUse this focused JustOneAPI skill for answer List in Zhihu. It targets GET /api/zhihu/get-answer-list/v1. Required non-token inputs are questionId. OpenAPI describes it as: Get Zhihu answer List data, including answer content, author profiles, and interaction metrics, for question analysis and answer research.
zhihuget-answer-listjustoneapi-zhihu-get-answer-list| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getAnswerListV1 | v1 | GET | /api/zhihu/get-answer-list/v1 | Answer List |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
cursor | query | n/a | all | string | Pagination cursor from previous result |
offset | query | n/a | all | integer | Start offset, begins with 0 |
order | query | n/a | all | string | Sorting criteria for answers. Available Values: - _default: Default sorting. - _updated: Sorted by updated time |
order enum | values | n/a | n/a | n/a | _default, _updated |
questionId | query | all | n/a | string | Question ID |
sessionId | query | n/a | all | string | Session ID from previous result |
Request body: none documented; send parameters through path or query arguments.
Use getAnswerListV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getAnswerListV1.
node {baseDir}/bin/run.mjs --operation "getAnswerListV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"questionId":"<questionId>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getAnswerListV1 on /api/zhihu/get-answer-list/v1.questionId) before summarizing results.