AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Queries
  5. calendarEvents

calendarEvents: PagingResultOfCalendarEvent!

This query allows for the return of calendar events and all of the associated details based on search criteria. The returned list is limited based on the permissions of the customers API Token. The information returned for each calander event will be specific to the events in the filter, no additional information can be displayed with this query. **Returns:** Returns an array of calendar events and their information.

filterBy: [CalendarEventFilterInput!]

Allows filtering of the results by their properties. You can create sophisticated filters by using "or" and "and" fields to build expressions.

limitBy: LimitInput

Provides the ability to paginate/window the returned results.