DiceX DevelopersDiceX API Docs

Get Meeting

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

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

In: header

Query Parameters

id?integer
Formatint64

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/OnlineMeeting/GetMeeting"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "id": 0,
    "folderId": 0,
    "meetingName": "string",
    "startDate": "2019-08-24T14:15:22Z",
    "duration": 0,
    "urlPath": "string",
    "notes": "string",
    "accessType": "string"
  }
}