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
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 6 November 2015 kl. 12:23 PM
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.
Svar av sparrigan
den 6 November 2015 kl. 12:28 PM
Many, many thanks for your help!