This API operation returns the movies collctions used in AdultWork.com.
GET
/v1/search/searchMovieCollections
Property | Type | Description |
---|---|---|
UserID |
integer | Returns all collections of the profile with the specified UserID. |
MinimumAmountOfMovies |
integer | The minimum amount of movies in the collection. |
MaximumAmountOfMovies |
integer | The maximum amount of movies in the collection. |
OrderBy |
string | Sets the order in which the collections will be returned. Default is numberofmovies. Order options are title and nickname . |
CollectionsPerPage |
integer | Sets the number of collections on each page of the result set. Accepts values from 1 to 100 . Default is 50 . |
PageNumber |
integer | Returns a specific page in the result set. Accepts values from 1 onwards. |
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.
Property | Type | Description |
---|---|---|
PageCount |
integer | Represents the total number of pages in the result set. |
PageNumber |
integer | Represents the current page number. |
CollectionsTotal |
integer | Represents the total number of collections in the result set. |
CollectionsPerPage |
integer | Represents how many collections are listed on each page. |
Collections |
Array of aws:MovieCollection | List of MovieCollection data. |
The following example returns an example result of the movies listed on AdultWork.com.