Get bank statement extraction result
documentedFetch the extraction result for a bank statement.
POST /api/extract/bank_statement/1/get_resultExtract APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://extract.api.odoo.com/api/extract/bank_statement/1/get_result" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"jsonrpc":"2.0","method":"call","id":"{{$request_id}}","params":{"version":100,"document_token":{{$document_token}},"account_token":"{{$account_token}}"}}'