API Docs / Schemas / ClientDocumentDtoPaginatedResponse

ClientDocumentDtoPaginatedResponse

Properties

Name Type Description
dataarray of ClientDocumentDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

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

Used By Operations