Skip to main content
GET
Get categories

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

lastUpdatedDate
string

Date filter - returns all records updated after the specified date. Null returns all data

Response

200 - application/json

Successful operation

id
integer<int64>

Id of the category, required when updating existing category

name
string

Name of the business-specific expense category

Example:

"Accounting / Tax"

taxCategory
object
hasChilds
boolean

Whether this category has children or not

parentCategoryId
integer<int64>

Parent id for this category, if it exists

status
enum<string>

Status of this category

Available options:
ACTIVE,
INACTIVE,
DELETED
Example:

"ACTIVE"