GET api/CV/SectionHeaders/{SectionHeaderId}
Fetch CV Section Header Information for the specified id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SectionHeaderId |
Required SectionHeader row Id (Mandatory) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CvSectionHeaderName | Description | Type | Additional 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-18T15:40:45.7578406+00:00", "CreatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "CreatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "LastUpdatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "LastUpdatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "CreatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "CreatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "LastUpdatedDateTime": "2025-07-18T15:40:45.7578406+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-18T15:40:45.7578406+00:00", "LastUpdatedDateTime": "2025-07-18T15:40:45.7578406+00:00", "CreatedBy": 1, "LastModifiedBy": 1, "IsDeleted": true, "ProfileId": 1 } ] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.