API Docs / Schemas / TeamTimeRowDtoPagedResult

TeamTimeRowDtoPagedResult

Properties

Name Type Description
dataarray of TeamTimeRowDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "userCode": "...",
      "userName": "...",
      "isFormerMember": "...",
      "loggedMinutes": "...",
      "billableMinutes": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Contained in Schemas