Gets a list of recorded meetings.
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
Meetings queried successfully
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
{- "Meetings": [
- {
- "Id": "3f55b497-dc2d-482c-8866-c84dc38c8c35",
- "MeetingDate": "2025-06-03T18:34:17.5954138Z",
- "JobId": "87ff45f6-1084-4cb6-9528-c69ad2a65fff",
- "JobCode": "road-construction-123",
- "RecorderId": "18e2acd5-97de-447e-b618-016236f2fd30",
- "RecorderCode": "EMP-123",
- "DurationMinutes": 60,
- "Type": "Weekly check-in",
- "Notes": "Additional notes",
- "Topics": [
- {
- "TopicName": "Projected timeline",
- "Subtopics": [
- "Subtopic 1",
- "Subtopic 2"
]
}
], - "Employees": [
- {
- "FirstName": "Joseph",
- "LastName": "Joestar",
- "EmployeeCode": "EMP-01",
- "OnSite": true,
- "Attended": true
}
], - "Visitors": [
- {
- "Name": "Jotaro Kujo",
- "Note": "Client manager",
- "OnSite": true,
- "Attended": true
}
]
}
]
}