GET api/ac_group?DbName={DbName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DbName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ac_groupName | Description | Type | Additional information |
---|---|---|---|
GRP_NM | string |
None. |
|
GRP_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GRP_NM": "sample string 1", "GRP_ID": 1 }, { "GRP_NM": "sample string 1", "GRP_ID": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfac_group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary"> <ac_group> <GRP_ID>1</GRP_ID> <GRP_NM>sample string 1</GRP_NM> </ac_group> <ac_group> <GRP_ID>1</GRP_ID> <GRP_NM>sample string 1</GRP_NM> </ac_group> </ArrayOfac_group>