GET api/general/media/EmpNoticeByName?name={name}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
name
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",
  "DeptID": 4,
  "DeptName": "sample string 5",
  "EmploymentNoticeFilePathPublished": "sample string 6",
  "EmploymentNoticeFilePathDraft": "sample string 7",
  "EmploymentNoticeDescPublished": "sample string 8",
  "EmploymentNoticeDescDraft": "sample string 9",
  "IsNew": true,
  "DraftedBy": "sample string 11",
  "DraftDate": "2026-03-31T16:43:55.4928419+05:30",
  "PublishedBy": "sample string 13",
  "PublishedDate": "2026-03-31T16:43:55.4928419+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 17
}

application/xml, text/xml

Sample:
<CMSEmpNoticeView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DeptID>4</DeptID>
  <DeptName>sample string 5</DeptName>
  <DraftDate>2026-03-31T16:43:55.4928419+05:30</DraftDate>
  <DraftedBy>sample string 11</DraftedBy>
  <EmploymentNoticeDescDraft>sample string 9</EmploymentNoticeDescDraft>
  <EmploymentNoticeDescPublished>sample string 8</EmploymentNoticeDescPublished>
  <EmploymentNoticeFilePathDraft>sample string 7</EmploymentNoticeFilePathDraft>
  <EmploymentNoticeFilePathPublished>sample string 6</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 13</PublishedBy>
  <PublishedDate>2026-03-31T16:43:55.4928419+05:30</PublishedDate>
  <ViewCount>17</ViewCount>
</CMSEmpNoticeView>