Retrieve the list of customers
GET /api/clientes/
GET
/api/clientes/
Authorizations
Parameters
Query Parameters
limit
integer
offset
integer
Responses
200
object
count
integer
results
Array
object
id
Read only
integer
created
Read only
string format: date-time
updated
Read only
string format: date-time
nombre
required
string
apellido1
string
is_suscrito_newsletter
boolean
is_suscrito_encuestas
boolean
is_active
boolean
is_sms_cliente_perdido_enviado
Read only
boolean
is_email_cliente_perdido_enviado
Read only
boolean
is_agree_notificaciones_sms
boolean
is_agree_notificaciones_email
boolean
origen
Read only
string
descuento_ventas
number
is_citas_online
boolean
code
By default it is an autoincremental field, but it can be overwritten as long as there is no conflict
integer
is_agree_rgpd
Read only
boolean
b64_firma_rgpd
Read only
string format: base64
fecha_firma_rgpd
Read only
string format: date
file_contrato_rgpd
Read only
string format: uri
is_anonymous
Read only
boolean
is_envios_sms
This field is required if you want to send SMS to the customer
boolean
is_envios_email
This field is required if you want to send emails to the customer
boolean
fecha_ultima_venta
Read only
string format: date
numero_ventas
Read only
integer
importe_ventas
Read only
number
importe_deudas
Read only
number
fecha_ultima_cita_realizada
Read only
string format: date
total_citas_realizadas
Read only
integer
fecha_alta
Read only
string format: date-time
provincia
created_by
categoria
como_nos_conocio
401
Access key was not provided in the X-Koibox-Key header
Headers
WWW-Authenticate
string
Indicates the required header for authentication
403
A valid access key was not provided