Entity · remote_sessions
Remote Session Schema
Felder
Remote Session Schema
Schema for remote session records (Fernwartung)
ticketId
Linked ticket
nullable
assetId
Linked asset
nullable
partyId
Linked party (customer)
nullable
technicianId
User ID of the technician who performed the session
tool
Remote access tool used
Werte
TEAMVIEWERANYDESKOTHERstartedAt
When the remote session started (ISO 8601)
endedAt
When the remote session ended (ISO 8601)
nullable
durationSeconds
Session duration in seconds
≥ 0nullable
externalId
External session ID from the remote tool
nullable
note
Free-text note about the session
max 2000 Zeichennullable
bookedAsTimeRecordId
Time record ID created from this session (marks session as booked)
nullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/remote_sessions— Liste, paginiert + filterbarGET /api/v1/remote_sessions/<id>— Einzelne EntityPOST /api/v1/remote_sessions— AnlegenPATCH /api/v1/remote_sessions/<id>— Teil-UpdateDELETE /api/v1/remote_sessions/<id>— Soft-DeleteGET /api/v1/remote_sessions/<id>/timeline— Audit + Aktivitäten