API Docs / Schemas / ProposalDtoPaginatedResponse

ProposalDtoPaginatedResponse

Properties

Name Type Description
dataarray of ProposalDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "code": "...",
      "guid": "...",
      "client": "...",
      "date": "...",
      "status": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations