GET api/tblGrps

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tblGrp
NameDescriptionTypeAdditional information
id

integer

None.

gName

string

None.

Img

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "gName": "sample string 2",
    "Img": "QEA="
  },
  {
    "id": 1,
    "gName": "sample string 2",
    "Img": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOftblGrp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <tblGrp>
    <Img>QEA=</Img>
    <gName>sample string 2</gName>
    <id>1</id>
  </tblGrp>
  <tblGrp>
    <Img>QEA=</Img>
    <gName>sample string 2</gName>
    <id>1</id>
  </tblGrp>
</ArrayOftblGrp>