GET api/group/{id}
Get a group by its Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the group to get. Pass 0 to be returned a GroupSave empty data contract. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The group or null if it does not exist
Dezrez.Core.DataContracts.External.Api.Group.Query.Get.GroupDataContractResponse Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.