Hi, I'm currently using the append to response feature the API has and while I find it ver convenient I'm having troubles finding the available "things" I can append.
In particular I haven't found many references to the /person/{id} with append_to_response.
For example /search/person provides the "known_for" field, but appending that field doesn't seem to do much in /person/{id}.
Thanks in advance :D
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 19, 2017 في 1:08 مساءا
All of the calls within the same namespace (child calls) are available.
Think of it as a parent/child relationship. The parent call is the /person/{id} call. Everything within it (/images, /credits, etc...) is a child call. That's what you can use with
append_to_response
.Cheers.
رد بواسطة rsd_raul
بتاريخ مارس 19, 2017 في 2:28 مساءا
Wonderful, never realised that, thanks Travis.
Regarding known_for, I guess that's not one of the options then, as it's not a child call right?
رد بواسطة Travis Bell
بتاريخ مارس 20, 2017 في 9:47 صباحا
Correct, there is no known for method.
رد بواسطة rsd_raul
بتاريخ مارس 20, 2017 في 11:39 صباحا
Ok, it's a shame, movie_credits will do then.
Thanks Travis, I'll set the discussion to closed.
رد بواسطة Val8ß
بتاريخ أغسطس 26, 2019 في 3:50 مساءا
Weirdly,
append_to_response=combined_credits
suddenly stopped working for me. It was working the other moment. Is it just a temporary outage or am I doing something wrong?I'm using it like this:
رد بواسطة Travis Bell
بتاريخ أغسطس 26, 2019 في 4:55 مساءا
Hi @Val8ß,
This should be fixed. Thanks.