Vine of Time Logo
Open API Docs

List Documents

Admin
2026/4/3
4 阅读

List Documents

Endpoint

GET /api/open/documents

Query parameters

NameTypeRequiredDescription
pagenumberNoPage number, default is 1
pageSizenumberNoPage size, default is 20
publishedbooleanNoFilter by publish status

Response structure

The response returns:

  • data: current page items
  • pagination.page
  • pagination.pageSize
  • pagination.total
  • pagination.totalPages

Notes

  • Results are sorted primarily by order.
  • Child documents may be returned in the children field.
  • Authentication still uses the standard RSA signature flow.