Υποστήριξη για το The Movie Database

Hi I am seeing a strange issue with the remove watch list webservice. Below are the details of my request

URL: https://api.themoviedb.org/3/account/**/movie_watchlist?api_key=***&session_id=***

Body:

{"movie_id":"9487","movie_watchlist":true}

I have used post to hit the service and it responds with 201 created. But it is not removing from the list. Is there anything I am doing wrong here

4 απαντήσεις(στη σελίδα 1 από 1)

Jump to last post

THis is the response I get

{ "status_code": 12, "status_message": "The item/record was updated successfully." }

ANy Update please

its important

Hi @manohar1991,

You're not removing your item from the watchlist properly. That's not how you do it. Take a look at the account watchlist method. To add and remove an item, you pass a boolean in the body.

URL: https://api.themoviedb.org/3/account/###/watchlist?api_key=***&session_id=***

Add to watchlist body:

{"media_type": "movie", "media_id": 284054, "watchlist": true}

Remove from watchlist body:

{"media_type": "movie", "media_id": 284054, "watchlist": false}

Make sure to pass the Content-Type header. Here's a cURL example:

curl -H "Accept: application/json" -H "Content-Type: application/json" \
-d "{"media_type": "movie", "media_id": 284054, "watchlist": true}" \
"https://api.themoviedb.org/3/account/###/watchlist?api_key=***&session_id=***"

Thank you Travis. It worked now. I was following some other post and used the above.

Thank you again

Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.

Σε όλες τις σελίδες

s Εστίαση στη μπάρα αναζήτησης
p Άνοιγμα μενού προφίλ
esc Κλείσιμο ανοιχτού παραθύρου
? Άνοιγμα παραθύρου συντομεύσεων πληκτρολογίου

Στις σελίδες μέσων

b Επιστροφή στην προηγούμενη σελίδα(ή στην αρχική σελίδα όταν είναι εφικτό)
e Μετάβαση στη σελίδα επεξεργασίας

Στις σελίδες κύκλων σειρών

(Δεξιό βέλος) Μετάβαση στον επόμενο κύκλο
(Αριστερό βέλος) Μετάβαση στον προηγούμενο κύκλο

Στις σελίδες επεισοδίων σειρών

(Δεξιό βέλος) Μετάβαση στο επόμενο επεισόδιο
(Αριστερό βέλος) Μετάβαση στο προηγούμενο επεισόδιο

Σε όλες τις σελίδες εικόνων

a Άνοιγμα παραθύρου προσθήκης εικόνας

Σε όλες τις σελίδες επεξεργασίας

t Άνοιγμα επιλογέα μετάφρασης
ctrl+ s Υποβολή φόρμας

Στις σελίδες συζήτησης

n Δημιουργία νέας συζήτησης
w Ρύθμιση κατάστασης παρακολούθησης
p Ρύθμιση ως δημόσια/ιδιωτική
c Ρύθμιση ανοίγματος/κλεισίματος
a Άνοιγμα δραστηριότητας
r Απάντηση στη συζήτηση
l Μετάβαση στην τελευταία απάντηση
ctrl+ enter Υποβολή μηνύματος
(Δεξιό βέλος) Επόμενη σελίδα
(Αριστερό βέλος) Προηγούμενη σελίδα

Ρυθμίσεις

Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;

Σύνδεση