API Docs / Schemas / WorkflowOccurrenceDtoPagedResult

WorkflowOccurrenceDtoPagedResult

Properties

Name Type Description
dataarray of WorkflowOccurrenceDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "task": "...",
      "client": "...",
      "completedDate": "...",
      "totalElapsedDays": "...",
      "clientWaitDays": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations