API Docs / Schemas / ClientConfirmationDtoPagedResult

ClientConfirmationDtoPagedResult

Properties

Name Type Description
dataarray of ClientConfirmationDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "id": "...",
      "stepName": "...",
      "status": "...",
      "task": "...",
      "client": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations