Admin Search Endpoints — Responsables and Ubicaciones
JWT-protected GET endpoints to search responsible persons and locations by partial name or number. Both require a Bearer token in the Authorization header.
Use this file to discover all available pages before exploring further.
The admin dashboard provides two search endpoints — one for searching responsible persons and one for searching locations — both requiring a valid JWT token.
Partial number or description to search for. Matches against both the number_location and description columns using a SQL LIKE %query% pattern. An empty string returns an empty array [].