POST GET groups/getContacts
Get subscription data for contacts in a static group
* required
			Parameters
| Name | Type | Description | 
|---|---|---|
| groupID * | integer | Unique ID of a group | 
| suppressed | boolean | Opted out of receiving emails for the group | 
| dateAddedStart | datetime | Start date of when contacts were added to the group | 
| dateAddedEnd | datetime | End date of when contacts were added to the group | 
| page | integer | Number of page in results to return 
							 1
						 
							 1
						 | 
| rpp | integer | Number of records to return per page 
							 100
						 
							 1
						 
							 1000
						 | 
Response Data
| Name | Type | Description | 
|---|---|---|
| contactID | integer | ID of contact | 
| string | ||
| suppressed | boolean | Contact has opted out of receiving emails for the group | 
| dateAdded | datetime | Date the contact was added to the group | 
| dateSuppressed | datetime | Date contact was suppressed in the group | 
Permissions
Method requires the Contacts (Edit) permission
Example Calls
Get suppressed contacts
GET
				
					/groups/getContacts?groupID=123&suppressed=1
				
			
				cURL
			
			Copy
			
			Response Data
				Get contacts added between two dates
GET
				
					/groups/getContacts?groupID=123&dateAddedStart=2019-12-01&dateAddedEnd=2019-12-08
				
			
				cURL
			
			Copy
			
			Response Data
				API Console
The console uses production data, so BE CAREFUL!
			GET
						groups/getContacts