Skip to main content

Retrieve Tracking Category

GET 

/accounting/tracking-categories/:id

Retrieve a Tracking Category with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the tracking category.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    trackingCategory

    object

    id string
    remoteId string
    trackingCategoryName string
    trackingCategoryStatus string
    trackingCategoryType string
    parentCategoryId
    companyId
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...