GET exportservice/roletypeattributetypes

Returns the different attribute types for role types.

Request Information

Request URL

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

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 role attribute types.

Collection of ExportService.DataContracts.Roles.RoleTypeAttributeType
NameDescriptionTypeAdditional 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"
  }
]