GET exportserviceorg/roletypeattributetypes
Returns the different attribute types for role types.
Request Information
Request URL
https://api.idrottonline.se/exportserviceorg/roletypeattributetypesURI 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 role attribute types.
Collection of ExportService.DataContracts.Roles.RoleTypeAttributeTypeName | Description | Type | Additional information |
---|---|---|---|
AttributeValueTypeId |
The identifier. |
integer |
None. |
AttributeValueTypeName |
The name. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AttributeValueTypeId": 1, "AttributeValueTypeName": "sample string 2" }, { "AttributeValueTypeId": 1, "AttributeValueTypeName": "sample string 2" } ]