Jump to Content
External API Pennylane
HomeGuidesAPI ReferenceChangelog
Log InExternal API Pennylane
Guides
Log In
HomeGuidesAPI ReferenceChangelog

getting started

  • Getting Started with Pennylane API
  • OAuth 2.0 walkthrough
  • Generating my API token
  • Should I use data sharing or the API?
  • API Versioning
  • V2 Scopes
  • V2 Rate limiting
  • API V2 vs V1
  • Firm API
  • Glossary
  • API Public Roadmap
  • Stay Updated with Our API Changes

tutorials

  • Supported use cases
  • Tutorials per use case
    • Accounting reporting 📊
  • Set up filters
    • Filter my customer invoices
    • Filter my supplier invoices
    • Filter my draft invoices
    • Filter my credit notes
    • Filter my customers
    • Filter my suppliers
    • Filter my ledger accounts
    • Filter my ledger entries
    • Filter my ledger entry lines
    • Filter my categories
    • Filter my products
  • Automating payment matching
  • Payment vs matched transaction, what's the difference ?
  • Import vs create a customer invoice, what's the difference ?
  • Using Cursor-Based Pagination
  • Tracking Data Changes with Pennylane API
  • Create a downpayment invoice (facture d'acompte)
  • Sending invoices by email

Need support?

  • How to reach out to us
Powered by 

Filter my categories

Suggest Edits

You need to add a filter parameter to your GET request. This parameter has to be a JSON array of objects. Please refer to the filters main section to see how to build correctly the filter parameter.

Allowed filter combinations for categories

FieldDescriptionValue(s)Available operators
category_group_idThe category group idStringeq, not_eq, lt, gt, lteq, gteq, in, not_in
analytical_codeThe category analytical codeStringeq, not_eq, in, not_in

Updated 4 months ago


  • Table of Contents
    • Allowed filter combinations for categories