Skip to main content

journals

A list of journals.

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

See JournalSearchFilterInput for details on how the optional input argument can be used to filter journals.

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

Arguments

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

journals.input ● JournalSearchFilterInput! non-null input

journals.lastModified ● OpenEndedDateTimeRangeFilter input

journals.limit ● PaginationLimit! non-null scalar

journals.offset ● NonNegativeInt! non-null scalar

Type

Journal object

Represents a journal.