Hi,
Apologies that my question is very basic, but I'm essentially trying to understand what the return parameters 'cast_id' and 'order' represent in a call for movie credits. I'm really after an ordering that represents how 'leading' the role of the actor/actress was in a movie. Is this what the 'order' parameter is intended to represent?
Also, is there somewhere in the documentation where return parameters are described? I was unable to find anything in this case, but really feel like I should have RTFM'd - and would like to do so in the future :)
Many thanks for your time,
Nic
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 6 novembre 2015 à 12h23
Hi sparrigan,
Yes. Cast id is only really useful if you're trying to track items locally, within your own db. Order is all you need to worry about for ordering cast items.
Other than the mock responses on Apiary, no, not really.
Let me know if you have any more questions.
Réponse de sparrigan
le 6 novembre 2015 à 12h28
Many, many thanks for your help!