Skip to main content

AssetTypeListModel

Asset type list (paged).

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"current_limit": "Integer",
"current_page": "Integer",
"results": "array[[AssetTypeModel](/docs/data_types/AssetTypeModel)]",
"total_count": "Integer",
"total_pages": "Integer"
}

Fields

current_limit Integer, Required

Maximun number of results per page.

  • Less than or equal to 1000.
  • Greater than or equal to 1.

current_page Integer, Required

Paged results page index (starting from 1).

  • Less than or equal to 10000.
  • Greater than or equal to 1.

results Array[AssetTypeModel], Required

Refer to AssetTypeModel.


total_count Integer, Required

Paged results total viewable records.

  • Less than or equal to 100000.
  • Greater than or equal to 0.

total_pages Integer, Required

Paged results total pages.

  • Less than or equal to 1000.
  • Greater than or equal to 0.