How many different ids are there? Is there a list of list ids and what those lists represent in the docs? Thank you in advance!
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 28 Ιούλιος 2014 στις 04:30 ΜΜ
Hi jrichardson,
There are thousands, I'm not entirely sure just how many. The only way to really query lists is by either searching for them via text search (/3/search/list), or by getting an ID from your account (/3/account/{id}/lists). You can of course get the list id when you create a list as well.
What were you looking to do specifically?
Απάντηση από τον/την Joey Richardson
στις 28 Ιούλιος 2014 στις 08:13 ΜΜ
Trying to get a full list of actors/actresses.
Απάντηση από τον/την Travis Bell
στις 29 Ιούλιος 2014 στις 10:29 ΕΊΜΑΙ
We don't have a single method to pull a list of all the actors and actresses. To do this, start at id 1, and iterate up until you get to the id found in the
/person/latest
method.Cheers.