Skip to main content

invoices

A list of invoices.

The eventIds argument can be used to specify the events for which the invoices are returned. When not specified, the events to which the calling principal has access to are used. Sandboxed events are always excluded.

See InvoiceSearchFilterInput for details on how the optional input argument can be used to filter invoices.

Optionally, the lastModified argument can be supplied to narrow the list of returned invoices based on their last modified date.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
invoices(
eventIds: [ID!]! =
input: InvoiceSearchFilterInput! = [object Object]
lastModified: OpenEndedDateTimeRangeFilter
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Invoice!]!

Arguments

invoices.eventIds ● [ID!]! non-null scalar

invoices.input ● InvoiceSearchFilterInput! non-null input

invoices.lastModified ● OpenEndedDateTimeRangeFilter input

invoices.limit ● PaginationLimit! non-null scalar

invoices.offset ● NonNegativeInt! non-null scalar

Type

Invoice object

An invoice.