Meetings Query

Meetings Query

Touchpoint supports two types of meetings: Standard and Competitive.

In a Standard meeting, all participants are listed.

You have the flexibility to display a custom title for the meeting to each individual user using the API.

For example, Participant 1's meeting can be titled "Meeting with Participant 2".

Participant 2's meeting can be titled "Meeting with Participant 1".

In a Competitive meeting, you identify which participants are the "neutral party".

Participants who are not neutral are not visible on the participant list.

Additionally, the title of the meeting is automatically generated for each participant.

As above, the name of the meeting may be customized for each participant in the Custom Meeting Name field.

Arguments

Attributes

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}}'