GET /v1/dms/documents/semantic-search
GET/v1/dms/documents/semantic-search
Semantic search over DMS documents using embeddings
Query-Parameter
| Name | Typ | Beschreibung |
|---|
qerforderlich | string | |
limit | string | |
folderId | string | |
status | string | |
documentTypeId | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/dms/documents/semantic-search \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |