API Reference - Tracking Categories

Tracking categories are optionally connected to expense entries and invoices to help classify the cost center or allocation of costs and sales.

Listing Tracking Categories

Returns a collection of tracking category records, optionally filtered by the available request parameters.

GET /api/v1/tracking_categories

Available Request Parameters:

Name Type Required Description
id integer no ID of the tracking category.
name integer no Friendly name of the tracking category.

Getting an Tracking Category

Returns a single tracking category record, based on the numeric ID.

GET /api/v1/tracking_categories/{id}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request