GET api/Group/GetGroupImageInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupImageInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| HeaderS3Image | string |
None. |
|
| FooterS3Image | string |
None. |
|
| LeadImageTemplateId | integer |
None. |
|
| TemplateColor | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupId": 1,
"HeaderS3Image": "sample string 2",
"FooterS3Image": "sample string 3",
"LeadImageTemplateId": 1,
"TemplateColor": "sample string 4"
},
{
"GroupId": 1,
"HeaderS3Image": "sample string 2",
"FooterS3Image": "sample string 3",
"LeadImageTemplateId": 1,
"TemplateColor": "sample string 4"
}
]