Citizens' Engagement Platform API documentation

Explore the API interactively with GraphiQL

MeetingAttributes

Attributes for creating or updating a meeting

Input Fields

address (String)

The address of the meeting

availableSlots (Int)

Number of available slots for registration

description (String!)

The description of the meeting

endTime (DateTime!)

The end time of the meeting

iframeAccessLevel (IframeAccessLevelEnum)

Who can access the iframe: 'all', 'registered', 'signed_in'

iframeEmbedType (IframeEmbedTypeEnum)

How to embed the iframe: 'none', 'embed_in_meeting_page', 'open_in_live_event_page', 'open_in_new_tab'

latitude (Float)

The latitude coordinate

location (String)

The physical location of the meeting

locationHints (String)

Hints about the location

longitude (Float)

The longitude coordinate

onlineMeetingUrl (String)

URL for online meeting

registrationTerms (String)

Terms and conditions for registration

registrationType (RegistrationTypeEnum!)

Type of registration: 'on_this_platform', 'on_different_platform', or 'registration_disabled'

registrationUrl (String)

External registration URL

registrationsEnabled (Boolean)

Whether registrations are enabled or not

startTime (DateTime!)

The start time of the meeting

taxonomies ([ID!])

Array of taxonomy IDs

title (String!)

The title of the meeting

typeOfMeeting (TypeOfMeetingEnum!)

The type of meeting: 'online', 'in_person', or 'hybrid'