GET api/Group/GetActiveGroupConfiguration
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupConfigurationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupId | integer |
None. |
|
| ShowWillKitTextMenu | boolean |
None. |
|
| ShowPreApproachText | boolean |
None. |
|
| SendIntroTextImageInPreapproach | boolean |
None. |
|
| AttachIntroTextImage | boolean |
None. |
|
| AttachIDBadgeInPreApproachLetter | boolean |
None. |
|
| AttachIDBadgeInIntroText | boolean |
None. |
|
| AttachIDBadgeAfterVoiceMailText | boolean |
None. |
|
| AttachIDBadgeInHomeAfterVoiceMailText | boolean |
None. |
|
| AttachIDBadgeInUnableToMakeAppointmentText | boolean |
None. |
|
| TemplateFields | string |
None. |
|
| TemplateLabels | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ChangedBy | integer |
None. |
|
| ChangedDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| HasIntroImage | boolean |
None. |
|
| IntroImageS3 | string |
None. |
|
| IntroImageFileName | string |
None. |
|
| HasSendPreApproachImage | boolean |
None. |
|
| SendPreApproachImageS3 | string |
None. |
|
| SendPreApproachImageFileName | string |
None. |
|
| WillKitTextMenuOptionAvailable | boolean |
None. |
|
| AttachMarketIDBadgeInIntroText | boolean |
None. |
|
| ShowIntroductionText | boolean |
None. |
|
| ShowAfterVoiceMailText | boolean |
None. |
|
| ShowInHomeAfterVoiceMailText | boolean |
None. |
|
| ShowUnableToMakeAppointmentText | boolean |
None. |
|
| ShowPreApproachLetter | boolean |
None. |
|
| ShowLeadImage | boolean |
None. |
|
| ShowIdBadge | boolean |
None. |
|
| ShowMarketIdBadge | boolean |
None. |
|
| ShowPosIntroductionText | boolean |
None. |
|
| ShowConfirmingScheduledAppointment | boolean |
None. |
|
| HidePreApproachFirstPage | boolean |
None. |
|
| ShowDateTimeOnLeadCard | boolean |
None. |
|
| ShowLeadAppendDateOnLeadCard | boolean |
None. |
|
| ShowLeadImageForAilgroup | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"GroupId": 1,
"ShowWillKitTextMenu": true,
"ShowPreApproachText": true,
"SendIntroTextImageInPreapproach": true,
"AttachIntroTextImage": true,
"AttachIDBadgeInPreApproachLetter": true,
"AttachIDBadgeInIntroText": true,
"AttachIDBadgeAfterVoiceMailText": true,
"AttachIDBadgeInHomeAfterVoiceMailText": true,
"AttachIDBadgeInUnableToMakeAppointmentText": true,
"TemplateFields": "sample string 11",
"TemplateLabels": "sample string 12",
"CreatedBy": 1,
"CreatedDate": "2026-09-24T15:32:35.0132704-07:00",
"ChangedBy": 1,
"ChangedDate": "2026-09-24T15:32:35.0132704-07:00",
"Disabled": true,
"HasIntroImage": true,
"IntroImageS3": "sample string 14",
"IntroImageFileName": "sample string 15",
"HasSendPreApproachImage": true,
"SendPreApproachImageS3": "sample string 17",
"SendPreApproachImageFileName": "sample string 18",
"WillKitTextMenuOptionAvailable": true,
"AttachMarketIDBadgeInIntroText": true,
"ShowIntroductionText": true,
"ShowAfterVoiceMailText": true,
"ShowInHomeAfterVoiceMailText": true,
"ShowUnableToMakeAppointmentText": true,
"ShowPreApproachLetter": true,
"ShowLeadImage": true,
"ShowIdBadge": true,
"ShowMarketIdBadge": true,
"ShowPosIntroductionText": true,
"ShowConfirmingScheduledAppointment": true,
"HidePreApproachFirstPage": true,
"ShowDateTimeOnLeadCard": true,
"ShowLeadAppendDateOnLeadCard": true,
"ShowLeadImageForAilgroup": true
},
{
"Id": 1,
"GroupId": 1,
"ShowWillKitTextMenu": true,
"ShowPreApproachText": true,
"SendIntroTextImageInPreapproach": true,
"AttachIntroTextImage": true,
"AttachIDBadgeInPreApproachLetter": true,
"AttachIDBadgeInIntroText": true,
"AttachIDBadgeAfterVoiceMailText": true,
"AttachIDBadgeInHomeAfterVoiceMailText": true,
"AttachIDBadgeInUnableToMakeAppointmentText": true,
"TemplateFields": "sample string 11",
"TemplateLabels": "sample string 12",
"CreatedBy": 1,
"CreatedDate": "2026-09-24T15:32:35.0132704-07:00",
"ChangedBy": 1,
"ChangedDate": "2026-09-24T15:32:35.0132704-07:00",
"Disabled": true,
"HasIntroImage": true,
"IntroImageS3": "sample string 14",
"IntroImageFileName": "sample string 15",
"HasSendPreApproachImage": true,
"SendPreApproachImageS3": "sample string 17",
"SendPreApproachImageFileName": "sample string 18",
"WillKitTextMenuOptionAvailable": true,
"AttachMarketIDBadgeInIntroText": true,
"ShowIntroductionText": true,
"ShowAfterVoiceMailText": true,
"ShowInHomeAfterVoiceMailText": true,
"ShowUnableToMakeAppointmentText": true,
"ShowPreApproachLetter": true,
"ShowLeadImage": true,
"ShowIdBadge": true,
"ShowMarketIdBadge": true,
"ShowPosIntroductionText": true,
"ShowConfirmingScheduledAppointment": true,
"HidePreApproachFirstPage": true,
"ShowDateTimeOnLeadCard": true,
"ShowLeadAppendDateOnLeadCard": true,
"ShowLeadImageForAilgroup": true
}
]