Skip to main content

Get Tracking Category Count

GET 

/accounting/tracking-categories/count

Get the total number of Tracking Categories.

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

    remoteId string

    Used to filter tracking categories with this third-party application ID.

    trackingCategoryName string

    Used to filter tracking categories with the exact tracking category name.

    trackingCategoryNameContains string

    Used to filter tracking categories whose tracking category names contain the provided value.

    trackingCategoryNameNotEquals string

    Used to filter tracking categories whose tracking category name to exclude.

    trackingCategoryStatus string

    Used to filter tracking categories with the exact tracking category status.

    trackingCategoryType string

    Used to filter tracking categories with the exact tracking category type.

    parentCategoryId string

    Used to filter tracking categories with this parent tracking category ID.

    companyId string

    Used to filter tracking categories with this company ID.

    createdAtMin date

    Filter objects created after a specified date.

    createdAtMax date

    Filter objects created before a specified date.

    updatedAtMin date

    Filter objects last updated after a specified date.

    updatedAtMax date

    Filter objects last updated before a specified date.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    count integer

    Default value: 0

Loading...