ElefyMove Open API 的指南与参考。
这些指南目前仅提供英文版。
| 方法 | 端点 | 权限范围 | 用途 |
|---|---|---|---|
/api/public/v1/community/posts | community:write | 提交一篇社区帖子。合作伙伴创建的帖子都会先进入审核,不会立即发布。 | |
| GET | /api/public/v1/community/posts | community:read | 列出你自己的社区帖子及其审核状态。 |
| GET | /api/public/v1/community/posts/{externalId} | community:read | 按你指定的外部 ID 读取你的某篇社区帖子。 |
| PATCH | /api/public/v1/community/posts/{externalId} | community:write | 更新你的社区帖子;未提交的字段保持不变。 |
| DELETE | /api/public/v1/community/posts/{externalId} | community:write | 下架你的社区帖子。 |
externalId, the same pattern as listings.pending and goes through ElefyMove moderation before it is visible to anyone else. Read moderationStatus on the response, or poll GET /community/posts/:externalId, to track it.pending permanently and never appear on any public surface, regardless of moderation — the sandbox has no path to publish.PATCH is a partial update — any field you omit is left unchanged. A content edit to an already-published post can send it back to pending for re-review. DELETE unpublishes it (it does not erase history).