Small Improvements · Example Payload

Getcycleusingget Example

GET /v2/review-cycles/guided/{cycleId}

review-cycles-resource

Getcycleusingget 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": "getCycle",
  "operationId": "getCycleUsingGET",
  "method": "GET",
  "path": "/v2/review-cycles/guided/{cycleId}",
  "tags": [
    "review-cycles-resource"
  ],
  "description": "GET /v2/review-cycles/guided/{cycleId}",
  "parameters": {
    "cycleId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}