Project management & work tracking
citrixonline.com:gotomeeting
GoToMeeting sandbox and mock API
<br>The GoToMeeting API provides seamless integration of GoToMeeting provisioning and meeting management into your existing infrastructure or third party applications.<br><br>For customers, the ability to add, suspend or delete an organizer in your GoToMeeting Corporate account from within your primary management systems simplifies and streamlines the entire process of account management. The abil Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 26
- Collections
- -
- Event types
- -
example request
curl https://your-citrixonline-gotomeeting.slurry.io/G2M/rest/groups \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 26.
- GET/groups
- GET/groups/{groupKey}/attendees
- GET/groups/{groupKey}/historicalMeetings
- GET/groups/{groupKey}/meetings
- GET/groups/{groupKey}/organizers
- POST/groups/{groupKey}/organizers
- GET/groups/{groupKey}/upcomingMeetings
- GET/historicalMeetings
- GET/meetings
- POST/meetings
- GET/meetings/{meetingId}
- PUT/meetings/{meetingId}