GET api/CMS/scheme/SchemeVideoByID?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:
{
  "SchemeVideoID": 1,
  "SchemeID": 2,
  "SchemeVideoTitlePublished": "sample string 3",
  "SchemeVideoTitleDraft": "sample string 4",
  "SchemeVideoUrlPublished": "sample string 5",
  "SchemeVideoUrlDraft": "sample string 6",
  "DraftedBy": "sample string 7",
  "DraftDate": "2026-03-31T16:41:48.1197127+05:30",
  "PublishedBy": "sample string 9",
  "PublishedDate": "2026-03-31T16:41:48.1197127+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 13
}

application/xml, text/xml

Sample:
<utblCMSSchemeVideo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DraftDate>2026-03-31T16:41:48.1197127+05:30</DraftDate>
  <DraftedBy>sample string 7</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 9</PublishedBy>
  <PublishedDate>2026-03-31T16:41:48.1197127+05:30</PublishedDate>
  <SchemeID>2</SchemeID>
  <SchemeVideoID>1</SchemeVideoID>
  <SchemeVideoTitleDraft>sample string 4</SchemeVideoTitleDraft>
  <SchemeVideoTitlePublished>sample string 3</SchemeVideoTitlePublished>
  <SchemeVideoUrlDraft>sample string 6</SchemeVideoUrlDraft>
  <SchemeVideoUrlPublished>sample string 5</SchemeVideoUrlPublished>
  <ViewCount>13</ViewCount>
</utblCMSSchemeVideo>