latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Tracking Categories
Gets the latest tracking categories for a business.
get/trackingCategories
Query parameters
businessNamestring required
serviceName'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'myob' required
offsetnumber
The offset is the position in the dataset of a particular record.
limitnumber
This is the size of the results set you would like (default: 100).
orderBystring
Response
Example response
{
"count": 1,
"meta": {
"reportId": [
"5fad8a342a88364234392fb5"
],
"serviceName": "xero",
"businessName": "Railz",
"createdAt": "2020-11-25T01:02:03Z",
"updatedAt": "2020-11-30T01:02:03Z"
},
"data": [
{
"id": "123",
"name": "East Coast",
"parentRef": {
"id": "434",
"name": "Region"
},
"status": "active",
"sourceModifiedDate": "2021-03-10T11:26:06.619Z"
}
]
}