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": "0760d9de-cbb3-48e9-9fb6-46c8629ab76e",
- "MeetingDate": "2024-03-26T14:28:24.9985865Z",
- "JobId": "bbe9a2b5-5254-4605-a20e-26531f6d4e48",
- "JobCode": "road-construction-123",
- "RecorderId": "1bf67866-48c8-49ab-a74a-e659573e6de8",
- "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
}
]
}
]
}