GET 1.0/{InstanceId}/Groups/{GroupId}
Returns a particular group for the given group id passed in
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
GroupId |
The group id for the group to be returned |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A group
GroupName | Description | Type | Additional information |
---|---|---|---|
Id |
The ID of the group |
integer |
None. |
Name |
Name of the group |
string |
None. |
Description |
Description of the group |
string |
None. |
InboxId |
The Inbox ID of the group |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "InboxId": 4 }