GET api/event/GetViewMoreSpecialContestVideosPage?Talent={Talent}&SubTalent={SubTalent}&offset={offset}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Talent | string |
Required |
|
| SubTalent | string |
Required |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
PaginationObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| TotalCount | integer |
None. |
|
| GridList | Collection of ContenstProfileVideoDetailsResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"totalCount": 3,
"gridList": [
{
"uploadID": 1,
"title": "sample string 2",
"embeddedURL": "sample string 3",
"createdDate": "2026-04-25T22:03:07.4233301+05:30",
"eventID": "9332d198-4265-4fcb-88b9-5b5f32735c86",
"uploaderId": 6,
"subtalent": "sample string 7",
"uploadThumbnailURL": "sample string 8",
"talentCode": "sample string 9",
"userName": "sample string 10",
"userImage": "sample string 11",
"likes": 1,
"finalRank": 12
},
{
"uploadID": 1,
"title": "sample string 2",
"embeddedURL": "sample string 3",
"createdDate": "2026-04-25T22:03:07.4233301+05:30",
"eventID": "9332d198-4265-4fcb-88b9-5b5f32735c86",
"uploaderId": 6,
"subtalent": "sample string 7",
"uploadThumbnailURL": "sample string 8",
"talentCode": "sample string 9",
"userName": "sample string 10",
"userImage": "sample string 11",
"likes": 1,
"finalRank": 12
}
]
}
application/xml, text/xml
Sample:
<PaginationObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural_DAL.StoredProcedureModel">
<GridList>
<ContenstProfileVideoDetailsResponse>
<CreatedDate>2026-04-25T22:03:07.4233301+05:30</CreatedDate>
<EmbeddedURL>sample string 3</EmbeddedURL>
<EventID>9332d198-4265-4fcb-88b9-5b5f32735c86</EventID>
<FinalRank>12</FinalRank>
<Likes>1</Likes>
<Subtalent>sample string 7</Subtalent>
<TalentCode>sample string 9</TalentCode>
<Title>sample string 2</Title>
<UploadID>1</UploadID>
<UploadThumbnailURL>sample string 8</UploadThumbnailURL>
<UploaderId>6</UploaderId>
<UserImage>sample string 11</UserImage>
<UserName>sample string 10</UserName>
</ContenstProfileVideoDetailsResponse>
<ContenstProfileVideoDetailsResponse>
<CreatedDate>2026-04-25T22:03:07.4233301+05:30</CreatedDate>
<EmbeddedURL>sample string 3</EmbeddedURL>
<EventID>9332d198-4265-4fcb-88b9-5b5f32735c86</EventID>
<FinalRank>12</FinalRank>
<Likes>1</Likes>
<Subtalent>sample string 7</Subtalent>
<TalentCode>sample string 9</TalentCode>
<Title>sample string 2</Title>
<UploadID>1</UploadID>
<UploadThumbnailURL>sample string 8</UploadThumbnailURL>
<UploaderId>6</UploaderId>
<UserImage>sample string 11</UserImage>
<UserName>sample string 10</UserName>
</ContenstProfileVideoDetailsResponse>
</GridList>
<Message>sample string 2</Message>
<Status>sample string 1</Status>
<TotalCount>3</TotalCount>
</PaginationObject>