GET api/general/scheme/SchemeVideos?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:
[
  {
    "SchemePhotoID": 1,
    "SchemeID": 2,
    "SchemeName": "sample string 3",
    "DepartmentName": "sample string 4",
    "DeptID": 5,
    "SchemeVideoID": 6,
    "SchemeVideoTitlePublished": "sample string 7",
    "SchemeVideoTitleDraft": "sample string 8",
    "SchemeVideoUrlPublished": "sample string 9",
    "SchemeVideoUrlDraft": "sample string 10",
    "DraftedBy": "sample string 11",
    "DraftDate": "2026-03-31T16:43:45.2252456+05:30",
    "PublishedBy": "sample string 13",
    "PublishedDate": "2026-03-31T16:43:45.2252456+05:30",
    "IsNew": true,
    "IsDraft": true,
    "IsPublished": true,
    "ViewCount": 18
  },
  {
    "SchemePhotoID": 1,
    "SchemeID": 2,
    "SchemeName": "sample string 3",
    "DepartmentName": "sample string 4",
    "DeptID": 5,
    "SchemeVideoID": 6,
    "SchemeVideoTitlePublished": "sample string 7",
    "SchemeVideoTitleDraft": "sample string 8",
    "SchemeVideoUrlPublished": "sample string 9",
    "SchemeVideoUrlDraft": "sample string 10",
    "DraftedBy": "sample string 11",
    "DraftDate": "2026-03-31T16:43:45.2252456+05:30",
    "PublishedBy": "sample string 13",
    "PublishedDate": "2026-03-31T16:43:45.2252456+05:30",
    "IsNew": true,
    "IsDraft": true,
    "IsPublished": true,
    "ViewCount": 18
  },
  {
    "SchemePhotoID": 1,
    "SchemeID": 2,
    "SchemeName": "sample string 3",
    "DepartmentName": "sample string 4",
    "DeptID": 5,
    "SchemeVideoID": 6,
    "SchemeVideoTitlePublished": "sample string 7",
    "SchemeVideoTitleDraft": "sample string 8",
    "SchemeVideoUrlPublished": "sample string 9",
    "SchemeVideoUrlDraft": "sample string 10",
    "DraftedBy": "sample string 11",
    "DraftDate": "2026-03-31T16:43:45.2252456+05:30",
    "PublishedBy": "sample string 13",
    "PublishedDate": "2026-03-31T16:43:45.2252456+05:30",
    "IsNew": true,
    "IsDraft": true,
    "IsPublished": true,
    "ViewCount": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfCMSSchemeVideoView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <CMSSchemeVideoView>
    <DepartmentName>sample string 4</DepartmentName>
    <DeptID>5</DeptID>
    <DraftDate>2026-03-31T16:43:45.2252456+05:30</DraftDate>
    <DraftedBy>sample string 11</DraftedBy>
    <IsDraft>true</IsDraft>
    <IsNew>true</IsNew>
    <IsPublished>true</IsPublished>
    <PublishedBy>sample string 13</PublishedBy>
    <PublishedDate>2026-03-31T16:43:45.2252456+05:30</PublishedDate>
    <SchemeID>2</SchemeID>
    <SchemeName>sample string 3</SchemeName>
    <SchemePhotoID>1</SchemePhotoID>
    <SchemeVideoID>6</SchemeVideoID>
    <SchemeVideoTitleDraft>sample string 8</SchemeVideoTitleDraft>
    <SchemeVideoTitlePublished>sample string 7</SchemeVideoTitlePublished>
    <SchemeVideoUrlDraft>sample string 10</SchemeVideoUrlDraft>
    <SchemeVideoUrlPublished>sample string 9</SchemeVideoUrlPublished>
    <ViewCount>18</ViewCount>
  </CMSSchemeVideoView>
  <CMSSchemeVideoView>
    <DepartmentName>sample string 4</DepartmentName>
    <DeptID>5</DeptID>
    <DraftDate>2026-03-31T16:43:45.2252456+05:30</DraftDate>
    <DraftedBy>sample string 11</DraftedBy>
    <IsDraft>true</IsDraft>
    <IsNew>true</IsNew>
    <IsPublished>true</IsPublished>
    <PublishedBy>sample string 13</PublishedBy>
    <PublishedDate>2026-03-31T16:43:45.2252456+05:30</PublishedDate>
    <SchemeID>2</SchemeID>
    <SchemeName>sample string 3</SchemeName>
    <SchemePhotoID>1</SchemePhotoID>
    <SchemeVideoID>6</SchemeVideoID>
    <SchemeVideoTitleDraft>sample string 8</SchemeVideoTitleDraft>
    <SchemeVideoTitlePublished>sample string 7</SchemeVideoTitlePublished>
    <SchemeVideoUrlDraft>sample string 10</SchemeVideoUrlDraft>
    <SchemeVideoUrlPublished>sample string 9</SchemeVideoUrlPublished>
    <ViewCount>18</ViewCount>
  </CMSSchemeVideoView>
  <CMSSchemeVideoView>
    <DepartmentName>sample string 4</DepartmentName>
    <DeptID>5</DeptID>
    <DraftDate>2026-03-31T16:43:45.2252456+05:30</DraftDate>
    <DraftedBy>sample string 11</DraftedBy>
    <IsDraft>true</IsDraft>
    <IsNew>true</IsNew>
    <IsPublished>true</IsPublished>
    <PublishedBy>sample string 13</PublishedBy>
    <PublishedDate>2026-03-31T16:43:45.2252456+05:30</PublishedDate>
    <SchemeID>2</SchemeID>
    <SchemeName>sample string 3</SchemeName>
    <SchemePhotoID>1</SchemePhotoID>
    <SchemeVideoID>6</SchemeVideoID>
    <SchemeVideoTitleDraft>sample string 8</SchemeVideoTitleDraft>
    <SchemeVideoTitlePublished>sample string 7</SchemeVideoTitlePublished>
    <SchemeVideoUrlDraft>sample string 10</SchemeVideoUrlDraft>
    <SchemeVideoUrlPublished>sample string 9</SchemeVideoUrlPublished>
    <ViewCount>18</ViewCount>
  </CMSSchemeVideoView>
</ArrayOfCMSSchemeVideoView>