action xtrf_get_all { label: "Lists all client invoices in all statuses (including not ready and drafts) that have been updated since a specific date." description: "Lists all client invoices in all statuses (including not ready and drafts) that have been updated since a specific date." provider: xtrf method: GET path: "/accounting/customers/invoices" encoding: json input: { type: "object" properties: { updatedSince: { type: "integer" format: "int64" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }