API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/dms/documents/{id}/post-ingestion-pipeline

POST/v1/dms/documents/{id}/post-ingestion-pipeline

Run the post-ingestion pipeline (filing policy + auto-spawn) for a DMS document

Request Body

NameTypBeschreibung
classificationConfidencenumber
extractedFieldsobject
manualLinksobject[]

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/post-ingestion-pipeline \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "classificationConfidence": 0,
  "extractedFields": null,
  "manualLinks": []
}'
const result = await cm.dms.post({
  "classificationConfidence": 0,
  "extractedFields": null,
  "manualLinks": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche