Gatherings Query
- The Gatherings Query page documents the Gatherings Query in the Touchpoint API.
- The page shows the publication status as "3 years ago" and "Updated".
- The Arguments section lists appId, id, and gathering.
- The Arguments definitions are: appId: (Int!), id: (Int!), gathering: (GatheringParams).
- The GatheringParams block includes Attributes: name: (String!), startsOn: (Date!), endsOn: (Date!), timeZone: (String!).
- The CURL Request example demonstrates how to call the API with a GraphQL query.
- The CURL Request code line is shown as:
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{gatherings(appId: 232) {name startsOn}}'
- The article includes a user feedback prompt: Was this article helpful? 0 out of 0 found this helpful.
- The page provides a path for more questions: Submit a request.
- Related articles listed on the page include Attendees Query, updateSpeaker, Create Gathering, Overview - Touchpoint API, Checkin Query.
- The page contains a Comments section with 0 comments and a prompt to sign in to leave a comment.
Arguments
- appId: (Int!)
- id: (Int!)
- gathering: (GatheringParams)
GatheringParams
Attributes
- name: (String!)
- startsOn: (Date!)
- endsOn: (Date!)
- timeZone: (String!)
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{gatherings(appId: 232) {name startsOn}}'