Retrieve a paginated list of ventanas. Accessible by all authenticated users.
cURL
curl --request GET \ --url https://api.example.com/api/v1/ventanas
{ "success": true, "data": [ { "id": "660e8400-e29b-41d4-a716-446655440000", "bancaId": "550e8400-e29b-41d4-a716-446655440000", "name": "Ventana Norte", "code": "VN001", "commissionMarginX": 1.5, "address": "789 North Avenue", "phone": "+1-234-567-8910", "email": "[email protected]", "isActive": true, "settings": { "print": { "width": 58 }, "theme": "light" }, "createdAt": "2024-03-15T11:00:00Z", "updatedAt": "2024-03-15T11:00:00Z" } ], "meta": { "page": 1, "pageSize": 20, "total": 1, "totalPages": 1 } }
Show Ventana object
Show Meta object