GET api/event/GetNotProfileTotalVideosHomePage?Userid={Userid}&Language={Language}&offset={offset}&limit={limit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Userid

integer

Required

Language

string

Required

offset

integer

Default value is 0

limit

integer

Default value is 20

Body Parameters

None.

Response Information

Resource Description

ShowPagination
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

TotalCount

integer

None.

ShowvideoGridList

Collection of ProfileVideoDetailsResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "totalCount": 3,
  "showvideoGridList": [
    {
      "profileTitle": "sample string 1",
      "profileUserID": 2,
      "profileDescripiton": "sample string 3",
      "profileLanguage": "sample string 4",
      "profileEmbeddedURL": "sample string 5",
      "profileCreatedDate": "2026-04-25T22:01:19.9388539+05:30",
      "talentCode_FK": "sample string 6",
      "userName": "sample string 7",
      "profileImage": "sample string 8",
      "profileTicket": 9.0,
      "profileCurrency": "sample string 10",
      "ratingCount": 1.0,
      "profileUploadID": 1,
      "profileCategoryID": 1,
      "profileThumbnailURL": "sample string 11",
      "sold": 1,
      "earnings": 1.0
    },
    {
      "profileTitle": "sample string 1",
      "profileUserID": 2,
      "profileDescripiton": "sample string 3",
      "profileLanguage": "sample string 4",
      "profileEmbeddedURL": "sample string 5",
      "profileCreatedDate": "2026-04-25T22:01:19.9388539+05:30",
      "talentCode_FK": "sample string 6",
      "userName": "sample string 7",
      "profileImage": "sample string 8",
      "profileTicket": 9.0,
      "profileCurrency": "sample string 10",
      "ratingCount": 1.0,
      "profileUploadID": 1,
      "profileCategoryID": 1,
      "profileThumbnailURL": "sample string 11",
      "sold": 1,
      "earnings": 1.0
    }
  ]
}

application/xml, text/xml

Sample:
<ShowPagination xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural_DAL.StoredProcedureModel">
  <Message>sample string 2</Message>
  <ShowvideoGridList>
    <ProfileVideoDetailsResponse>
      <Earnings>1</Earnings>
      <ProfileCategoryID>1</ProfileCategoryID>
      <ProfileCreatedDate>2026-04-25T22:01:19.9388539+05:30</ProfileCreatedDate>
      <ProfileCurrency>sample string 10</ProfileCurrency>
      <ProfileDescripiton>sample string 3</ProfileDescripiton>
      <ProfileEmbeddedURL>sample string 5</ProfileEmbeddedURL>
      <ProfileImage>sample string 8</ProfileImage>
      <ProfileLanguage>sample string 4</ProfileLanguage>
      <ProfileThumbnailURL>sample string 11</ProfileThumbnailURL>
      <ProfileTicket>9</ProfileTicket>
      <ProfileTitle>sample string 1</ProfileTitle>
      <ProfileUploadID>1</ProfileUploadID>
      <ProfileUserID>2</ProfileUserID>
      <RatingCount>1</RatingCount>
      <Sold>1</Sold>
      <TalentCode_FK>sample string 6</TalentCode_FK>
      <UserName>sample string 7</UserName>
    </ProfileVideoDetailsResponse>
    <ProfileVideoDetailsResponse>
      <Earnings>1</Earnings>
      <ProfileCategoryID>1</ProfileCategoryID>
      <ProfileCreatedDate>2026-04-25T22:01:19.9388539+05:30</ProfileCreatedDate>
      <ProfileCurrency>sample string 10</ProfileCurrency>
      <ProfileDescripiton>sample string 3</ProfileDescripiton>
      <ProfileEmbeddedURL>sample string 5</ProfileEmbeddedURL>
      <ProfileImage>sample string 8</ProfileImage>
      <ProfileLanguage>sample string 4</ProfileLanguage>
      <ProfileThumbnailURL>sample string 11</ProfileThumbnailURL>
      <ProfileTicket>9</ProfileTicket>
      <ProfileTitle>sample string 1</ProfileTitle>
      <ProfileUploadID>1</ProfileUploadID>
      <ProfileUserID>2</ProfileUserID>
      <RatingCount>1</RatingCount>
      <Sold>1</Sold>
      <TalentCode_FK>sample string 6</TalentCode_FK>
      <UserName>sample string 7</UserName>
    </ProfileVideoDetailsResponse>
  </ShowvideoGridList>
  <Status>sample string 1</Status>
  <TotalCount>3</TotalCount>
</ShowPagination>