GetGroupDetails/ retrieves the group details, as well as the number of individuals who have unsubscribed. If recipients are removed from a group via the API or within Higher Logic Thrive Marketing Enterprise (Thrive Marketing Enterprise), and the unsubscribe setting is All or Legacy Group, that individual will be noted as an unsubscribe.
Example
Get Group Details:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE",
"GroupID":"123456"
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetGroupDetails/
POST Parameters
NOTE: This call does not have conditional or optional parameters.
Required Parameters
Parameter | Value | Description |
---|---|---|
SessionID | String | This is an authentication token which can be obtained by making the authenticate call. |
UserID | String | The UserID returned in the authenticate call. |
GroupID | Int | The Group ID of the group for which you want to retrieve details. If you don't know the Group ID, use the call GetGroups/ to find it. |