Entity · survey_invitations
Survey Invitation Schema
Felder
Survey Invitation Schema
Schema for satisfaction survey invitations sent to contacts
surveyId
FK to survey
mode
Delivery mode — single-ticket invitation or weekly digest spanning multiple tickets
Werte
per_ticketweekly_digestDefault: "per_ticket"
ticketId
FK to ticket (required for mode = per_ticket)
nullable
ticketNumber
max 50 Zeichennullable
digestTickets
Tickets included in a weekly digest invitation (mode = weekly_digest)
Default: []nullable
ticketNumber
max 50 Zeichen
title
max 500 Zeichennullable
closedAt
nullable
ratedAt
nullable
responseId
nullable
weekOf
ISO-week start (Monday 00:00 UTC) covered by a digest invitation
nullable
partyId
nullable
contactPartyId
nullable
contactId
nullable
contactName
nullable
status
Werte
PENDINGSENTDELIVEREDOPENEDCOMPLETEDEXPIREDCANCELLEDsentAt
nullable
openedAt
nullable
respondedAt
nullable
responseId
nullable
remindersSent
≥ 0Default: 0
lastReminderAt
nullable
surveyUrl
max 500 Zeichennullable
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/survey_invitations— Liste, paginiert + filterbarGET /api/v1/survey_invitations/<id>— Einzelne EntityPOST /api/v1/survey_invitations— AnlegenPATCH /api/v1/survey_invitations/<id>— Teil-UpdateDELETE /api/v1/survey_invitations/<id>— Soft-DeleteGET /api/v1/survey_invitations/<id>/timeline— Audit + Aktivitäten