Small Improvements · Example Payload

Getconfigurationusingget_2 Example

GET /v2/meeting-calendar-integration/configuration

meeting-calendar-configuration-resource

Getconfigurationusingget_2 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": "getConfiguration",
  "operationId": "getConfigurationUsingGET_2",
  "method": "GET",
  "path": "/v2/meeting-calendar-integration/configuration",
  "tags": [
    "meeting-calendar-configuration-resource"
  ],
  "description": "GET /v2/meeting-calendar-integration/configuration",
  "response": {
    "status": 200,
    "description": "OK"
  }
}