Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 577 Bytes

base-item-dto-query-result.md

File metadata and controls

25 lines (17 loc) · 577 Bytes

Base Item Dto Query Result

Structure

BaseItemDtoQueryResult

Fields

Name Type Tags Description
items List of BaseItemDto Optional Gets or sets the items.
total_record_count int Optional Gets or sets the total number of records available.
start_index int Optional Gets or sets the index of the first record in Items.

Example (as JSON)

{
  "Items": null,
  "TotalRecordCount": null,
  "StartIndex": null
}