BaseItemDtoQueryResult
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. |
{
"Items": null,
"TotalRecordCount": null,
"StartIndex": null
}