Small Improvements · Example Payload

Getsettingsusingget_3 Example

GET /v2/meeting-calendar-integration/settings

meeting-calendar-settings-resource

Getsettingsusingget_3 Example is an example object payload from Small Improvements, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "getSettings",
  "operationId": "getSettingsUsingGET_3",
  "method": "GET",
  "path": "/v2/meeting-calendar-integration/settings",
  "tags": [
    "meeting-calendar-settings-resource"
  ],
  "description": "GET /v2/meeting-calendar-integration/settings",
  "response": {
    "status": 200,
    "description": "OK"
  }
}