Get all service ticket costs categories

Prev Next
Get
/api/v1/maintenance/servicetickets/costscategories

Get all service ticket costs categories in the system.

Get all service ticket costs categories

This endpoint retrieves the list of cost categories available for service tickets.

A cost category relates to the type of issue reported and helps determine how the associated costs should be allocated, for example distinguishing a repair from a full replacement.

Integrators call this endpoint before creating or updating a ticket, to know which cost category names are currently available.


Request Fields

This endpoint takes no request parameters.


Response Fields

Field

Type

Required

Description

name

string

Yes

Name of the cost category. Fixed list, not configurable by the user. Maximum length 256 characters.

ledgerAccountCode

string

No

Ledger account code linked to the cost category, used for financial allocation and reporting.

Security
Responses
200

OK

Array of object
object
name
string
Min length0
Max length256
ledgerAccountCode
string | null