GET api/CMS/empacademic/EmpAcademicByID?id={id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EmpAcademicID": 1,
  "EmpCode": "sample string 2",
  "GovHCMID": 1,
  "EmpAcademicTitlePublished": "sample string 3",
  "EmpAcademicTitleDraft": "sample string 4",
  "EmpAcademicContentPublished": "sample string 5",
  "EmpAcademicContentDraft": "sample string 6",
  "DraftedBy": "sample string 7",
  "DraftDate": "2026-03-31T16:43:57.133393+05:30",
  "PublishedBy": "sample string 9",
  "PublishedDate": "2026-03-31T16:43:57.133393+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 14
}

application/xml, text/xml

Sample:
<utblEmpCMSAcademic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DraftDate>2026-03-31T16:43:57.133393+05:30</DraftDate>
  <DraftedBy>sample string 7</DraftedBy>
  <EmpAcademicContentDraft>sample string 6</EmpAcademicContentDraft>
  <EmpAcademicContentPublished>sample string 5</EmpAcademicContentPublished>
  <EmpAcademicID>1</EmpAcademicID>
  <EmpAcademicTitleDraft>sample string 4</EmpAcademicTitleDraft>
  <EmpAcademicTitlePublished>sample string 3</EmpAcademicTitlePublished>
  <EmpCode>sample string 2</EmpCode>
  <GovHCMID>1</GovHCMID>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 9</PublishedBy>
  <PublishedDate>2026-03-31T16:43:57.133393+05:30</PublishedDate>
  <ViewCount>14</ViewCount>
</utblEmpCMSAcademic>