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}