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.
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 8 fevereiro 2024 às 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.
Resposta de ilesha
em 8 fevereiro 2024 às 1:43 PM
Yes, it works now, thanks for your support so much!