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
дана 08. фебруар 2024. у 1:41 PM
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
дана 08. фебруар 2024. у 1:43 PM
Yes, it works now, thanks for your support so much!