Documentation 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
Paramètres
search
query · string
Facultatif
version
path · string
Requis
Réponses
La spécification OpenAPI ne définit pas de schéma de corps de réponse pour ce point de terminaison. Utilisez l'outil d'essai avec vos identifiants pour visualiser une réponse en direct.
- 200Success