GET api/VideoLinks/GetVideoLinkByVideoLinkId?VideoLinkId={VideoLinkId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoLinkId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
utblVideoLink| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoLinkId | integer |
None. |
|
| VideoLinkCategoryId | integer |
None. |
|
| VideoLinkTitle | string |
None. |
|
| VideoLinkUrl | string |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"VideoLinkId": 1,
"VideoLinkCategoryId": 2,
"VideoLinkTitle": "sample string 3",
"VideoLinkUrl": "sample string 4",
"TransDate": "2025-10-28T00:58:04.9587437+05:30",
"UserId": "sample string 6"
}
application/xml, text/xml
Sample:
<utblVideoLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models"> <TransDate>2025-10-28T00:58:04.9587437+05:30</TransDate> <UserId>sample string 6</UserId> <VideoLinkCategoryId>2</VideoLinkCategoryId> <VideoLinkId>1</VideoLinkId> <VideoLinkTitle>sample string 3</VideoLinkTitle> <VideoLinkUrl>sample string 4</VideoLinkUrl> </utblVideoLink>