GET api/CV/ProfileDetails/{ittfid}
List CV ProfileDetails for given individual's ittfid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ittfid |
Individual's ittfid (Mandatory) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IndividualCV| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | string |
None. |
|
| ProfileTypeId | integer |
None. |
|
| ProfileType | string |
None. |
|
| ITTFOfficialType | boolean |
None. |
|
| ittfid | integer |
None. |
|
| IndividualName | string |
None. |
|
| IndividualPhoto | string |
None. |
|
| Initials | string |
None. |
|
| Firstname | string |
None. |
|
| Lastname | string |
None. |
|
| cv_id | integer |
None. |
|
| ProfileGroupName | string |
None. |
|
| ProfileGroupId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileId": "sample string 1",
"ProfileTypeId": 2,
"ProfileType": "sample string 3",
"ITTFOfficialType": true,
"ittfid": 4,
"IndividualName": "sample string 5",
"IndividualPhoto": "sample string 6",
"Initials": "sample string 7",
"Firstname": "sample string 8",
"Lastname": "sample string 9",
"cv_id": 10,
"ProfileGroupName": "sample string 11",
"ProfileGroupId": "sample string 12"
},
{
"ProfileId": "sample string 1",
"ProfileTypeId": 2,
"ProfileType": "sample string 3",
"ITTFOfficialType": true,
"ittfid": 4,
"IndividualName": "sample string 5",
"IndividualPhoto": "sample string 6",
"Initials": "sample string 7",
"Firstname": "sample string 8",
"Lastname": "sample string 9",
"cv_id": 10,
"ProfileGroupName": "sample string 11",
"ProfileGroupId": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfIndividualCV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
<IndividualCV>
<Firstname>sample string 8</Firstname>
<ITTFOfficialType>true</ITTFOfficialType>
<IndividualName>sample string 5</IndividualName>
<IndividualPhoto>sample string 6</IndividualPhoto>
<Initials>sample string 7</Initials>
<Lastname>sample string 9</Lastname>
<ProfileGroupId>sample string 12</ProfileGroupId>
<ProfileGroupName>sample string 11</ProfileGroupName>
<ProfileId>sample string 1</ProfileId>
<ProfileType>sample string 3</ProfileType>
<ProfileTypeId>2</ProfileTypeId>
<cv_id>10</cv_id>
<ittfid>4</ittfid>
</IndividualCV>
<IndividualCV>
<Firstname>sample string 8</Firstname>
<ITTFOfficialType>true</ITTFOfficialType>
<IndividualName>sample string 5</IndividualName>
<IndividualPhoto>sample string 6</IndividualPhoto>
<Initials>sample string 7</Initials>
<Lastname>sample string 9</Lastname>
<ProfileGroupId>sample string 12</ProfileGroupId>
<ProfileGroupName>sample string 11</ProfileGroupName>
<ProfileId>sample string 1</ProfileId>
<ProfileType>sample string 3</ProfileType>
<ProfileTypeId>2</ProfileTypeId>
<cv_id>10</cv_id>
<ittfid>4</ittfid>
</IndividualCV>
</ArrayOfIndividualCV>