Small Improvements · Example Payload

Getuserscalendarusingget Example

GET /v2/user-calendar

calendar-resource

Getuserscalendarusingget 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": "getUsersCalendar",
  "operationId": "getUsersCalendarUsingGET",
  "method": "GET",
  "path": "/v2/user-calendar",
  "tags": [
    "calendar-resource"
  ],
  "description": "GET /v2/user-calendar",
  "response": {
    "status": 200,
    "description": "OK"
  }
}