GET api/GroupsMaterial/GetGroupConfigurationTypesV2?GroupId={GroupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupConfigurationTextTemplateDetailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupConfigurationId | integer |
None. |
|
| GroupConfigurationPrePublishId | integer |
None. |
|
| GroupId | integer |
None. |
|
| UserId | integer |
None. |
|
| TextTemplateTypeId | integer |
None. |
|
| DraftTypeIdList | Collection of integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Required | boolean |
None. |
|
| LastUpdated | date |
None. |
|
| LastUpdatedString | string |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| IsDraft | boolean |
None. |
|
| IsPublished | boolean |
None. |
|
| ReadOnly | boolean |
None. |
|
| LastUpdatedByName | string |
None. |
|
| CountryId | integer |
None. |
|
| PrePublishTextContentDetail | GroupConfigurationPrePublishTextContentDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupConfigurationId": 1,
"GroupConfigurationPrePublishId": 1,
"GroupId": 1,
"UserId": 1,
"TextTemplateTypeId": 1,
"DraftTypeIdList": [
1,
1
],
"Title": "sample string 1",
"Description": "sample string 2",
"Required": true,
"LastUpdated": "2026-09-24T15:32:13.9440648-07:00",
"LastUpdatedString": "sample string 3",
"LastUpdatedBy": 1,
"IsDraft": true,
"IsPublished": true,
"ReadOnly": true,
"LastUpdatedByName": "sample string 4",
"CountryId": 1,
"PrePublishTextContentDetail": {
"ContentType": 1,
"ShowTextContent": true,
"TextContent": "sample string 1",
"AttachIDBadge": true,
"AttachMarketIDBadge": true,
"AttachLeadImage": true,
"AttachPreApproachLetter": true,
"HasCustomImage": true,
"CustomImageS3": "sample string 2",
"CustomImageFileName": "sample string 3",
"IsActive": true,
"Title": "sample string 4",
"Description": "sample string 5",
"CreatedDate": "2026-09-24T15:32:13.9440648-07:00",
"CreatedBy": 1,
"ChangedDate": "2026-09-24T15:32:13.9440648-07:00",
"ChangedBy": 1,
"SecondMsgContent": "sample string 6",
"CustomImageFileBytes": "QEA=",
"IsDefault": true
}
},
{
"GroupConfigurationId": 1,
"GroupConfigurationPrePublishId": 1,
"GroupId": 1,
"UserId": 1,
"TextTemplateTypeId": 1,
"DraftTypeIdList": [
1,
1
],
"Title": "sample string 1",
"Description": "sample string 2",
"Required": true,
"LastUpdated": "2026-09-24T15:32:13.9440648-07:00",
"LastUpdatedString": "sample string 3",
"LastUpdatedBy": 1,
"IsDraft": true,
"IsPublished": true,
"ReadOnly": true,
"LastUpdatedByName": "sample string 4",
"CountryId": 1,
"PrePublishTextContentDetail": {
"ContentType": 1,
"ShowTextContent": true,
"TextContent": "sample string 1",
"AttachIDBadge": true,
"AttachMarketIDBadge": true,
"AttachLeadImage": true,
"AttachPreApproachLetter": true,
"HasCustomImage": true,
"CustomImageS3": "sample string 2",
"CustomImageFileName": "sample string 3",
"IsActive": true,
"Title": "sample string 4",
"Description": "sample string 5",
"CreatedDate": "2026-09-24T15:32:13.9440648-07:00",
"CreatedBy": 1,
"ChangedDate": "2026-09-24T15:32:13.9440648-07:00",
"ChangedBy": 1,
"SecondMsgContent": "sample string 6",
"CustomImageFileBytes": "QEA=",
"IsDefault": true
}
}
]