Hey @alextao,
The meeting outcome should be show up under the metadata of the return response. i.e. here’s one of my meeting engagement with outcome - Scheduled.
{
engagement:{
id:{{engagementId}},
portalId:{{portalId}},
active:true,
createdAt:1591155743505 (June 3, 2020, Wed, 11:42:23am UTC+08:00),
lastUpdated:1591155743990 (June 3, 2020, Wed, 11:42:23am UTC+08:00),
createdBy:6247261,
modifiedBy:6247261,
ownerId:33005231,
type:"MEETING",
timestamp:1591155900000 (June 3, 2020, Wed, 11:45:00am UTC+08:00),
teamId:138220,
activityType:"First outreach",
source:"CRM_UI",
sourceId:"",
allAccessibleTeamIds:[138220 ],
bodyPreview:"testttttt",
queueMembershipIds:[ ],
bodyPreviewIsTruncated:false,
bodyPreviewHtml:"<html>\n <head></head>\n <body>\n <p>testttttt</p>\n </body>\n</html>",
gdprDeleted:false},
associations:{
contactIds:[id],
companyIds:[],
dealIds:[,],
ownerIds:[ ],
workflowIds:[ ],
ticketIds:[ ],
contentIds:[ ],
quoteIds:[ ]},
attachments:[ ],
scheduledTasks:[ ],
metadata:{
startTime:1591155900000 (June 3, 2020, Wed, 11:45:00am UTC+08:00),
endTime:1591159500000 (June 3, 2020, Wed, 12:45:00pm UTC+08:00),
title:"hstest",
body:"<p>testttttt</p>",
source:"CRM_UI",
preMeetingProspectReminders:[ ],
meetingOutcome:"SCHEDULED"}}
Are you able to see the meetingOutcome key in the return response when attempting to get meeting engagements?