GET exportservice/grouptypes
Returns available group types
Request Information
Request URL
https://api.idrottonline.se/exportservice/grouptypesURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
x-svenskidrott-api-version |
The requested API version |
string |
Default value is 1.0 |
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
A list of group types.
Collection of ExportService.DataContracts.Groups.GroupTypeName | Description | Type | Additional information |
---|---|---|---|
GroupTypeId |
The id of the group type |
integer |
None. |
Name |
The name of the group type |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GroupTypeId": 1, "Name": "Grupp" }, { "GroupTypeId": 2, "Name": "Familj" } ]