GET Member
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProfileListsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Countries | Collection of CountryDto |
None. |
|
| Activities | Collection of ActivityDto |
None. |
|
| NumberOfEmployees | Collection of NumberOfEmployeesDto |
None. |
|
| Functions | Collection of FunctionDto |
None. |
|
| RoleInDecision | Collection of RoleInDecisionDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"countries": [
{
"id": 1,
"countryText": "sample string 2"
},
{
"id": 1,
"countryText": "sample string 2"
}
],
"activities": [
{
"id": 1,
"activityText": "sample string 2"
},
{
"id": 1,
"activityText": "sample string 2"
}
],
"numberOfEmployees": [
{
"id": 1,
"numberOfEmployeesText": "sample string 2"
},
{
"id": 1,
"numberOfEmployeesText": "sample string 2"
}
],
"functions": [
{
"id": 1,
"functionText": "sample string 2"
},
{
"id": 1,
"functionText": "sample string 2"
}
],
"roleInDecision": [
{
"id": 1,
"roleText": "sample string 2"
},
{
"id": 1,
"roleText": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ProfileListsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site">
<Activities>
<ActivityDto>
<ActivityText>sample string 2</ActivityText>
<Id>1</Id>
</ActivityDto>
<ActivityDto>
<ActivityText>sample string 2</ActivityText>
<Id>1</Id>
</ActivityDto>
</Activities>
<Countries>
<CountryDto>
<CountryText>sample string 2</CountryText>
<Id>1</Id>
</CountryDto>
<CountryDto>
<CountryText>sample string 2</CountryText>
<Id>1</Id>
</CountryDto>
</Countries>
<Functions>
<FunctionDto>
<FunctionText>sample string 2</FunctionText>
<Id>1</Id>
</FunctionDto>
<FunctionDto>
<FunctionText>sample string 2</FunctionText>
<Id>1</Id>
</FunctionDto>
</Functions>
<NumberOfEmployees>
<NumberOfEmployeesDto>
<Id>1</Id>
<NumberOfEmployeesText>sample string 2</NumberOfEmployeesText>
</NumberOfEmployeesDto>
<NumberOfEmployeesDto>
<Id>1</Id>
<NumberOfEmployeesText>sample string 2</NumberOfEmployeesText>
</NumberOfEmployeesDto>
</NumberOfEmployees>
<RoleInDecision>
<RoleInDecisionDto>
<Id>1</Id>
<RoleText>sample string 2</RoleText>
</RoleInDecisionDto>
<RoleInDecisionDto>
<Id>1</Id>
<RoleText>sample string 2</RoleText>
</RoleInDecisionDto>
</RoleInDecision>
</ProfileListsDto>
