---
title: "Get all service ticket problem categories"
slug: "preview-get-all-service-ticket-problem-categories"
updated: 2026-02-10T12:54:36Z
published: 2026-02-10T12:54:36Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://www.bloxs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get all service ticket problem categories

Get/api/v1/maintenance/servicetickets/problemcategories

Get all service ticket problem categories in the system.

		
			

**Description**

Service tickets have to be assigned to a problem category. However, in order to add the correct problem category the Bloxs user needs to know which problem categories are available in the application. This endpoint can be used to retrieve the available problem categories. This is a standard list.

The response provides the full list of available problem categories as an array.

**Use Case**

The [PUT/servicetickets](/v1-api/apidocs/preview-update-a-service-ticket) operation is used to update a service ticket. As part of this update, the user may want to specify the problem category associated with the service ticket. However, the user may not know which problem categories are available. This endpoint can be used to retrieve the full list of available problem categories.

**Response fields**

The 200 response contains the field in the table below. For every problem category this property will be shown separately in the array.

| Field | Description |
| --- | --- |
| name | The name of the problem category. A problem category indicates the category of the issue, such as electrical, windows, etc. |

		
		
SecurityHTTPType Bearer

Please enter a valid token

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='3f7b2e91-184d-4652-b2b1-357ad6077965'>application/json</option>
</select>Array of object   object  namestring    Min length0Max length256
