GET exportservice/genders
Returns available genders
Request Information
Request URL
https://api.idrottonline.se/exportservice/gendersURI 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 genders.
Collection of ExportService.DataContracts.GenderName | Description | Type | Additional information |
---|---|---|---|
GenderId |
The id of the gender |
integer |
None. |
Name |
The name of the gender |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GenderId": 0, "Name": "Okänt" }, { "GenderId": 1, "Name": "Man" }, { "GenderId": 2, "Name": "Kvinna" } ]