Get Tracking Category Count
GET/accounting/tracking-categories/count
Get the total number of Tracking Categories.
Request
Query Parameters
The ID of the credential.
Used to filter tracking categories with this third-party application ID.
Used to filter tracking categories with the exact tracking category name.
Used to filter tracking categories whose tracking category names contain the provided value.
Used to filter tracking categories whose tracking category name to exclude.
Used to filter tracking categories with the exact tracking category status.
Used to filter tracking categories with the exact tracking category type.
Used to filter tracking categories with this parent tracking category ID.
Used to filter tracking categories with this company ID.
Filter objects created after a specified date.
Filter objects created before a specified date.
Filter objects last updated after a specified date.
Filter objects last updated before a specified date.
Header Parameters
Default value: bearer YOUR_API_KEY
Responses
- 200
- 400
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
Default value: 0
{
"count": 457
}
{
"count": 457
}
400
- application/json
- Schema
- Example (from schema)
- Result
Schema
{}
{}