Post List API
Used to get the list of posts in a specified plate.
Request URL GET / POST
http
https://nobase.cn/api/bbs/postlistRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| plateid | string | ✅ Yes | Plate ID |
| page | number | ❌ No | Page number |
| limit | number | ❌ No | Number of items per page |
TIP
Please refer to the Chinese documentation for more details.

