GET api/VideoLinks/GetVideoLinkCategoryByVideoLinkCategoryId?VideoLinkCategoryId={VideoLinkCategoryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VideoLinkCategoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

utblMstVideoLinkCategory
NameDescriptionTypeAdditional information
VideoLinkCategoryId

integer

None.

VideoLinkCategoryName

string

None.

TransDate

date

None.

UserId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VideoLinkCategoryId": 1,
  "VideoLinkCategoryName": "sample string 2",
  "TransDate": "2025-10-28T01:03:14.1177319+05:30",
  "UserId": "sample string 4"
}

application/xml, text/xml

Sample:
<utblMstVideoLinkCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
  <TransDate>2025-10-28T01:03:14.1177319+05:30</TransDate>
  <UserId>sample string 4</UserId>
  <VideoLinkCategoryId>1</VideoLinkCategoryId>
  <VideoLinkCategoryName>sample string 2</VideoLinkCategoryName>
</utblMstVideoLinkCategory>