GET api/CMS/mygovernment/DeanProfile?Type={Type}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Type
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "GovHCMID": 1,
  "GovHCMNamePublished": "sample string 2",
  "GovHCMNameDraft": "sample string 3",
  "GovHCMDOBPublished": "2026-03-31T16:42:53.2703799+05:30",
  "GovHCMDOBDraft": "2026-03-31T16:42:53.2703799+05:30",
  "GovHCMSpousePublished": "sample string 6",
  "GovHCMSpouseDraft": "sample string 7",
  "GovHCMBirthPlacePublished": "sample string 8",
  "GovHCMBirthPlaceDraft": "sample string 9",
  "GovHCMEducationPublished": "sample string 10",
  "GovHCMEducationDraft": "sample string 11",
  "GovHCMOfficePhonePublished": "sample string 12",
  "GovHCMOfficePhoneDraft": "sample string 13",
  "GovHCMResidencePhonePublished": "sample string 14",
  "GovHCMResidencePhoneDraft": "sample string 15",
  "GovHCMEmailPublished": "sample string 16",
  "GovHCMEmailDraft": "sample string 17",
  "GovHCMContentPublished": "sample string 18",
  "GovHCMContentDraft": "sample string 19",
  "PhotoThumbPathPublished": "sample string 20",
  "PhotoThumbPathDraft": "sample string 21",
  "IsBMPublished": true,
  "IsBMDraft": true,
  "ProfileTypePublished": "sample string 24",
  "ProfileTypeDraft": "sample string 25",
  "DraftedBy": "sample string 26",
  "DraftDate": "2026-03-31T16:42:53.2703799+05:30",
  "PublishedBy": "sample string 28",
  "PublishedDate": "2026-03-31T16:42:53.2703799+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 32
}

application/xml, text/xml

Sample:
<utblCMSGovtHCM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DraftDate>2026-03-31T16:42:53.2703799+05:30</DraftDate>
  <DraftedBy>sample string 26</DraftedBy>
  <GovHCMBirthPlaceDraft>sample string 9</GovHCMBirthPlaceDraft>
  <GovHCMBirthPlacePublished>sample string 8</GovHCMBirthPlacePublished>
  <GovHCMContentDraft>sample string 19</GovHCMContentDraft>
  <GovHCMContentPublished>sample string 18</GovHCMContentPublished>
  <GovHCMDOBDraft>2026-03-31T16:42:53.2703799+05:30</GovHCMDOBDraft>
  <GovHCMDOBPublished>2026-03-31T16:42:53.2703799+05:30</GovHCMDOBPublished>
  <GovHCMEducationDraft>sample string 11</GovHCMEducationDraft>
  <GovHCMEducationPublished>sample string 10</GovHCMEducationPublished>
  <GovHCMEmailDraft>sample string 17</GovHCMEmailDraft>
  <GovHCMEmailPublished>sample string 16</GovHCMEmailPublished>
  <GovHCMID>1</GovHCMID>
  <GovHCMNameDraft>sample string 3</GovHCMNameDraft>
  <GovHCMNamePublished>sample string 2</GovHCMNamePublished>
  <GovHCMOfficePhoneDraft>sample string 13</GovHCMOfficePhoneDraft>
  <GovHCMOfficePhonePublished>sample string 12</GovHCMOfficePhonePublished>
  <GovHCMResidencePhoneDraft>sample string 15</GovHCMResidencePhoneDraft>
  <GovHCMResidencePhonePublished>sample string 14</GovHCMResidencePhonePublished>
  <GovHCMSpouseDraft>sample string 7</GovHCMSpouseDraft>
  <GovHCMSpousePublished>sample string 6</GovHCMSpousePublished>
  <IsBMDraft>true</IsBMDraft>
  <IsBMPublished>true</IsBMPublished>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PhotoThumbPathDraft>sample string 21</PhotoThumbPathDraft>
  <PhotoThumbPathPublished>sample string 20</PhotoThumbPathPublished>
  <ProfileTypeDraft>sample string 25</ProfileTypeDraft>
  <ProfileTypePublished>sample string 24</ProfileTypePublished>
  <PublishedBy>sample string 28</PublishedBy>
  <PublishedDate>2026-03-31T16:42:53.2703799+05:30</PublishedDate>
  <ViewCount>32</ViewCount>
</utblCMSGovtHCM>