Description=Return the Movie object with the complete information about a specific movie. The behaviour of method GetMovie about Medias and Trailers is the following. Inside Medias: All medias of type Movie(1) are returned for each requested playType Best media of type Trailer(2) is returned for each requested playType Inside Trailers: All Medias of type Trailers(2) is returned for everyPlayType (even if not specific playtype is requested) The method can be used logged or anonymous user.
|Parameters=
|ParamRequired=required
|ParamDescription=The ID number of the movie that wants the data.
}}
{{Api_Parameter|
ParamName= deviceTypes
|ParamType=List of [[deviceType]]
|ParamRequired=optional
|ParamDescription=List of deviceTypes separated by comma, to return the info of [[PlaybackInfo]].
}}
{{Api_Parameter|
ParamName= playType
|ParamType=[[PlayType]]
|ParamRequired=optional
|ParamDescription=PlayType of the media associated with the movie.
}}
|Returns=
Returns a JSON object containing an array of a [[Movie]].