Yes sir, I had seen it, but where can I get to know all the requests that I can make.?
If I search in the "Filter section" with trailers, then its showing empty result but API do support trailer as one such request. Can you please let me know all such allowable requests?
It sounds like you're asking about appending with other methods than the /movie/{id} namespace, like discover or search. That is not supported.
Only the /movie/{id}, /tv/{id}, and /person/{id} methods support append_to_response. You can append any of their sub requests like videos, images, release_dates, etc...
رد بواسطة Travis Bell
بتاريخ ديسمبر 14, 2016 في 6:50 مساءا
Hi @anupam_ Have you read through this document?
Basically, you can append any of the requests within the same namespace.
رد بواسطة anupam_
بتاريخ ديسمبر 15, 2016 في 8:50 صباحا
Yes sir, I had seen it, but where can I get to know all the requests that I can make.?
If I search in the "Filter section" with trailers, then its showing empty result but API do support trailer as one such request. Can you please let me know all such allowable requests?
رد بواسطة Travis Bell
بتاريخ ديسمبر 15, 2016 في 10:04 صباحا
It sounds like you're asking about appending with other methods than the /movie/{id} namespace, like discover or search. That is not supported.
Only the /movie/{id}, /tv/{id}, and /person/{id} methods support
append_to_response
. You can append any of their sub requests like videos, images, release_dates, etc...Etc, etc...
رد بواسطة anupam_
بتاريخ ديسمبر 15, 2016 في 6:26 مساءا
Thanks Sir, I got it.