Skip to content
Quentin Rousseau edited this page Feb 27, 2015 · 16 revisions

Video Station API

The VideoStation API is an AuthenticatedAPI, that means the user needs to be authenticated before using this API. Fortunately, the AuthenticatedAPI is smart enough to automatically log the user.

The syno object uses the vs (or videoStation alias) property to interact with the VideoStation API.

SYNO.VideoStation.Info

Description

Provide Video Station information.

Methods

Method Name Description Required params
getVideoStationInfo(callback) Provide Video Station information -

SYNO.VideoStation.Movie

Description

Provide Video Station Movies methods.

Methods

Method Name Description Required params
listMovies(params, callback) List movies -
searchMovie(params, callback) Search a movie title
getMovieInfo(params, callback) Get information about a movie id
Clone this wiki locally