คู่มือและข้อมูลอ้างอิงสำหรับ 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 | อ่านโพสต์ชุมชนหนึ่งรายการของคุณด้วยรหัสภายนอกที่คุณกำหนดไว้ |
| 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).