Skip to main content

miscellaneousInvoices

A list of miscellaneous invoices.

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

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

Optionally, the lastModified argument can be supplied to narrow the list of returned miscellaneous 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).
miscellaneousInvoices(
eventIds: [ID!]! =
input: MiscellaneousInvoiceSearchFilterInput! = [object Object]
lastModified: OpenEndedDateTimeRangeFilter
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MiscellaneousInvoice!]!

Arguments

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

miscellaneousInvoices.input ● MiscellaneousInvoiceSearchFilterInput! non-null input

miscellaneousInvoices.lastModified ● OpenEndedDateTimeRangeFilter input

miscellaneousInvoices.limit ● PaginationLimit! non-null scalar

miscellaneousInvoices.offset ● NonNegativeInt! non-null scalar

Type

MiscellaneousInvoice object

A miscellaneous invoice.