Skip to content
jeffreyspaan edited this page Aug 20, 2018 · 4 revisions

getById(options, parameter1, parameter2)

This method allows you to get the full details of a review by ID, it accepts three parameters, the first one must be an object that must have a review id and can have one (or more) of the allowed options, the other two parameters must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.reviews.getById({"id":"5013bc76760ee372cb00253e"}, successCB, errorCB)
Clone this wiki locally