Small Improvements · Example Payload

Geteventsusingget Example

GET /v2/calendar/upcoming-admin-events

calendar-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "getEvents",
  "operationId": "getEventsUsingGET",
  "method": "GET",
  "path": "/v2/calendar/upcoming-admin-events",
  "tags": [
    "calendar-resource"
  ],
  "description": "GET /v2/calendar/upcoming-admin-events",
  "parameters": {
    "from": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}