Small Improvements · Example Payload

Getallcyclesusingget Example

GET /v2/cycles/all

cycle-resource

Getallcyclesusingget 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": "getAllCycles",
  "operationId": "getAllCyclesUsingGET",
  "method": "GET",
  "path": "/v2/cycles/all",
  "tags": [
    "cycle-resource"
  ],
  "description": "GET /v2/cycles/all",
  "response": {
    "status": 200,
    "description": "OK"
  }
}