GET api/NonMAProfileGroup/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ext_profile_group| Name | Description | Type | Additional information |
|---|---|---|---|
| ExtProfileGroupId | integer |
None. |
|
| ProfileGroupName | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDateTime | date |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExtProfileGroupId": 1,
"ProfileGroupName": "sample string 2",
"IsActive": true,
"CreatedDateTime": "2026-02-04T03:30:48.2100191+00:00",
"IsDeleted": true
}
application/xml, text/xml
Sample:
<ext_profile_group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <CreatedDateTime>2026-02-04T03:30:48.2100191+00:00</CreatedDateTime> <ExtProfileGroupId>1</ExtProfileGroupId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ProfileGroupName>sample string 2</ProfileGroupName> </ext_profile_group>