Skip to main content
Version: API v1

Ticketantworten auslesen

GET/tickets/{ticketIdentifier}/answers/
v1
GET
listSupportTicketAnswers

Liefert alle Antworten auf ein bestimmtes Support-Ticket zurück

Request

  • ticketIdentifierstring
    required

    Die Ticket-ID

Responses

application/json

Array aller Antworten eines Support-Tickets

  • Array[
    • *object
      • uidinteger
        required
      • messagestring
        required
      • createdAtstring (datetime)
        required
      • authorobject
        required
        • namestring
          required
        • emailstring (email)
          required
        • telephonestring
          required
        • isMittwaldAuthorboolean
          required
      • filesarray of string (uuid)
        • Array[
          • *string (uuid)
          ]
    ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v1/tickets/string/answers