Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/scanner/scan-history \ --header 'Content-Type: application/json' \ --data ' { "entries": [ { "id": "<string>", "timestamp": "<string>", "objectType": "<string>", "rawData": "<string>", "name": "<string>", "lookupCode": "<string>" } ] } '
{ "success": true, "added": 123, "error": "<string>", "message": "<string>" }
Add scan history entries in batch (upsert on conflict).
Array of scan entries to add (max 100)
100
Show child attributes
Entries added successfully