Overview

Get modules with Calendar Configurations

Request

GET /Calendar/modules

Response

The response will be an object containing the following fields:
Name Type Description
modules Array The list of modules

Response Example

{
    modules: ['Calls', 'Meetings', 'Tasks']
}

Change Log

Version Change
v11_14 Added /Calendar/modules GET endpoint.