GET api/Sense/GetGroup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CGID | string |
None. |
|
| CGDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CGID": "sample string 1",
"CGDesc": "sample string 2"
},
{
"$ref": "1"
}
]