cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/client_father/all \ --header 'Authorization: Bearer <token>'
{ "data": [ { "gpsCount": 123, "clientType": "parent", "isNormalClient": true, "idFather": "<string>", "fatherName": {}, "clientId": "<string>", "clientName": {}, "fantasyName": {}, "rut": {}, "email": {}, "phone": {}, "factura": {}, "ordenCompra": {}, "requiresHes": {}, "typeOfContract": {}, "idNavixy": {}, "idWialon": {}, "classification": {}, "integration": {}, "rubroId": {}, "rubroName": {}, "sellerId": {}, "sellerName": {} } ] }
Obtener todos los clientes (padres e hijos) con suscripciones
Bearer token authentication
Filtrar solo clientes con suscripciones activas
Lista combinada de clientes obtenida exitosamente
Lista combinada de clientes padres e hijos
Show child attributes