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.
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 8 Februar 2024 kl. 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.
Svar av ilesha
den 8 Februar 2024 kl. 1:43 PM
Yes, it works now, thanks for your support so much!