GET api/vender/getVender_Video/{vender_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vender_ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VideoName | Description | Type | Additional information |
---|---|---|---|
Video_ID | integer |
None. |
|
Video_name | string |
None. |
|
Video_size | string |
None. |
|
Video_extention | string |
None. |
|
Vender_ID | integer |
None. |
|
Video_time | string |
None. |
|
Video_created_date | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Video_ID": 1, "Video_name": "sample string 2", "Video_size": "sample string 3", "Video_extention": "sample string 4", "Vender_ID": 1, "Video_time": "sample string 5", "Video_created_date": "2025-04-11T06:06:49.8739875+00:00" }, { "Video_ID": 1, "Video_name": "sample string 2", "Video_size": "sample string 3", "Video_extention": "sample string 4", "Vender_ID": 1, "Video_time": "sample string 5", "Video_created_date": "2025-04-11T06:06:49.8739875+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfVideo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asanRishta.Models"> <Video> <Vender_ID>1</Vender_ID> <Video_ID>1</Video_ID> <Video_created_date>2025-04-11T06:06:49.8739875+00:00</Video_created_date> <Video_extention>sample string 4</Video_extention> <Video_name>sample string 2</Video_name> <Video_size>sample string 3</Video_size> <Video_time>sample string 5</Video_time> </Video> <Video> <Vender_ID>1</Vender_ID> <Video_ID>1</Video_ID> <Video_created_date>2025-04-11T06:06:49.8739875+00:00</Video_created_date> <Video_extention>sample string 4</Video_extention> <Video_name>sample string 2</Video_name> <Video_size>sample string 3</Video_size> <Video_time>sample string 5</Video_time> </Video> </ArrayOfVideo>