Product Features
Free & Special Offers
Partner Programs
Company & Support
Product Features
Free & Special Offers
Partner Programs
Company & Support
© Beenia • All rights reserved • Co-founded by Founderscope
This endpoint allows you to automate the process of creating meetings in the Beenia Application through integration tools. You can use it to easily create meetings with defined parameters and ensure that your users have up-to-date information about their meetings.
Request
Input object (in JSON format), which includes the following fields:
Response
After successfully creating a meeting, the JSON response will contain confirmation of the meeting creation with the following information:
{
"name": "testing meeting",
"dateFrom": null,
"dateTo": null,
"location": null,
"id": 1155147,
"team": {
"id": 1709278,
"name": "new team testing"
},
"meetingType": null,
"leader": {
"id": 319974784,
"fullName": "John Blue"
},
"recorder": {
"id": 319454974,
"fullName": "Jane Black"
},
"owner": {
"id": 381976974,
"fullName": "John Blue"
},
"tags": {},
"state": "OPEN",
"phase": null,
"deleted": false,
"section": null,
"sectionId": null,
"conferenceUrl": "DEFAULT_CONFERENCE_SERVICE",
"sortOrder": 10080.0,
"objective": null,
"modificationState": "NO_MODIFICATION",
"createdAt": "2023-09-18T09:24:38.301Z",
"summary": null,
"ownerInfo": null,
"tenant": 20150012,
"lastModified": "2023-09-18T09:24:38.301Z",
"deletedAt": null
}
Description of attributes: