API Docs / Schemas / RecurringTaskItemDtoPaginatedResponse

RecurringTaskItemDtoPaginatedResponse

Properties

Name Type Description
dataarray of RecurringTaskItemDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

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

Used By Operations