---
title: "Get all service ticket costs categories"
slug: "preview-get-all-service-ticket-costs-categories"
updated: 2026-02-10T12:59:27Z
published: 2026-02-10T12:59:27Z
---

> ## 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 costs categories

Get/api/v1/maintenance/servicetickets/costscategories

Get all service ticket costs categories in the system.

		
			

**Description**

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

The response provides the full list of available cost 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 cost category associated with the service ticket. However, the user may not know which cost categories are available. This endpoint can be used to retrieve the full list of available cost categories.

**Response fields**

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

| Field | Description |
| --- | --- |
| name | The name of the cost category. A cost category is related to the type of issue that has been reported and helps determine how the related costs should be allocated. For example, if the central heating system is not producing heat, the issue may require either a repair or a full replacement, each of which may fall under a different cost category. |
| ledgerAccountCode | The ledger account code linked to the cost category. |

		
		
SecurityHTTPType Bearer

Please enter a valid token

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='6311e36b-48b0-48be-986f-98c2e8e8af85'>application/json</option>
</select>Array of object   object  namestring    Min length0Max length256
ledgerAccountCodestring   | null
