copilot_frontend
copilot_budget

Search Budgets

Buscador del tablero: nombre, email o teléfono (match parcial ILIKE; sin normalización de acentos, igual que la búsqueda cliente que sustituye).

  • ui_comercial: solo sus presupuestos
  • admin: todos

Busca en BD directamente — encuentra presupuestos aunque no estén cargados en el tablero (p.ej. archivados por antigüedad).

get/api/budget/search

Query parameters

qstring required
limitinteger

Response

Successful Response

presupuesto_idinteger required
comercial_idinteger nullable
cliente_nombrestring nullable
cliente_apellidosstring nullable
cliente_emailstring nullable
cliente_telefonostring nullable
cliente_direccionstring nullable
cliente_localidadstring nullable
cliente_provinciastring nullable
estado_idinteger nullable
estado_nombrestring nullable
tipo_estado_idinteger nullable
fecha_seguimientostring nullable
created_atstring date-time nullable
updated_atstring date-time nullable
datos_presupuesto_firmado_idinteger nullable
datos_presupuesto_firmadoobject nullable
financial_datos_presupuesto_idinteger nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.