GET api/CV/SectionHeaders

List all CV Section Headers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CvSectionHeader
NameDescriptionTypeAdditional information
CvSectionHeaderId

integer

None.

CvSectionHeaderDesc

string

None.

IsActive

boolean

None.

Individuals_Cv_History

Collection of Individuals_Cv_History

None.

Individuals_Cv

Collection of Individuals_Cv

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "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-07-18T16:01:27.6522798+00:00",
        "CreatedDateTime": "2025-07-18T16:01:27.6522798+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-07-18T16:01:27.6522798+00:00",
        "CreatedDateTime": "2025-07-18T16:01:27.6522798+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-07-18T16:01:27.6522798+00:00",
        "LastUpdatedDateTime": "2025-07-18T16:01:27.6522798+00:00",
        "CreatedBy": 1,
        "LastModifiedBy": 1,
        "IsDeleted": true,
        "ProfileId": 1
      },
      {
        "IndividualsCvId": 1,
        "ittfid": 2,
        "CvSectionHeaderId": 3,
        "Value": "sample string 4",
        "Priority": 5,
        "CreatedDateTime": "2025-07-18T16:01:27.6522798+00:00",
        "LastUpdatedDateTime": "2025-07-18T16:01:27.6522798+00:00",
        "CreatedBy": 1,
        "LastModifiedBy": 1,
        "IsDeleted": true,
        "ProfileId": 1
      }
    ]
  },
  {
    "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-07-18T16:01:27.6522798+00:00",
        "CreatedDateTime": "2025-07-18T16:01:27.6522798+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-07-18T16:01:27.6522798+00:00",
        "CreatedDateTime": "2025-07-18T16:01:27.6522798+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-07-18T16:01:27.6522798+00:00",
        "LastUpdatedDateTime": "2025-07-18T16:01:27.6522798+00:00",
        "CreatedBy": 1,
        "LastModifiedBy": 1,
        "IsDeleted": true,
        "ProfileId": 1
      },
      {
        "IndividualsCvId": 1,
        "ittfid": 2,
        "CvSectionHeaderId": 3,
        "Value": "sample string 4",
        "Priority": 5,
        "CreatedDateTime": "2025-07-18T16:01:27.6522798+00:00",
        "LastUpdatedDateTime": "2025-07-18T16:01:27.6522798+00:00",
        "CreatedBy": 1,
        "LastModifiedBy": 1,
        "IsDeleted": true,
        "ProfileId": 1
      }
    ]
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.