Meetings Query
Touchpoint supports two types of meetings: Standard and Competitive.
Standard meeting
In a Standard meeting, all participants are listed.
The API provides the flexibility to display a custom title for the meeting to each individual user.
For example, Participant 1's meeting can be titled "Meeting with Participant 2."
Participant 2's meeting can be titled "Meeting with Participant 1."
Competitive meeting
In a Competitive meeting, you identify which participants are the "neutral party."
Participants who are not neutral will not be visible on the participant list.
The meeting title will be automatically generated for each participant.
The name of the meeting may be customized for each participant in the Custom Meeting Name field.
Arguments
gatheringId: (Int!)
Attributes
name: (String!)
startsAt: (Datetime!)
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer abcyourauthenticationtoken123' -d '{meetings(gatheringId: 232) {name startsAt endsAt}}'
Was this article helpful?
0 out of 0 found this helpful
Have more questions?
Submit a request
Return to top
Related articles
- Meetings
- Live Polling
- Agenda Sessions Query
- Exhibitors Query
- createMeeting
Comments
0 comments
Please sign in to leave a comment.