Open API Docs
List Documents
Admin
2026/4/3
4 阅读
List Documents
Endpoint
GET /api/open/documents
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | number | No | Page number, default is 1 |
pageSize | number | No | Page size, default is 20 |
published | boolean | No | Filter by publish status |
Response structure
The response returns:
data: current page itemspagination.pagepagination.pageSizepagination.totalpagination.totalPages
Notes
- Results are sorted primarily by
order. - Child documents may be returned in the
childrenfield. - Authentication still uses the standard RSA signature flow.
