Sign in

Get invoice preview items

documented

Preview items for invoicing based on projects/time entries. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/invoicing/invoices/preview-invoice-items.html?utm_source=openai))

GET /invoices/preview-itemsInvoicingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.activecollab.com/{{$account_id}}/api/v1/invoices/preview-items?project_ids={{$project_ids}}&include_time_records={{$include_time_records}}&date_filter_from={{$date_filter_from}}&date_filter_to={{$date_filter_to}}" -X GET -H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_API_KEY}}" -H "Accept: application/json"
Get invoice preview items · activecollab · OpenIntegrations