Skip to main content

Get a Paged List of Contacts By Account Type

Retrieve a list of contacts by account type

Query String Parameters

NameTypeDescriptionRequired
ActionStringContactListByAccountTypePagedRequired
AccountTypeIntThe unique identifier of the contact note group which can be retrieved using Contact GroupsOptional
PageIntPage number.Optional
PageSizeIntThe number of rows to be included in each page. Allowed Values: 1 - 1000.Optional
IncludeExtraboolInclude ContactExtra data items. 1 = true, 0 = false (default).Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2AccountType parameter requiredMandatory parameter was not supplied
2No matching contactNo data returned or set-up in BigChange
2Page parameter requiredMandatory parameter was not supplied
2Pagesize parameter requiredMandatory parameter was not supplied
2Maximum PageSize 5000PageSize value > 5000
2misc_noRightYou do not have the permissions to view contacts.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ContactListByAccountTypePaged&AccountType=117324&Page=0&PageSize=5