Skip to main content

Get a List of Contacts by Group

Retrieve a list of Contacts in a paginated format using the Contact Group Id

Query String Parameters

NameTypeDescriptionRequired
ActionStringContactListByGroupPagedRequired
GroupIdIntThe unique identifier of the contact group.Required
PageIntThe page number to return, starting from page 0.Required
PagesizeIntThe number of rows to be included in each page

  • Minimum 1
  • Maximum 5000
.
Required
LastUpdatedDateTimeDate and Time.Optional
IncludeExtraBoolInclude ContactExtra data items. 1 = true, 0 = false (default).Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2GroupId or ContactGroupName parameter requiredMandatory parameter was not supplied
2The contact group parameters are incorrect.Contact Group does not exist
2page parameter requiredMandatory parameter was not supplied
2page size requiredMandatory parameter was not supplied
2page size is smaller than or equal to 0Mandatory parameter was not supplied
2misc_noRightYou do not have the permissions to view contacts.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=contactlistbygrouppaged&groupid=8503&page=0&pagesize=5