Skip to main content

ListAssetTypesQueryParamsModel

List asset types query parameters.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"deleted": "Boolean, optional",
"page_index": "Integer, optional",
"page_limit": "Integer, optional"
}

Fields

deleted Boolean, Optional

If TRUE, return only deleted records. If FALSE, return only active records. If unspecified, return all records.

  • One of 0, 1, True, False (case insensitive).

page_index Integer, Optional

Paged results page index (starting from 1).

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

page_limit Integer, Optional

Maximun number of results per page.

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