API ドキュメント
get
/api/v1/Partners/me/downlineReturns the caller's downline as a flat list of materialised OberMind.Model.Entities.Partners.PartnerTreeNode rows joined with the underlying OberMind.Model.Entities.Users.User + OberMind.Model.Entities.Users.UserDetails for identity. Unlike the original anonymised endpoint, partners need to actually be able to recognise / contact the people in their tree — that's the whole point of running a partner program. The masked id is preserved in the response ({userIdMasked}) for backwards-compatibility with older frontend code paths and for any UI that wants to redact a long GUID without showing PII. <br>search is a case-insensitive substring filter applied server-side across UserName / Email / FirstName / LastName / Phone / Country / IPCountry / UserId — any one match passes the row through. Filter is applied (not after materialising) because partner downlines can grow into the thousands and pulling the whole tree client-side defeats the purpose of having a search box.
Partners
パラメータ
search
query · string
オプション
version
path · string
必須
反応
OpenAPI仕様には、このエンドポイントのレスポンスボディスキーマは含まれていません。実際のレスポンスを確認するには、認証情報を使用して「Try It」を実行してください。
- 200Success