This API operation is returning different models based on the Type
. To clarify we've added all request and response options below.
Note: All top lists only returns currently active users in the scope of the selected top list. For example; when a user is in the top EscortViews now and changes their profile to non-escort, it will be removed from the list.
GET
/v1/lists/getTopList
To return the top view list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Options: ProfileViews , EscortViews , PhoneChatViews and WebcamViews . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
To return the top ratings list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Options: EscortRatings , PhoneChatRatings and WebcamRatings . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
To return the top movie views list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Option: MovieViews . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
To return the top movie collection views list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Option: MovieCollectionViews . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
To return the top sold private gallery list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Option: PrivateGallery . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
To return the top movie rental ratings list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Option: RentalRatings . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
To return the top rental purchases list you can use the table below.
Property | Type | Description |
---|---|---|
NumberOfRecords |
integer | The number of records the API will return. Default is 10 . |
Type |
string | Required. Option: RentalPurchases . |
DateRange |
string | Required. The range of the top list. Options: AllTime , LastYear ,LastMonth ,LastWeek , ThisYear , ThisMonth , ThisWeek ,Today and Yesterday |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
When using the type ProfileViews, EscortViews, PhoneChatViews or WebcamViews the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListView | List of TopListViews. |
When using the type EscortRatings, PhoneChatRatings or WebcamRatings the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListRating | List of TopListRatings. |
When using the type MovieViews the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListMovieView | List of TopListMovieViews. |
When using the type MovieCollectionViews the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListMovieCollectionView | List of TopListMovieCollectionViews. |
When using the type PrivateGallery the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListPrivateGallery | List of TopListPrivateGallery. |
When using the type RentalRatings the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListRentalRating | List of TopListRentalRatings. |
When using the type RentalPurchases the following response is returned.
Property | Type | Description |
---|---|---|
Result |
Array of aws:TopListRentalPurchase | List of TopListRentalPurchases. |
The following example returns 1 result of the TopListView.