Skip to main content

Get a Paged List of Contacts by Group

Retrieve a list of contacts

Query String Parameters

NameTypeDescriptionRequired
ActionStringContactListPersonByGroupRequired
ContactGroupIdIntThe unique identifier of the contact note group which can be retrieved using Contact GroupsOptional
PageIntPage NumberOptional
PageSizeIntThe number of rows to be included in each page. Allowed Values: 1 - 5000.Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Page Parameter RequiredMandatory parameter was not supplied
2Contact Group Name or Id must be specifiedMandatory parameter was not supplied
2Invalid parameter - contactgroupIdInteger value is invalid or was not specified (when required)
2Invalid Page NumberInteger value is invalid or was not specified (when required)
2Invalid Page SizeInteger value is invalid or was not specified (when required)
2No matching contact groupNo data returned or set-up in BigChange
2There are no contacts in this groupNo data returned or set-up in BigChange
2misc_noRightYou do not have the permissions to view contacts.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ContactListPersonByGroup&ContactGroupId=51565&Page=1&PageSize=20