GET api/CMS/empnotice/EmpNoticeByID?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:
{
  "EmploymentNoticeID": 1,
  "EmploymentNoticeTitleDraft": "sample string 2",
  "EmploymentNoticeTitlePublished": "sample string 3",
  "EmploymentNoticeDescPublished": "sample string 4",
  "EmploymentNoticeDescDraft": "sample string 5",
  "DeptID": 6,
  "EmploymentNoticeFilePathPublished": "sample string 7",
  "EmploymentNoticeFilePathDraft": "sample string 8",
  "IsNew": true,
  "DraftedBy": "sample string 10",
  "DraftDate": "2026-03-31T16:44:00.9302616+05:30",
  "PublishedBy": "sample string 12",
  "PublishedDate": "2026-03-31T16:44:00.9302616+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 16
}

application/xml, text/xml

Sample:
<utblCMSEmploymentNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DeptID>6</DeptID>
  <DraftDate>2026-03-31T16:44:00.9302616+05:30</DraftDate>
  <DraftedBy>sample string 10</DraftedBy>
  <EmploymentNoticeDescDraft>sample string 5</EmploymentNoticeDescDraft>
  <EmploymentNoticeDescPublished>sample string 4</EmploymentNoticeDescPublished>
  <EmploymentNoticeFilePathDraft>sample string 8</EmploymentNoticeFilePathDraft>
  <EmploymentNoticeFilePathPublished>sample string 7</EmploymentNoticeFilePathPublished>
  <EmploymentNoticeID>1</EmploymentNoticeID>
  <EmploymentNoticeTitleDraft>sample string 2</EmploymentNoticeTitleDraft>
  <EmploymentNoticeTitlePublished>sample string 3</EmploymentNoticeTitlePublished>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 12</PublishedBy>
  <PublishedDate>2026-03-31T16:44:00.9302616+05:30</PublishedDate>
  <ViewCount>16</ViewCount>
</utblCMSEmploymentNotice>