Meetings

Gets a list of recorded meetings

Gets a list of recorded meetings.

For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens

Securitybearer
Request
query Parameters
jobId
string <uuid>

Filters by job ID

recorderId
string <uuid>

Filters by employee ID

businessUnitId
string <uuid>

Filters by business unit ID

employeeId
string <uuid>

Filters for meetings in which this employee is listed as an attendee

startDate
string <date-time>

Filters for meetings occurring on or after this date

endDate
string <date-time>

Filters for meetings occurring on or before this date

skip
integer <int32>

Skips the first X entries

take
integer <int32>

Limits to X entries

Responses
200

Meetings queried successfully

400

Bad Request. This typically means one or more request validation errors occurred. Check the response body for details. For more help troubleshooting, please see https://dev-developer.hcssapps.com/getting-started/troubleshoot-bad-request

get/v1/meetings
Request samples
Response samples
{
  • "Meetings": [
    ]
}