Create IC Meeting
POST/v1/ic-meetings
Creates an IC meeting. Only name is required; supply any configured field in fields, keyed by the fieldId values from GET /v1/ic-meetings/fields. The meeting stage is derived from the meeting date and its agenda decisions and cannot be set directly.
Request
Responses
- 200
- 400
- 401
- 403
- 500
IC meeting created successfully
Invalid request parameters or field value
Invalid or missing API key
IC meetings are not enabled for this organization, or the API key is read-only
Internal server error