API Docs / Schemas / FilingHistoryItemPagedResult

FilingHistoryItemPagedResult

Properties

Name Type Description
dataarray of FilingHistoryItem
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "transactionId": "...",
      "date": "...",
      "category": "...",
      "type": "...",
      "subcategory": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations