GET api/CitizenScreening/GetMstCitizenScreeningOptionGroupByGroupId?GroupId={GroupId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GroupId

integer

Required

Body Parameters

None.

Response Information

Resource Description

utblMstCitizenScreeningOptionGroup
NameDescriptionTypeAdditional information
GroupId

integer

None.

GroupName

string

None.

NoOfOptions

integer

None.

NoOfSelectionsAllowed

integer

None.

TransDate

date

None.

UserId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "GroupId": 1,
  "GroupName": "sample string 2",
  "NoOfOptions": 3,
  "NoOfSelectionsAllowed": 4,
  "TransDate": "2025-10-28T00:58:04.411866+05:30",
  "UserId": "sample string 6"
}

application/xml, text/xml

Sample:
<utblMstCitizenScreeningOptionGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
  <GroupId>1</GroupId>
  <GroupName>sample string 2</GroupName>
  <NoOfOptions>3</NoOfOptions>
  <NoOfSelectionsAllowed>4</NoOfSelectionsAllowed>
  <TransDate>2025-10-28T00:58:04.411866+05:30</TransDate>
  <UserId>sample string 6</UserId>
</utblMstCitizenScreeningOptionGroup>