GET exportservice/organisationtypes

Returns available organisation types

Request Information

Request URL

https://api.idrottonline.se/exportservice/organisationtypes

URI Parameters

NameDescriptionTypeAdditional 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.OrganisationType
NameDescriptionTypeAdditional 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"
  }
]