Since in some services there's append_to_response that is not documented, i tried that on the Account endpoint, whatever you will place in the append_to_response, will append that field on the response with the same object of your account, so you will basically get 2 objects of your account, in the same response. if you define n append_to_response paths, you will get n+1 objects of your profile, (considering the +1 the primary object)
No matter what you write on the request, you will get a field called this way, with the object of you account.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2017 年 05 月 26 日 6:27下午
If it's not documented, then it was probably never been tested or supported. I've created a new ticket to hook this up here.