GET api/Default/GetGroup/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| GSerial | string |
None. |
|
| GName | string |
None. |
|
| GRestorant | string |
None. |
|
| GFileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"GSerial": "sample string 1",
"GName": "sample string 2",
"GRestorant": "sample string 3",
"GFileName": "sample string 4"
},
{
"$ref": "1"
}
]