CRUD /tickerscanner/fundamentals/ticker-scan-jobs
Area: Fundamentals e job tables.
Request
- Metodo:
CRUD - Path:
/tickerscanner/fundamentals/ticker-scan-jobs - Input noto: Path
:idsu GET/PUT/DELETE; body definizione job.
Parametri / Body
Interpretazione diretta dalla definizione corrente dell'endpoint nel progetto:
- Path
:idsu GET/PUT/DELETE; body definizione job.
Risposta attesa
200 OK (o equivalente applicativo).
{
"ok": true
}
Errori comuni
| HTTP | Quando |
|---|---|
400 | Parametri/body non validi o incompleti. |
401/403 | Autenticazione/autorizzazione non valida, se richiesta dalla route. |
404 | Risorsa non trovata (id, jobId, symbol, ecc.). |
500 | Errore interno o errore propagato da servizio dipendente. |
Esempio
curl "https://api.trading.expovin.it/tickerscanner/fundamentals/ticker-scan-jobs"