Skip to main content
POST
/
api
/
Meetings
/
{meetingId}
/
Preview
Get Meeting Message Preview.
curl --request POST \
  --url https://api.example.com/api/Meetings/{meetingId}/Preview \
  --header 'Content-Type: application/json' \
  --data '
{
  "distributionId": 123,
  "organizerId": 123,
  "typeId": 123,
  "dateInLocalTimeZone": "2023-11-07T05:31:56Z",
  "duration": 123,
  "timeZoneName": "<string>",
  "subject": "<string>",
  "location": "<string>",
  "locationTypeId": 123,
  "byPassTeamsLobby": true,
  "templateId": 123,
  "message": "<string>",
  "isCandidateContacts": true,
  "placementId": 123,
  "jobId": 123,
  "opportunityId": 123,
  "users": [
    123
  ],
  "contacts": [
    123
  ],
  "filesToRemove": [
    123
  ]
}
'
{
  "value": 123
}

Path Parameters

meetingId
integer<int32>
required

Query Parameters

attendeeType
integer<int32>
default:0
attendeeId
integer<int32>
default:0

Body

application/json
distributionId
integer<int32>
organizerId
integer<int32>
typeId
integer<int32>
dateInLocalTimeZone
string<date-time>
duration
integer<int32>
timeZoneName
string | null
subject
string | null
location
string | null
locationTypeId
integer<int32>
byPassTeamsLobby
boolean
templateId
integer<int32>
message
string | null
isCandidateContacts
boolean
placementId
integer<int32>
jobId
integer<int32>
opportunityId
integer<int32>
users
integer<int32>[] | null
contacts
integer<int32>[] | null
filesToRemove
integer<int32>[] | null

Response

200 - application/json

OK

value
integer<int32>