List accounting categoriesAsk AIget https://partner-api.getpliant.com/api/accounting/accounting-categoriesReturns a list of accounting categories. You can use the limit, page, sortBy and sortDirection parameters to filter and sort the results.Query ParamsorganizationIduuidrequiredThe unique identifier of the organization.statusstringenumThe status to filter by.ACTIVEINACTIVEAllowed:ACTIVEINACTIVEcategorystringenumThe category to filter by.ADVERTISING_AND_MARKETINGCOMPUTING_AND_SOFTWAREEDUCATION_AND_TRAININGELECTRONICS_AND_IT_EQUIPMENTENTERTAINMENT_AND_WELLNESSFOOD_AND_DRINKSGIFTS_AND_VOUCHERSMATERIALS_AND_PACKAGINGOFFICE_SUPPLIES_AND_EQUIPMENTSERVICESTRAVEL_AND_ACCOMMODATIONHEALTHCAREOTHERShow 13 enum valuesiduuidThe unique identifier of the accounting category to filter by.limitintegerThe maximum number of items to return per page. The default value if not provided is 100, the maximum allowed value is 1000.pageintegerThe page number to return, starting with 0, this counts up to the total number of pages. The total number of pages is determined by the total number of records divided by the limit.sortBystringThe field to sort by.sortDirectionstringenumThe direction to sort by.ASCDESCAllowed:ASCDESCResponses 200Ok 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 500Internal Server Error. The request was not completed due to an internal error.Updated 8 months ago