Отправляю запрос на получение Get the rated movies for a guest session. В ответ получаю пустой массив.
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
Если я отправляю запрос на получение Rated Movies то в ответ приходит массив с фильмами, которые я оценил с помощью запроса Add Rating. Как мне получить список оцененных фильмов из гостевой сессии?
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від robbie3999
9 жовтня 2023, 20:05
Hi @anikeev717, it looks like there are no ratings for the call you are making. You would have to add ratings before you can get them. What is the exact api URL you are using to add a rating, and what is the exact api URL you are using to get the ratings? Hide your api key and the guest session id with a string like "xxxxxx".