Skip to main content

Get all conversation categories

GET/conversation-categories/
v2
GET
conversation-list-categories

Request

No request parameters.

Responses

application/json
  • Array[
    • *object
      • 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)
          ]
    ]

Usage examples

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