API Docs / Schemas / WipAgeingRowDtoPagedResult

WipAgeingRowDtoPagedResult

Properties

Name Type Description
dataarray of WipAgeingRowDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "groupKind": "...",
      "groupCode": "...",
      "groupName": "...",
      "currentStepType": "...",
      "count": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Contained in Schemas