Hello, I want to make app that manipulates users lists, so I tried using API v4 for this. I tried "Try it!" for /4/account/{account_object_id}/lists which returns my lists, so i copied list id, paste it into /4/list/8290445, but I am always getting this error for each list id that I have:
{
"success": false,
"status_code": 6,
"status_message": "Invalid id: The pre-requisite id is invalid or not found."
}
Please, help me understand the problem, is it something I don't understand or is it not implemented in API version 4? Thanks for support.
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 8 февраля 2024 в 13:41
Hi @ilesha,
If you're just meaning when you use the "try it out" feature, indeed, I had a bad ID value set in the docs. I just updated them and the "try it out" feature is now working.
Thanks.
Ответ от ilesha
, 8 февраля 2024 в 13:43
Yes, it works now, thanks for your support so much!