API Docs / Schemas / ClientDocumentPortalViewResult

ClientDocumentPortalViewResult

Paginated list of client documents with portal folder navigation, as seen by the client.
Used by the "Portal View" preview in the main web app.

Properties

Name Type Description
dataarray of ClientDocumentDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean
foldersarray of PortalFolderDto

Sub-folders at the current navigation level. Empty when there are no sub-folders.

Sub-folders at the current navigation level. Empty when there are no sub-folders.

JSON Example

{
  "data": [
    {
      "code": "...",
      "client": "...",
      "category": "...",
      "title": "...",
      "summary": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations