Platitun · API · Listings · Questions about my listings
Questions about my listings
GET /api/v1/questionsKey scope: listings · read only
What buyers ask and what you answered. An unanswered question is NOT published at all: it does not help the next buyer, it just makes the seller look silent.
Query filters
| Field | Type | What it is |
|---|---|---|
onlyUnanswered | boolean | Only the ones where the move is yours. |
limit | integer | How many records to return. Default 50, maximum 200. |
Response fields
| Field | Type | What it is |
|---|---|---|
items | array | The records of this page. |
items[].question | string | The question text. |
items[].answer | string|null | Your answer, if there was one. |
items[].listing | integer | The number of the listing asked about. |
Nearby in this section
GET /api/v1/listings— My listingsPOST /api/v1/listings— Create a listingGET /api/v1/listings/{number}— One of my listingsPATCH /api/v1/listings/{number}— Update a listingDELETE /api/v1/listings/{number}— Remove a listingPOST /api/v1/listings/{number}/state— Switch on, switch off, auto-deliveryPOST /api/v1/listings/{number}/copy— Copy a listingPOST /api/v1/listings/{number}/test— Mark a listing as testPUT /api/v1/listings/{number}/image— The listing imageDELETE /api/v1/listings/{number}/image— Remove the imagePOST /api/v1/questions/{id}/answer— Answer a question