GET api/CV/Sections/{ittfid}?profile_id={profile_id}
List all CV header/value pairs for given individual's ittfid
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| ittfid | Individual's ittfid (Mandatory) | integer | Required | 
| profile_id | integer | Default value is 0 | 
Body Parameters
None.
Response Information
Resource Description
Collection of Individuals_Cv| Name | Description | Type | Additional information | 
|---|---|---|---|
| IndividualsCvId | integer | None. | |
| ittfid | integer | None. | |
| CvSectionHeaderId | integer | None. | |
| Value | string | None. | |
| Priority | integer | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| IsDeleted | boolean | None. | |
| ProfileId | integer | None. | |
| CvSectionHeader | CvSectionHeader | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "IndividualsCvId": 1,
    "ittfid": 2,
    "CvSectionHeaderId": 3,
    "Value": "sample string 4",
    "Priority": 5,
    "CreatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
    "LastUpdatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "IsDeleted": true,
    "ProfileId": 1,
    "CvSectionHeader": {
      "CvSectionHeaderId": 1,
      "CvSectionHeaderDesc": "sample string 2",
      "IsActive": true,
      "Individuals_Cv_History": [
        {
          "IndividualsCvHistoryId": 1,
          "IndividualsCvId": 1,
          "ittfid": 1,
          "CvSectionHeaderId": 1,
          "Value": "sample string 2",
          "Priority": 1,
          "LastUpdatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "IsDeleted": true,
          "ProfileId": 1
        },
        {
          "IndividualsCvHistoryId": 1,
          "IndividualsCvId": 1,
          "ittfid": 1,
          "CvSectionHeaderId": 1,
          "Value": "sample string 2",
          "Priority": 1,
          "LastUpdatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "IsDeleted": true,
          "ProfileId": 1
        }
      ],
      "Individuals_Cv": []
    }
  },
  {
    "IndividualsCvId": 1,
    "ittfid": 2,
    "CvSectionHeaderId": 3,
    "Value": "sample string 4",
    "Priority": 5,
    "CreatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
    "LastUpdatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "IsDeleted": true,
    "ProfileId": 1,
    "CvSectionHeader": {
      "CvSectionHeaderId": 1,
      "CvSectionHeaderDesc": "sample string 2",
      "IsActive": true,
      "Individuals_Cv_History": [
        {
          "IndividualsCvHistoryId": 1,
          "IndividualsCvId": 1,
          "ittfid": 1,
          "CvSectionHeaderId": 1,
          "Value": "sample string 2",
          "Priority": 1,
          "LastUpdatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "IsDeleted": true,
          "ProfileId": 1
        },
        {
          "IndividualsCvHistoryId": 1,
          "IndividualsCvId": 1,
          "ittfid": 1,
          "CvSectionHeaderId": 1,
          "Value": "sample string 2",
          "Priority": 1,
          "LastUpdatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedDateTime": "2025-10-31T09:48:43.6690765+00:00",
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "IsDeleted": true,
          "ProfileId": 1
        }
      ],
      "Individuals_Cv": []
    }
  }
]
        application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.