GET api/admin/ext_profile_groups?event_id={event_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| event_id | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of admin_ext_profile_group| Name | Description | Type | Additional information |
|---|---|---|---|
| ExtProfileGroupId | integer |
None. |
|
| ProfileGroupName | string |
None. |
|
| Username | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDateTime | date |
None. |
|
| LastUpdatedDateTime | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| EventIds | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ExtProfileGroupId": 1,
"ProfileGroupName": "sample string 2",
"Username": "sample string 3",
"IsActive": true,
"CreatedDateTime": "2026-02-05T04:15:57.8925482+00:00",
"LastUpdatedDateTime": "2026-02-05T04:15:57.8925482+00:00",
"IsDeleted": true,
"EventIds": "sample string 5"
},
{
"ExtProfileGroupId": 1,
"ProfileGroupName": "sample string 2",
"Username": "sample string 3",
"IsActive": true,
"CreatedDateTime": "2026-02-05T04:15:57.8925482+00:00",
"LastUpdatedDateTime": "2026-02-05T04:15:57.8925482+00:00",
"IsDeleted": true,
"EventIds": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfadmin_ext_profile_group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
<admin_ext_profile_group>
<CreatedDateTime>2026-02-05T04:15:57.8925482+00:00</CreatedDateTime>
<EventIds>sample string 5</EventIds>
<ExtProfileGroupId>1</ExtProfileGroupId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<LastUpdatedDateTime>2026-02-05T04:15:57.8925482+00:00</LastUpdatedDateTime>
<ProfileGroupName>sample string 2</ProfileGroupName>
<Username>sample string 3</Username>
</admin_ext_profile_group>
<admin_ext_profile_group>
<CreatedDateTime>2026-02-05T04:15:57.8925482+00:00</CreatedDateTime>
<EventIds>sample string 5</EventIds>
<ExtProfileGroupId>1</ExtProfileGroupId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<LastUpdatedDateTime>2026-02-05T04:15:57.8925482+00:00</LastUpdatedDateTime>
<ProfileGroupName>sample string 2</ProfileGroupName>
<Username>sample string 3</Username>
</admin_ext_profile_group>
</ArrayOfadmin_ext_profile_group>