|ParamRequired=optional
|ParamDescription=[[AdultFilterType]] enum to filter the result required. The default value is NonAdultOnly.
}}
{{Api_Parameter|
ParamName=sortType
|ParamType=[[MovieSortType]] (int)
|ParamRequired=optional
|ParamDescription=[[MovieSortType]] enum to filter the result required. The default ordering will be by Tag Creation Date (Dateins)
}}
{{Api_Parameter|
|Returns=
Returns a JSON object containing an array of [[UserTags]]
'''Objects are sorted by the most recent date of (any) tag creation'''. This is: the first object (movie) to be returned will be the movie with the most recent tag "event". For example, if the sequential order of events is:
- Movie1 is tagged as watched
- Movie3 is tagged as watched
- Movie2 is tagged as watched
- Movie1 is tagged as completed
- Movie3 is tagged as completed
The sorting will be: movie3, movie1, movie2
'''Example:'''