Small Improvements · Example Payload

Getproviderusingget Example

GET /v2/meeting-calendar-integration/provider

meeting-calendar-configuration-resource

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