GET exportserviceorg/contacttypes

Returns available contact types

Request Information

Request URL

https://api.idrottonline.se/exportserviceorg/contacttypes

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 contact types.

Collection of ExportService.DataContracts.ContactType
NameDescriptionTypeAdditional information
ContactTypeId

The id of the contact type

integer

None.

Name

The name of the contact type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContactTypeId": 1,
    "Name": "E-post"
  },
  {
    "ContactTypeId": 5,
    "Name": "Mobil"
  }
]