cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/client_father/all/paginated \ --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": {} } ], "pagination": { "total": 150, "page": 1, "limit": 50, "totalPages": 3, "hasNext": true } }
Obtener clientes padre paginados con filtros
Bearer token authentication
x >= 1
1 <= x <= 100
asc
desc
Filter by has_subscription (true/false)
Filter by seller ID
Filter by rubro ID
Search in name or RUT
Lista paginada de clientes padre
Lista paginada de clientes
Show child attributes
Información de paginación
{ "total": 150, "page": 1, "limit": 50, "totalPages": 3, "hasNext": true}