Difference between revisions of "SearchGenres"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
|SeeAlso= | |SeeAlso= | ||
− | * [[ | + | * [[SearchContent]] method |
}} | }} |
Revision as of 13:03, 22 September 2015
Description
This method is used to find movies or series genres in UNIAPI. Currently SearchContent method is used instead because it is deprecated.
Parameters
- token (String, required)
- A valid token for identifying the API session context and logged user.
- filter (object, required)
- Complex filter for genreSearch i.e: {["Type": enum.GenreSearchType, "Value": "searchTerm"]}
- offset (int, optional)
- Index of the initial result of the list, begins with 0
- limit (int, optional)
- Quantity of results showed, with the maximum of 100.
Returns
Returns a JSON object with the list of genre objects.
Exceptions
TO BE COMPLETED
Caching
This method is not cached.
Known issues
None
Version history
TO BE COMPLETED
See also
- SearchContent method