GET api/CMS/video/VideoByID?id={id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
{
"VideoID": 1,
"VideoAlbumID": 2,
"VideoDescPublished": "sample string 3",
"VideoDescDraft": "sample string 4",
"VideoDraftPath": "sample string 5",
"VideoPublishedPath": "sample string 6",
"DraftedBy": "sample string 7",
"DraftDate": "2026-03-31T16:45:11.7300904+05:30",
"PublishedBy": "sample string 9",
"PublishedDate": "2026-03-31T16:45:11.7300904+05:30",
"IsDraft": true,
"IsPublished": true
}
application/xml, text/xml
Sample:
<CMSVideoView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DraftDate>2026-03-31T16:45:11.7300904+05:30</DraftDate> <DraftedBy>sample string 7</DraftedBy> <IsDraft>true</IsDraft> <IsPublished>true</IsPublished> <PublishedBy>sample string 9</PublishedBy> <PublishedDate>2026-03-31T16:45:11.7300904+05:30</PublishedDate> <VideoAlbumID>2</VideoAlbumID> <VideoDescDraft>sample string 4</VideoDescDraft> <VideoDescPublished>sample string 3</VideoDescPublished> <VideoDraftPath>sample string 5</VideoDraftPath> <VideoID>1</VideoID> <VideoPublishedPath>sample string 6</VideoPublishedPath> </CMSVideoView>