v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
TrackingCategory

Retrieves the collection of TrackingCategory resources.

Retrieves the collection of TrackingCategory resources.

get/tracking_categories

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

TrackingCategory collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each tracking category

namestring

Name of tracking category e.g. "Department" e.g. "Region"

statusstring

Status of tracking category

trackingOptionIdstring nullable

Unique ID of tracking option

trackingOptionNamestring nullable

Name of tracking option e.g. "Marketing"

trackingOptionStatusstring nullable

The status of a tracking option

Example response

[
  {
    "integration": "quickbooks"
  }
]