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 规范中未包含此端点的响应体模式。请使用您的凭据运行“试用”功能以查看实时响应。
- 200Success