Skip to main content
POST
/
api
/
Meetings
/
WidgetSearch
Get Meeting data for detailed meeting widget
curl --request POST \
  --url https://api.example.com/api/Meetings/WidgetSearch \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "meetingTypeIds": [
    123
  ],
  "dateType": 123,
  "timeRange": 123,
  "statusIds": [
    123
  ],
  "userFilterTypeId": 1,
  "userFilterIds": [
    123
  ],
  "dashboardId": 123
}
'
[
  {
    "id": 123,
    "typeId": 123,
    "typeName": "<string>",
    "externalReference": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "sequenceID": 123,
    "date": "2023-11-07T05:31:56Z",
    "dateInLocalTimeZone": "2023-11-07T05:31:56Z",
    "duration": 123,
    "location": "<string>",
    "locationTypeID": 123,
    "byPassTeamsLobby": true,
    "subject": "<string>",
    "message": "<string>",
    "organizerID": 123,
    "organizerName": "<string>",
    "numberOfAttendees": 123,
    "attendeesData": [
      {
        "entityId": 123,
        "playerId": 123,
        "name": "<string>"
      }
    ],
    "clientsData": [
      {
        "entityId": 123,
        "playerId": 123,
        "name": "<string>"
      }
    ],
    "createdByID": 123,
    "dateCreated": "2023-11-07T05:31:56Z",
    "dateUpdated": "2023-11-07T05:31:56Z",
    "updatedByID": 123,
    "statusID": 123,
    "statusName": "<string>",
    "meetingNotes": "<string>",
    "meetingNotesActivityID": 123,
    "timeZoneName": "<string>",
    "emailBody": "<string>",
    "distributionMode": 123,
    "webConferenceUrl": "<string>",
    "webConferenceExternalID": "<string>",
    "placementID": 123,
    "jobID": 123,
    "jobTitle": "<string>",
    "opportunityID": 123,
    "statisticsCounts": [
      {
        "type": "<string>",
        "value": 123
      }
    ],
    "statisticsDates": [
      {
        "type": "<string>",
        "value": "2023-11-07T05:31:56Z"
      }
    ]
  }
]

Body

meetingTypeIds
integer<int32>[] | null
dateType
integer<int32>
timeRange
integer<int32>
statusIds
integer<int32>[] | null
userFilterTypeId
enum<integer>
Available options:
1,
2,
3,
4,
5
userFilterIds
integer<int32>[] | null
dashboardId
integer<int32> | null

Response

200 - application/json

OK

id
integer<int32>
typeId
integer<int32>
typeName
string | null
externalReference
string<uuid>
sequenceID
integer<int32>
date
string<date-time>
dateInLocalTimeZone
string<date-time>
duration
integer<int32>
location
string | null
locationTypeID
integer<int32>
byPassTeamsLobby
boolean
subject
string | null
message
string | null
organizerID
integer<int32>
organizerName
string | null
numberOfAttendees
integer<int32>
attendeesData
object[] | null
clientsData
object[] | null
createdByID
integer<int32>
dateCreated
string<date-time> | null
dateUpdated
string<date-time> | null
updatedByID
integer<int32>
statusID
integer<int32>
statusName
string | null
meetingNotes
string | null
meetingNotesActivityID
integer<int32> | null
timeZoneName
string | null
emailBody
string | null
distributionMode
integer<int32>
webConferenceUrl
string | null
webConferenceExternalID
string | null
placementID
integer<int32>
jobID
integer<int32>
jobTitle
string | null
opportunityID
integer<int32>
statisticsCounts
object[] | null
statisticsDates
object[] | null