GET api/BasicInformation/Groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the id of the group. |
integer |
None. |
Name |
Gets or sets the name of the group |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://worldcurling.org/statistics/data/group"> <Group> <Id>1</Id> <Name>sample string 2</Name> </Group> <Group> <Id>1</Id> <Name>sample string 2</Name> </Group> </ArrayOfGroup>