Skip to main content

Get all conversation the authenticated user has created or has access to

GET /v2/conversations/
v2
GET
conversation-list-conversations

Request

No request parameters.

Responses

application/json

The conversations list ordered by creation date

  • Array[
  • *object
    • categoryobject
      • categoryIdstring (uuid)
        required
      • namestring
        required
      • referenceTypearray of string (one of: unspecified, server, project, organisation, extensionInstance)
        required
        • Array[
        • *string (one of: unspecified, server, project, organisation, extensionInstance)
        • ]
  • conversationIdstring (uuid)
    required
  • createdAtstring (date-time)
    required
  • createdByobject
    • activeboolean
    • avatarRefIdstring
    • clearNamestring
    • departmentstring (one of: development, mail, accounting, cloudHosting, customerService, generic)
    • userIdstring
      required
  • lastMessageobject
    • createdAtstring (date-time)
      required
    • createdByobject
      • activeboolean
      • avatarRefIdstring
      • clearNamestring
      • departmentstring (one of: development, mail, accounting, cloudHosting, customerService, generic)
      • userIdstring
        required
  • lastMessageAtstring (date-time)
  • lastMessageByobject
    • activeboolean
    • avatarRefIdstring
    • clearNamestring
    • departmentstring (one of: development, mail, accounting, cloudHosting, customerService, generic)
    • userIdstring
      required
  • mainUserobject
    required
    • activeboolean
    • avatarRefIdstring
    • clearNamestring
    • departmentstring (one of: development, mail, accounting, cloudHosting, customerService, generic)
    • userIdstring
      required
  • relatedToobject
    • aggregatestring
      required
    • domainstring
      required
    • idstring
      required
  • relationsarray of object
    • Array[
    • *object
      • aggregatestring
        required
      • domainstring
        required
      • idstring
        required
    • ]
  • sharedWithobject
    • aggregatestring
      required
    • domainstring
      required
    • idstring
      required
  • shortIdstring
    required
  • statusstring (one of: open, closed, answered, inProgress, waiting)
    required
  • titlestring
    required
  • visibilitystring (one of: shared, private)
    required
  • ]

    Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v2/conversations