GET api/Group?groupId={groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupSingle| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| status | string |
None. |
|
| message | string |
None. |
|
| selectedGroup | Group |
None. |
Response Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"status": "sample string 2",
"message": "sample string 3",
"selectedGroup": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.