freshbooks_get_record
Retrieve a single FreshBooks record by ID from any accounting resource. Accepts both numeric and string IDs for invoices, clients, estimates, payments, and more.
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. |