Support topic explorations
One row per normalized topic the deep-generation pipeline has looked
at. Doubles as the concurrency lock (``pending`` + unique ``topic_key``
dedupes across gunicorn workers/containers) and as the cache of verdicts:
``done`` points to the guide it produced, ``no_match`` is the negative
cache that stops the pipeline from re-exploring a topic that really does
not exist in the ERP on every question. Central ``admin`` DB, no FKs —
same pattern as SupportGuide.
Header api token: X-API-TOKEN
Obtener api token en Su configuración de cuenta
Métodos API permitidos: GET, POST, PUT, PATCH, OPCIONES
- List URL: /api/v1/support_chat_s/supporttopicexploration/
- Detail URL: /api/v1/support_chat_s/supporttopicexploration/:id/
Parámetros
_page_size: (int) Número de resultados por página_page: (str|int) Número de páginas a consultar, coloque __all__ para obtener todos los resultados sin paginar_ordering: (str) Campo para ordenar, si es descendente colocar '-', Ej: -nombre_del_campo_fields: (str) Lista de los campos a devolver, separados por coma
Muestra el método OPTIONS
Cargando opciones de API ...