Get Meeting Host Attendances
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
meetingId?integer
Format
int64startDate?string
Format
date-timeendDate?string
Format
date-timeResponse Body
curl -X GET "https://gateway.dicex.me/api/v1/OnlineMeeting/GetMeetingHostAttendances"{
"isSuccess": true,
"message": "string",
"value": [
{
"fullName": "string",
"username": "string",
"totalInOuts": 0,
"totalPresentDuration": 0.1
}
]
}