GET api/v2/Videos/Get?token={token}&Sequence_id={Sequence_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| Sequence_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ValueTupleOfInt64AndListOfVideos| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | integer |
None. |
|
| Item2 | Collection of Videos |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item1": 1,
"Item2": [
{
"Id": 1,
"Titulo": "sample string 2",
"URL": "sample string 3",
"Timeframe": 1,
"Orden": 1,
"CreatedDate": "2025-12-05T23:43:17.9264083-04:00",
"ModifiedDate": "2025-12-05T23:43:17.9264083-04:00",
"sequence_id": 1
},
{
"Id": 1,
"Titulo": "sample string 2",
"URL": "sample string 3",
"Timeframe": 1,
"Orden": 1,
"CreatedDate": "2025-12-05T23:43:17.9264083-04:00",
"ModifiedDate": "2025-12-05T23:43:17.9264083-04:00",
"sequence_id": 1
}
]
}
application/xml, text/xml
Sample:
<ValueTupleOflongArrayOfVideosX_SqxPmfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
<Item1>1</Item1>
<Item2 xmlns:d2p1="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models">
<d2p1:Videos>
<d2p1:CreatedDate>2025-12-05T23:43:17.9264083-04:00</d2p1:CreatedDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T23:43:17.9264083-04:00</d2p1:ModifiedDate>
<d2p1:Orden>1</d2p1:Orden>
<d2p1:Timeframe>1</d2p1:Timeframe>
<d2p1:Titulo>sample string 2</d2p1:Titulo>
<d2p1:URL>sample string 3</d2p1:URL>
<d2p1:sequence_id>1</d2p1:sequence_id>
</d2p1:Videos>
<d2p1:Videos>
<d2p1:CreatedDate>2025-12-05T23:43:17.9264083-04:00</d2p1:CreatedDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T23:43:17.9264083-04:00</d2p1:ModifiedDate>
<d2p1:Orden>1</d2p1:Orden>
<d2p1:Timeframe>1</d2p1:Timeframe>
<d2p1:Titulo>sample string 2</d2p1:Titulo>
<d2p1:URL>sample string 3</d2p1:URL>
<d2p1:sequence_id>1</d2p1:sequence_id>
</d2p1:Videos>
</Item2>
</ValueTupleOflongArrayOfVideosX_SqxPmfo>