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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 8 de febrero de 2024 a las 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.
Contestado por ilesha
el 8 de febrero de 2024 a las 13:43
Yes, it works now, thanks for your support so much!