get
http://localhost:3001/api//invoice
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
id is the Invoice ID in this case
[
{
amount: "5000.0",
archived: false,
billing_category_id: 12344,
id: 123,
invoice_date: null,
invoice_number: null,
invoice_type: "Fixed Fee",
is_estimate: true,
notes: "",
percentage: 25.0,
period_end: "03/03/2021",
period_start: "03/01/2020",
phase_id: 23456,
}
] 401Invalid Authentication Key and/or Team ID
