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 retrieve information about all meetings within a specific team. This can be useful for displaying and managing meetings within the team or for automating processes that require meeting information. This endpoint will return only those meetings that meet the following criteria:
Request
Response
After successfully retrieving the meetings, you will receive response in JSON format containing the following information:
[
{
"name": "name of meeting",
"dateFrom": "2023-07-26T09:59:00Z",
"dateTo": "2023-07-26T10:29:00Z",
"location": "office 05",
"id": 20850,
"team": {
"id": 20500454,
"name": "Testing team"
},
"meetingType": null,
"leader": {
"id": 1345550,
"fullName": "John Dark"
},
"recorder": {
"id": 1345550,
"fullName": "John Dark"
},
"owner": {
"id": 1345550,
"fullName": "John Dark"
},
"tags": {},
"state": "OPEN",
"phase": null,
"deleted": false,
"section": null,
"sectionId": null,
"conferenceUrl": "DEFAULT_CONFERENCE_SERVICE",
"sortOrder": 16431.0,
"objective": "<p>sdfsdfsd</p>",
"modificationState": "NO_MODIFICATION",
"createdAt": "2023-07-20T09:57:34.345Z",
"summary": null,
"ownerInfo": null,
"tenant": 409656,
"lastModified": "2023-07-20T09:59:52.505Z",
"deletedAt": null,
"attendees": [
{
"firstName": "Jane",
"lastName": "Blue",
"phoneNumberHome": null,
"phoneNumberWork": null,
"emailAddressWork": "jane.blue@gmail.com",
"emailAddressHome": null,
"facebookUrl": null,
"linkedInUrl": null,
"externalId": null,
"position": null,
"id": 13454540,
"fullName": "Blue Jane",
"roles": [
"ADMIN"
],
"status": null,
"statusDateTo": null,
"role": "ADMIN",
"company": null,
"addressState": null,
"addressZip": null,
"addressCity": null,
"addressStreet": null,
"invitationEmailSended": true,
"invitationEmailSendedBy": "SYSTEM",
"invitationEmailSendedAt": "2023-03 17T08:58:07.381Z",
"tenant": 409,
"locale": "en",
"zapierApiKey": "1ff88582554-7dasdaa8-430e-bb77-6289e454954f",
"zapierActive": true
}
]
Description of attributes: