GET api/Group/GetActiveGroupConfiguration

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GroupConfigurationDTO
NameDescriptionTypeAdditional 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "GroupId": 2,
    "ShowWillKitTextMenu": true,
    "ShowPreApproachText": true,
    "SendIntroTextImageInPreapproach": true,
    "AttachIntroTextImage": true,
    "AttachIDBadgeInPreApproachLetter": true,
    "AttachIDBadgeInIntroText": true,
    "AttachIDBadgeAfterVoiceMailText": true,
    "AttachIDBadgeInHomeAfterVoiceMailText": true,
    "AttachIDBadgeInUnableToMakeAppointmentText": true,
    "TemplateFields": "sample string 12",
    "TemplateLabels": "sample string 13",
    "CreatedBy": 1,
    "CreatedDate": "2026-06-25T12:33:04.9276005-07:00",
    "ChangedBy": 1,
    "ChangedDate": "2026-06-25T12:33:04.9276005-07:00",
    "Disabled": true,
    "HasIntroImage": true,
    "IntroImageS3": "sample string 15"
  },
  {
    "Id": 1,
    "GroupId": 2,
    "ShowWillKitTextMenu": true,
    "ShowPreApproachText": true,
    "SendIntroTextImageInPreapproach": true,
    "AttachIntroTextImage": true,
    "AttachIDBadgeInPreApproachLetter": true,
    "AttachIDBadgeInIntroText": true,
    "AttachIDBadgeAfterVoiceMailText": true,
    "AttachIDBadgeInHomeAfterVoiceMailText": true,
    "AttachIDBadgeInUnableToMakeAppointmentText": true,
    "TemplateFields": "sample string 12",
    "TemplateLabels": "sample string 13",
    "CreatedBy": 1,
    "CreatedDate": "2026-06-25T12:33:04.9276005-07:00",
    "ChangedBy": 1,
    "ChangedDate": "2026-06-25T12:33:04.9276005-07:00",
    "Disabled": true,
    "HasIntroImage": true,
    "IntroImageS3": "sample string 15"
  }
]