Link Search Menu Expand Document

ICalIntegration Config API

Jan 1 2022 at 12:00 AM

  1. APIs within ICalIntegration Config API
    1. iCalIntegrationConfig
      1. API Calls

The ICalIntegration Config API contains functionality for updating the configuration of the ICalIntegration API.

APIs within ICalIntegration Config API

iCalIntegrationConfig

API Calls

GetConfig

GET

Permission

No permission checks.

Accessible

All. See response and accessiblity information for more.

URL

https://iotnxtinternal.commander.io/DAPI/v1/iCalIntegrationConfig/GetConfig

URL Params

None

Data Params

None

Success Response

Response message with the following codes and JSON body formats. Refer to the API Response Types Success Response. See response and accessiblity information for more.

Error Response

Response message with the following codes and HTMLs body formats. Refer to the API Response Types Error Response. See response and accessiblity information for more.

Notes

None

SetConfig

POST

Permission

No permission checks.

Accessible

All. See response and accessiblity information for more.

URL

https://iotnxtinternal.commander.io/DAPI/v1/iCalIntegrationConfig/SetConfig

URL Params

None

Data Params

{
    "config":{
        "ImapPollingSeconds":5
        }
    }
  • config: Config (Required)

Success Response

Response message with the following codes and JSON body formats. Refer to the API Response Types Success Response. See response and accessiblity information for more.

Error Response

Response message with the following codes and HTMLs body formats. Refer to the API Response Types Error Response. See response and accessiblity information for more.

Notes

None