GET exportserviceorg/organisationtypes
Returns available organisation types
Request Information
Request URL
https://api.idrottonline.se/exportserviceorg/organisationtypesURI 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 organisation types.
Collection of ExportService.DataContracts.OrganisationTypeName | Description | Type | Additional information |
---|---|---|---|
OrganisationTypeId |
The id of the organisation type |
integer |
None. |
Name |
The name of the organisation type |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "OrganisationTypeId": 5, "Name": "Förening" }, { "OrganisationTypeId": 2, "Name": "SF" } ]