DiceX DevelopersDiceX API Docs

Get Meeting Attendances

GET
/api/v1/OnlineMeeting/GetMeetingAttendances
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

meetingId?integer
Formatint64
startDate?string
Formatdate-time
endDate?string
Formatdate-time

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/OnlineMeeting/GetMeetingAttendances"
{
  "isSuccess": true,
  "message": "string",
  "value": [
    {
      "fullName": "string",
      "username": "string",
      "totalInOuts": 0,
      "totalPresentDuration": 0.1
    }
  ]
}