Skip to main content

CustomerContactListModel

Customer contact list (paged).

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"current_limit": "Integer",
"current_page": "Integer",
"results": "array[[CustomerContactModel](/docs/data_types/CustomerContactModel)]",
"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[CustomerContactModel], Required

Refer to CustomerContactModel.


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.