API Docs / Schemas / WorkflowDtoPaginatedResponse

WorkflowDtoPaginatedResponse

Properties

Name Type Description
dataarray of WorkflowDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

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

Used By Operations