freshbooks_get_record
Retrieve a specific FreshBooks record by resource name and ID—invoices, clients, estimates, payments, expenses, and more. Use when you need exact accounting data for a known ID.
Instructions
Get a single record from any FreshBooks accounting resource by name and id. Ids are numeric on every resource mapped here; the schema also accepts a string so an id carried around as text still works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The record id — numeric for all currently mapped resources | |
| resource | Yes | Accounting resource to read. All use the alphanumeric accountId. |