GET api/NonMAProfileGroup/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ext_profile_group
NameDescriptionTypeAdditional 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": "2025-07-18T15:48:43.7549323+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>2025-07-18T15:48:43.7549323+00:00</CreatedDateTime>
  <ExtProfileGroupId>1</ExtProfileGroupId>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ProfileGroupName>sample string 2</ProfileGroupName>
</ext_profile_group>