API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Get uvv_inspection by id

GET/v1/uvv_inspections/{id}

Fetch a single uvv_inspection.

Datenmodell

Diese Operation arbeitet auf der Entität UVV Inspection (uvv_inspection). Alle 11 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

  • Pflichtfelder: vehicleId, inspectionDate, nextDueDate
  • Server-verwaltet: _id, schema, schemaVersion, tenantId, version, createdAt, updatedAt, createdBy, updatedBy, deletedAt, deletedBy — diese Felder vergibt die Plattform; im Request werden sie verworfen.

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X GET https://api.codemeta-os.de/v1/uvv_inspections/{id} \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.uvv_inspections.get();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche