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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 19, 2017 at 1:08 PM
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.
Reply by rsd_raul
on March 19, 2017 at 2:28 PM
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?
Reply by Travis Bell
on March 20, 2017 at 9:47 AM
Correct, there is no known for method.
Reply by rsd_raul
on March 20, 2017 at 11:39 AM
Ok, it's a shame, movie_credits will do then.
Thanks Travis, I'll set the discussion to closed.
Reply by Val8ß
on August 26, 2019 at 3:50 PM
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:
Reply by Travis Bell
on August 26, 2019 at 4:55 PM
Hi @Val8ß,
This should be fixed. Thanks.