GET exportservice/contacttypes
Returns available contact types
Request Information
Request URL
https://api.idrottonline.se/exportservice/contacttypesURI 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 contact types.
Collection of ExportService.DataContracts.ContactTypeName | Description | Type | Additional 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" } ]