accounting
category

Retrieve a category

get/accounting/{connection_id}/category/{id}

Path parameters

connection_idstring required

ID of the connection

idstring required

ID of the Category

Query parameters

fieldsstring[]

Fields to return

rawstring

Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar

Response

Successful

idstring
created_atstring date-time
updated_atstring date-time
namestring
descriptionstring
is_activeboolean
parent_idstring
type'CLASS' | 'DEPARTMENT' | 'LOCATION' | 'PROJECT' | 'TASK' | 'CUSTOM' | 'EXPENSE' | 'INCOME'
codestring
organization_idstring
rawobject

Changes

Changed in 2 of the 25 revisions of this API.8

    • added the enum value metadata to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the enum value code to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value organization_id to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value type to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added