API Docs / Schemas / DocumentTemplateDtoPaginatedResponse

DocumentTemplateDtoPaginatedResponse

Properties

Name Type Description
dataarray of DocumentTemplateDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "code": "...",
      "name": "...",
      "type": "...",
      "bodyHtml": "...",
      "description": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations