AlphaAlpha Docs
API ReferencePublic support portal

Get available ticket categories for the public form

GET
/public/support/{tenantCode}/settings/categories
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/support/string/settings/categories"
{
  "categories": [
    {
      "active": true,
      "color": "string",
      "isActive": true,
      "name": "string"
    }
  ],
  "elapsedThresholdDays": 0,
  "id": "string",
  "statusConfigs": [
    {
      "color": "string",
      "isActive": true,
      "isResolutionStatus": true,
      "isSystemStatus": true,
      "key": "string",
      "label": "string",
      "order": 0
    }
  ],
  "tenantId": "string",
  "ticketPrefix": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}