GET api/CMS/mygovernment/HODProfile?HODID={HODID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
HODID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "HODID": 1,
  "DeptIDPublished": 2,
  "DeptIDDraft": 3,
  "DesigIDPublished": 4,
  "DesigIDDraft": 5,
  "HODHierarchyPublished": 6,
  "HODHierarchyDraft": 7,
  "HODNamePublished": "sample string 8",
  "HODNameDraft": "sample string 9",
  "HODDOBPublished": "2026-03-31T16:45:36.9644047+05:30",
  "HODDOBDraft": "2026-03-31T16:45:36.9644047+05:30",
  "HODOfficePhonePublished": "sample string 12",
  "HODOfficePhoneDraft": "sample string 13",
  "HODResidencePhonePublished": "sample string 14",
  "HODResidencePhoneDraft": "sample string 15",
  "HODEmailPublished": "sample string 16",
  "HODEmailDraft": "sample string 17",
  "HODPhotoPublished": "sample string 18",
  "HODPhotoDraft": "sample string 19",
  "DraftedBy": "sample string 20",
  "DraftDate": "2026-03-31T16:45:36.9644047+05:30",
  "PublishedBy": "sample string 22",
  "PublishedDate": "2026-03-31T16:45:36.9644047+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 26
}

application/xml, text/xml

Sample:
<utblCMSHOD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DeptIDDraft>3</DeptIDDraft>
  <DeptIDPublished>2</DeptIDPublished>
  <DesigIDDraft>5</DesigIDDraft>
  <DesigIDPublished>4</DesigIDPublished>
  <DraftDate>2026-03-31T16:45:36.9644047+05:30</DraftDate>
  <DraftedBy>sample string 20</DraftedBy>
  <HODDOBDraft>2026-03-31T16:45:36.9644047+05:30</HODDOBDraft>
  <HODDOBPublished>2026-03-31T16:45:36.9644047+05:30</HODDOBPublished>
  <HODEmailDraft>sample string 17</HODEmailDraft>
  <HODEmailPublished>sample string 16</HODEmailPublished>
  <HODHierarchyDraft>7</HODHierarchyDraft>
  <HODHierarchyPublished>6</HODHierarchyPublished>
  <HODID>1</HODID>
  <HODNameDraft>sample string 9</HODNameDraft>
  <HODNamePublished>sample string 8</HODNamePublished>
  <HODOfficePhoneDraft>sample string 13</HODOfficePhoneDraft>
  <HODOfficePhonePublished>sample string 12</HODOfficePhonePublished>
  <HODPhotoDraft>sample string 19</HODPhotoDraft>
  <HODPhotoPublished>sample string 18</HODPhotoPublished>
  <HODResidencePhoneDraft>sample string 15</HODResidencePhoneDraft>
  <HODResidencePhonePublished>sample string 14</HODResidencePhonePublished>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 22</PublishedBy>
  <PublishedDate>2026-03-31T16:45:36.9644047+05:30</PublishedDate>
  <ViewCount>26</ViewCount>
</utblCMSHOD>